Add username of account that has an auth error.
[chromium-blink-merge.git] / build / all.gyp
bloba5a97bd0b699083290beaadfcadb1970ff12187d
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'variables': {
7     # A hook that can be overridden in other repositories to add additional
8     # compilation targets to 'All'. Only used on Android.
9     'android_app_targets%': [],
10   },
11   'targets': [
12     {
13       'target_name': 'All',
14       'type': 'none',
15       'xcode_create_dependents_test_runner': 1,
16       'dependencies': [
17         'some.gyp:*',
18         '../base/base.gyp:*',
19         '../components/components.gyp:*',
20         '../components/components_tests.gyp:*',
21         '../content/content.gyp:*',
22         '../crypto/crypto.gyp:*',
23         '../net/net.gyp:*',
24         '../sdch/sdch.gyp:*',
25         '../sql/sql.gyp:*',
26         '../testing/gmock.gyp:*',
27         '../testing/gtest.gyp:*',
28         '../third_party/icu/icu.gyp:*',
29         '../third_party/libxml/libxml.gyp:*',
30         '../third_party/sqlite/sqlite.gyp:*',
31         '../third_party/zlib/zlib.gyp:*',
32         '../ui/accessibility/accessibility.gyp:*',
33         '../ui/base/ui_base.gyp:*',
34         '../ui/snapshot/snapshot.gyp:*',
35         '../url/url.gyp:*',
36       ],
37       'conditions': [
38         ['OS=="ios"', {
39           'dependencies': [
40             '../ios/ios.gyp:*',
41             '../ui/gfx/gfx.gyp:gfx_unittests',
42             '../ui/ui_unittests.gyp:ui_unittests',
43           ],
44         }],
45         ['OS=="android"', {
46           'dependencies': [
47             '../content/content_shell_and_tests.gyp:content_shell_apk',
48             '../mojo/mojo.gyp:mojo_shell_apk',
49             '../mojo/mojo.gyp:mojo_test_apk',
50             '<@(android_app_targets)',
51             'android_builder_tests',
52             '../android_webview/android_webview.gyp:android_webview_apk',
53             '../chrome/chrome.gyp:chrome_shell_apk',
54             '../remoting/remoting.gyp:remoting_apk',
55             '../tools/telemetry/telemetry.gyp:*#host',
56             # TODO(nyquist) This should instead by a target for sync when all of
57             # the sync-related code for Android has been upstreamed.
58             # See http://crbug.com/159203
59             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_javalib',
60           ],
61         }, {
62           'dependencies': [
63             '../content/content_shell_and_tests.gyp:*',
64             # TODO: This should build on Android and the target should move to the list above.
65             '../sync/sync.gyp:*',
66           ],
67         }],
68         ['OS!="ios" and OS!="android"', {
69           'dependencies': [
70             '../third_party/re2/re2.gyp:re2',
71             '../chrome/chrome.gyp:*',
72             '../cc/cc_tests.gyp:*',
73             '../device/bluetooth/bluetooth.gyp:*',
74             '../device/device_tests.gyp:*',
75             '../device/usb/usb.gyp:*',
76             '../gin/gin.gyp:*',
77             '../gpu/gpu.gyp:*',
78             '../gpu/tools/tools.gyp:*',
79             '../ipc/ipc.gyp:*',
80             '../jingle/jingle.gyp:*',
81             '../media/cast/cast.gyp:*',
82             '../media/media.gyp:*',
83             '../mojo/mojo.gyp:*',
84             '../ppapi/ppapi.gyp:*',
85             '../ppapi/ppapi_internal.gyp:*',
86             '../ppapi/tools/ppapi_tools.gyp:*',
87             '../printing/printing.gyp:*',
88             '../skia/skia.gyp:*',
89             '../third_party/WebKit/public/all.gyp:*',
90             '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
91             '../third_party/codesighs/codesighs.gyp:*',
92             '../third_party/ffmpeg/ffmpeg.gyp:*',
93             '../third_party/iccjpeg/iccjpeg.gyp:*',
94             '../third_party/libpng/libpng.gyp:*',
95             '../third_party/libusb/libusb.gyp:*',
96             '../third_party/libwebp/libwebp.gyp:*',
97             '../third_party/libxslt/libxslt.gyp:*',
98             '../third_party/lzma_sdk/lzma_sdk.gyp:*',
99             '../third_party/mesa/mesa.gyp:*',
100             '../third_party/modp_b64/modp_b64.gyp:*',
101             '../third_party/npapi/npapi.gyp:*',
102             '../third_party/ots/ots.gyp:*',
103             '../third_party/qcms/qcms.gyp:*',
104             '../tools/gn/gn.gyp:*',
105             '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
106             '../tools/telemetry/telemetry.gyp:*',
107             '../v8/tools/gyp/v8.gyp:*',
108             '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:*',
109             '<(libjpeg_gyp_path):*',
110           ],
111         }],
112         ['OS!="android" and OS!="ios"', {
113           'dependencies': [
114             '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
115           ],
116         }],
117         ['OS=="mac" or OS=="ios" or OS=="win"', {
118           'dependencies': [
119             '../third_party/nss/nss.gyp:*',
120            ],
121         }],
122         ['OS=="win" or OS=="ios" or OS=="linux"', {
123           'dependencies': [
124             '../breakpad/breakpad.gyp:*',
125            ],
126         }],
127         ['OS=="mac"', {
128           'dependencies': [
129             '../sandbox/sandbox.gyp:*',
130             '../third_party/ocmock/ocmock.gyp:*',
131           ],
132         }],
133         ['OS=="linux"', {
134           'dependencies': [
135             '../courgette/courgette.gyp:*',
136             '../dbus/dbus.gyp:*',
137             '../sandbox/sandbox.gyp:*',
138           ],
139           'conditions': [
140             ['branding=="Chrome"', {
141               'dependencies': [
142                 '../chrome/chrome.gyp:linux_packages_<(channel)',
143               ],
144             }],
145             ['enable_ipc_fuzzer==1', {
146               'dependencies': [
147                 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
148               ],
149             }],
150           ],
151         }],
152         ['use_x11==1', {
153           'dependencies': [
154             '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
155           ],
156         }],
157         ['OS=="win"', {
158           'conditions': [
159             ['win_use_allocator_shim==1', {
160               'dependencies': [
161                 '../base/allocator/allocator.gyp:*',
162               ],
163             }],
164             # Don't enable dependencies that don't work on Win64.
165             ['target_arch!="x64"', {
166               'dependencies': [
167                 # TODO(jschuh) Enable Win64 Memory Watcher. crbug.com/176877
168                 '../tools/memory_watcher/memory_watcher.gyp:*',
169               ],
170             }],
171           ],
172           'dependencies': [
173             '../chrome_elf/chrome_elf.gyp:*',
174             '../cloud_print/cloud_print.gyp:*',
175             '../courgette/courgette.gyp:*',
176             '../rlz/rlz.gyp:*',
177             '../sandbox/sandbox.gyp:*',
178             '<(angle_path)/src/build_angle.gyp:*',
179             '../third_party/bspatch/bspatch.gyp:*',
180             '../tools/win/static_initializers/static_initializers.gyp:*',
181           ],
182         }, {
183           'dependencies': [
184             '../third_party/libevent/libevent.gyp:*',
185           ],
186         }],
187         ['toolkit_views==1', {
188           'dependencies': [
189             '../ui/views/controls/webview/webview.gyp:*',
190             '../ui/views/views.gyp:*',
191           ],
192         }],
193         ['use_aura==1', {
194           'dependencies': [
195             '../ui/aura/aura.gyp:*',
196           ],
197         }],
198         ['use_ash==1', {
199           'dependencies': [
200             '../ash/ash.gyp:*',
201           ],
202         }],
203         ['remoting==1', {
204           'dependencies': [
205             '../remoting/remoting.gyp:*',
206           ],
207         }],
208         ['use_openssl==0', {
209           'dependencies': [
210             '../net/third_party/nss/ssl.gyp:*',
211           ],
212         }],
213         ['enable_app_list==1', {
214           'dependencies': [
215             '../ui/app_list/app_list.gyp:*',
216           ],
217         }],
218         ['OS!="android" and OS!="ios"', {
219           'dependencies': [
220             '../google_apis/gcm/gcm.gyp:*',
221           ],
222         }],
223         ['chromeos==1 or (OS=="linux" and use_aura==1)', {
224           'dependencies': [
225             '../apps/shell/app_shell.gyp:*',
226           ],
227         }],
228         ['chromeos==1', {
229           'dependencies': [
230             '../athena/main/athena_main.gyp:*',
231           ],
232         }],
233       ],
234     }, # target_name: All
235     {
236       'target_name': 'All_syzygy',
237       'type': 'none',
238       'conditions': [
239         ['OS=="win" and fastbuild==0 and target_arch=="ia32" and '
240             '(syzyasan==1 or syzygy_optimize==1)', {
241           'dependencies': [
242             '../chrome/installer/mini_installer_syzygy.gyp:*',
243           ],
244         }],
245       ],
246     }, # target_name: All_syzygy
247     {
248       # Note: Android uses android_builder_tests below.
249       # TODO: Consider merging that with this target.
250       'target_name': 'chromium_builder_tests',
251       'type': 'none',
252       'dependencies': [
253         '../base/base.gyp:base_unittests',
254         '../components/components_tests.gyp:components_unittests',
255         '../crypto/crypto.gyp:crypto_unittests',
256         '../net/net.gyp:net_unittests',
257         '../sql/sql.gyp:sql_unittests',
258         '../sync/sync.gyp:sync_unit_tests',
259         '../ui/gfx/gfx.gyp:gfx_unittests',
260         '../ui/ui_unittests.gyp:ui_unittests',
261         '../url/url.gyp:url_unittests',
262       ],
263       'conditions': [
264         ['OS!="ios" and OS!="android"', {
265           'dependencies': [
266             '../cc/cc_tests.gyp:cc_unittests',
267             '../chrome/chrome.gyp:browser_tests',
268             '../chrome/chrome.gyp:chromedriver_tests',
269             '../chrome/chrome.gyp:chromedriver_unittests',
270             '../chrome/chrome.gyp:interactive_ui_tests',
271             '../chrome/chrome.gyp:sync_integration_tests',
272             '../chrome/chrome.gyp:unit_tests',
273             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
274             '../content/content_shell_and_tests.gyp:content_browsertests',
275             '../content/content_shell_and_tests.gyp:content_shell',
276             '../content/content_shell_and_tests.gyp:content_unittests',
277             '../device/device_tests.gyp:device_unittests',
278             '../gin/gin.gyp:gin_unittests',
279             '../google_apis/google_apis.gyp:google_apis_unittests',
280             '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
281             '../gpu/gpu.gyp:gpu_unittests',
282             '../ipc/ipc.gyp:ipc_tests',
283             '../jingle/jingle.gyp:jingle_unittests',
284             '../media/cast/cast.gyp:cast_unittests',
285             '../media/media.gyp:media_unittests',
286             '../mojo/mojo.gyp:mojo',
287             '../ppapi/ppapi_internal.gyp:ppapi_unittests',
288             '../remoting/remoting.gyp:remoting_unittests',
289             '../third_party/WebKit/public/all.gyp:all_blink',
290             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
291             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
292             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
293             '../tools/telemetry/telemetry.gyp:*',
294             '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
295           ],
296         }],
297         ['OS=="win"', {
298           'dependencies': [
299             '../chrome/chrome.gyp:crash_service',
300             '../chrome/chrome.gyp:installer_util_unittests',
301             '../chrome/chrome.gyp:mini_installer_test',
302             # mini_installer_tests depends on mini_installer. This should be
303             # defined in installer.gyp.
304             '../chrome/installer/mini_installer.gyp:mini_installer',
305             '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
306             '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
307             '../courgette/courgette.gyp:courgette_unittests',
308             '../sandbox/sandbox.gyp:sbox_integration_tests',
309             '../sandbox/sandbox.gyp:sbox_unittests',
310             '../sandbox/sandbox.gyp:sbox_validation_tests',
311             '../ui/app_list/app_list.gyp:app_list_unittests',
312           ],
313           'conditions': [
314             # remoting_host_installation uses lots of non-trivial GYP that tend
315             # to break because of differences between ninja and msbuild. Make
316             # sure this target is built by the builders on the main waterfall.
317             # See http://crbug.com/180600.
318             ['wix_exists == "True" and sas_dll_exists == "True"', {
319               'dependencies': [
320                 '../remoting/remoting.gyp:remoting_host_installation',
321               ],
322             }],
323             ['syzyasan==1', {
324               'variables': {
325                 # Disable incremental linking for all modules.
326                 # 0: inherit, 1: disabled, 2: enabled.
327                 'msvs_debug_link_incremental': '1',
328                 'msvs_large_module_debug_link_mode': '1',
329                 # Disable RTC. Syzygy explicitly doesn't support RTC
330                 # instrumented binaries for now.
331                 'win_debug_RuntimeChecks': '0',
332               },
333               'defines': [
334                 # Disable iterator debugging (huge speed boost).
335                 '_HAS_ITERATOR_DEBUGGING=0',
336               ],
337               'msvs_settings': {
338                 'VCLinkerTool': {
339                   # Enable profile information (necessary for SyzyAsan
340                   # instrumentation). This is incompatible with incremental
341                   # linking.
342                   'Profile': 'true',
343                 },
344               }
345             }],
346           ],
347         }],
348         ['OS=="linux"', {
349           'dependencies': [
350             '../dbus/dbus.gyp:dbus_unittests',
351             '../sandbox/sandbox.gyp:sandbox_linux_unittests',
352           ],
353         }],
354         ['OS=="mac"', {
355           'dependencies': [
356             '../ui/app_list/app_list.gyp:app_list_unittests',
357             '../ui/message_center/message_center.gyp:*',
358           ],
359         }],
360         ['test_isolation_mode != "noop"', {
361           'dependencies': [
362             'chromium_swarm_tests',
363           ],
364         }],
365         ['OS!="android"', {
366           'dependencies': [
367             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
368           ],
369         }],
370         ['enable_printing!=0', {
371           'dependencies': [
372             '../printing/printing.gyp:printing_unittests',
373           ],
374         }],
375         ['use_aura==1', {
376           'dependencies': [
377             '../ui/app_list/app_list.gyp:app_list_unittests',
378             '../ui/aura/aura.gyp:aura_unittests',
379             '../ui/compositor/compositor.gyp:compositor_unittests',
380             '../ui/keyboard/keyboard.gyp:keyboard_unittests',
381             '../ui/views/views.gyp:views_unittests',
382           ],
383         }],
384         ['use_aura==1 or toolkit_views==1', {
385           'dependencies': [
386             '../ui/events/events.gyp:events_unittests',
387           ],
388         }],
389         ['use_ash==1', {
390           'dependencies': [
391             '../ash/ash.gyp:ash_unittests',
392           ],
393         }],
394         ['disable_nacl==0', {
395           'dependencies': [
396             '../components/nacl.gyp:nacl_loader_unittests',
397           ],
398         }],
399       ],
400     }, # target_name: chromium_builder_tests
401   ],
402   'conditions': [
403     ['OS!="ios"', {
404       'targets': [
405         {
406           'target_name': 'blink_tests',
407           'type': 'none',
408           'dependencies': [
409             '../third_party/WebKit/public/all.gyp:all_blink',
410           ],
411           'conditions': [
412             ['OS=="android"', {
413               'dependencies': [
414                 '../content/content_shell_and_tests.gyp:content_shell_apk',
415                 '../breakpad/breakpad.gyp:dump_syms#host',
416                 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
417               ],
418             }, {  # OS!="android"
419               'dependencies': [
420                 '../content/content_shell_and_tests.gyp:content_shell',
421               ],
422             }],
423             ['OS=="win"', {
424               'dependencies': [
425                 '../content/content_shell_and_tests.gyp:content_shell_crash_service',
426                 '../content/content_shell_and_tests.gyp:layout_test_helper',
427               ],
428             }],
429             ['OS!="win" and OS!="android"', {
430               'dependencies': [
431                 '../breakpad/breakpad.gyp:minidump_stackwalk',
432               ],
433             }],
434             ['OS=="mac"', {
435               'dependencies': [
436                 '../breakpad/breakpad.gyp:dump_syms#host',
437                 '../content/content_shell_and_tests.gyp:layout_test_helper',
438               ],
439             }],
440             ['OS=="linux"', {
441               'dependencies': [
442                 '../breakpad/breakpad.gyp:dump_syms',
443               ],
444             }],
445           ],
446         }, # target_name: blink_tests
447       ],
448     }], # OS!=ios
449     ['OS!="ios" and OS!="android"', {
450       'targets': [
451         {
452           'target_name': 'chromium_builder_nacl_win_integration',
453           'type': 'none',
454           'dependencies': [
455             'chromium_builder_qa', # needed for pyauto
456             'chromium_builder_tests',
457           ],
458         }, # target_name: chromium_builder_nacl_win_integration
459         {
460           'target_name': 'chromium_builder_perf',
461           'type': 'none',
462           'dependencies': [
463             '../cc/cc_tests.gyp:cc_perftests',
464             '../chrome/chrome.gyp:chrome',
465             '../chrome/chrome.gyp:load_library_perf_tests',
466             '../chrome/chrome.gyp:performance_browser_tests',
467             '../chrome/chrome.gyp:sync_performance_tests',
468             '../media/media.gyp:media_perftests',
469             '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
470             '../tools/telemetry/telemetry.gyp:*',
471           ],
472           'conditions': [
473             ['OS!="ios" and OS!="win"', {
474               'dependencies': [
475                 '../breakpad/breakpad.gyp:minidump_stackwalk',
476               ],
477             }],
478             ['OS=="linux"', {
479               'dependencies': [
480                 '../chrome/chrome.gyp:linux_symbols'
481               ],
482             }],
483             ['OS=="win"', {
484               'dependencies': [
485                 '../chrome/chrome.gyp:crash_service',
486               ],
487             }],
488             ['OS=="win" and target_arch=="ia32"', {
489               'dependencies': [
490                 '../chrome/chrome.gyp:crash_service_win64',
491               ],
492             }],
493           ],
494         }, # target_name: chromium_builder_perf
495         {
496           'target_name': 'chromium_gpu_builder',
497           'type': 'none',
498           'dependencies': [
499             '../chrome/chrome.gyp:chrome',
500             '../chrome/chrome.gyp:performance_browser_tests',
501             '../content/content_shell_and_tests.gyp:content_browsertests',
502             '../content/content_shell_and_tests.gyp:content_gl_tests',
503             '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
504             '../gpu/gpu.gyp:gl_tests',
505             '../gpu/gpu.gyp:angle_unittests',
506             '../tools/telemetry/telemetry.gyp:*',
507           ],
508           'conditions': [
509             ['OS!="ios" and OS!="win"', {
510               'dependencies': [
511                 '../breakpad/breakpad.gyp:minidump_stackwalk',
512               ],
513             }],
514             ['OS=="linux"', {
515               'dependencies': [
516                 '../chrome/chrome.gyp:linux_symbols'
517               ],
518             }],
519             ['OS=="win"', {
520               'dependencies': [
521                 '../chrome/chrome.gyp:crash_service',
522               ],
523             }],
524             ['OS=="win" and target_arch=="ia32"', {
525               'dependencies': [
526                 '../chrome/chrome.gyp:crash_service_win64',
527               ],
528             }],
529           ],
530         }, # target_name: chromium_gpu_builder
531         {
532           'target_name': 'chromium_gpu_debug_builder',
533           'type': 'none',
534           'dependencies': [
535             '../chrome/chrome.gyp:chrome',
536             '../content/content_shell_and_tests.gyp:content_browsertests',
537             '../content/content_shell_and_tests.gyp:content_gl_tests',
538             '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
539             '../gpu/gpu.gyp:gl_tests',
540             '../gpu/gpu.gyp:angle_unittests',
541             '../tools/telemetry/telemetry.gyp:*',
542           ],
543           'conditions': [
544             ['OS!="ios" and OS!="win"', {
545               'dependencies': [
546                 '../breakpad/breakpad.gyp:minidump_stackwalk',
547               ],
548             }],
549             ['OS=="linux"', {
550               'dependencies': [
551                 '../chrome/chrome.gyp:linux_symbols'
552               ],
553             }],
554             ['OS=="win"', {
555               'dependencies': [
556                 '../chrome/chrome.gyp:crash_service',
557               ],
558             }],
559             ['OS=="win" and target_arch=="ia32"', {
560               'dependencies': [
561                 '../chrome/chrome.gyp:crash_service_win64',
562               ],
563             }],
564           ],
565         }, # target_name: chromium_gpu_debug_builder
566         {
567           'target_name': 'chromium_builder_qa',
568           'type': 'none',
569           'dependencies': [
570             '../chrome/chrome.gyp:chrome',
571             # Dependencies of pyauto_functional tests.
572             '../remoting/remoting.gyp:remoting_webapp',
573           ],
574           'conditions': [
575             ['OS=="mac"', {
576               'dependencies': [
577                 '../remoting/remoting.gyp:remoting_me2me_host_archive',
578               ],
579             }],
580             ['OS=="win"', {
581               'dependencies': [
582                 '../chrome/chrome.gyp:crash_service',
583               ],
584             }],
585             ['OS=="win" and target_arch=="ia32"', {
586               'dependencies': [
587                 '../chrome/chrome.gyp:crash_service_win64',
588               ],
589             }],
590             ['OS=="win" and component != "shared_library" and wix_exists == "True" and sas_dll_exists == "True"', {
591               'dependencies': [
592                 '../remoting/remoting.gyp:remoting_host_installation',
593               ],
594             }],
595           ],
596         }, # target_name: chromium_builder_qa
597         {
598           'target_name': 'chromium_builder_perf_av',
599           'type': 'none',
600           'dependencies': [
601             'blink_tests', # to run layout tests
602             'chromium_builder_qa',  # needed for perf pyauto tests
603           ],
604         },  # target_name: chromium_builder_perf_av
605         {
606           # This target contains everything we need to run tests on the special
607           # device-equipped WebRTC bots. We have device-requiring tests in
608           # browser_tests and content_browsertests.
609           'target_name': 'chromium_builder_webrtc',
610           'type': 'none',
611           'dependencies': [
612             'chromium_builder_qa',  # TODO(phoglund): not sure if needed?
613             '../chrome/chrome.gyp:browser_tests',
614             '../content/content_shell_and_tests.gyp:content_browsertests',
615             '../content/content_shell_and_tests.gyp:content_unittests',
616             '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
617             '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
618           ],
619           'conditions': [
620             ['OS=="win"', {
621               'dependencies': [
622                 '../chrome/chrome.gyp:crash_service',
623               ],
624             }],
625           ],
626         },  # target_name: chromium_builder_webrtc
627         {
628           'target_name': 'chromium_builder_chromedriver',
629           'type': 'none',
630           'dependencies': [
631             '../chrome/chrome.gyp:chromedriver',
632             '../chrome/chrome.gyp:chromedriver_tests',
633             '../chrome/chrome.gyp:chromedriver_unittests',
634           ],
635         },  # target_name: chromium_builder_chromedriver
636         {
637           'target_name': 'chromium_builder_asan',
638           'type': 'none',
639           'dependencies': [
640             '../chrome/chrome.gyp:chrome',
642             # We refer to content_shell directly rather than blink_tests
643             # because we don't want the _unittests binaries.
644             '../content/content_shell_and_tests.gyp:content_shell',
645           ],
646           'conditions': [
647             ['OS!="win"', {
648               'dependencies': [
649                 '../net/net.gyp:hpack_fuzz_wrapper',
650                 '../net/net.gyp:dns_fuzz_stub',
651                 '../skia/skia.gyp:filter_fuzz_stub',
652               ],
653             }],
654             ['enable_ipc_fuzzer==1 and OS=="linux" and component!="shared_library"', {
655               'dependencies': [
656                 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
657               ],
658             }],
659             ['chromeos==0', {
660               'dependencies': [
661                 '../v8/src/d8.gyp:d8#host',
662               ],
663             }],
664             ['internal_filter_fuzzer==1', {
665               'dependencies': [
666                 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuzzer.gyp:filter_fuzzer',
667               ],
668             }], # internal_filter_fuzzer
669             ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1', {
670               'dependencies': [
671                 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy',
672                 '../content/content_shell_and_tests.gyp:content_shell_syzyasan',
673               ],
674               'conditions': [
675                 ['chrome_multiple_dll==1', {
676                   'dependencies': [
677                     '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy',
678                   ],
679                 }],
680               ],
681             }],
682           ],
683         },
684         {
685           'target_name': 'chromium_builder_nacl_sdk',
686           'type': 'none',
687           'dependencies': [
688             '../chrome/chrome.gyp:chrome',
689           ],
690           'conditions': [
691             ['OS=="win"', {
692               'dependencies': [
693                 '../chrome/chrome.gyp:chrome_nacl_win64',
694               ]
695             }],
696           ],
697         },  #target_name: chromium_builder_nacl_sdk
698       ],  # targets
699     }], #OS!=ios and OS!=android
700     ['OS=="android"', {
701       'targets': [
702         {
703           # The current list of tests for android.  This is temporary
704           # until the full set supported.  If adding a new test here,
705           # please also add it to build/android/pylib/gtest/gtest_config.py,
706           # else the test is not run.
707           #
708           # WARNING:
709           # Do not add targets here without communicating the implications
710           # on tryserver triggers and load.  Discuss with
711           # chrome-infrastructure-team please.
712           'target_name': 'android_builder_tests',
713           'type': 'none',
714           'dependencies': [
715             '../android_webview/android_webview.gyp:android_webview_unittests',
716             '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests',
717             '../base/base.gyp:base_unittests',
718             '../breakpad/breakpad.gyp:breakpad_unittests_stripped',
719             # Also compile the tools needed to deal with minidumps, they are
720             # needed to run minidump tests upstream.
721             '../breakpad/breakpad.gyp:dump_syms#host',
722             '../breakpad/breakpad.gyp:symupload#host',
723             '../breakpad/breakpad.gyp:minidump_dump#host',
724             '../breakpad/breakpad.gyp:minidump_stackwalk#host',
725             '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multiple_proguards_test_apk',
726             '../cc/cc_tests.gyp:cc_perftests_apk',
727             '../cc/cc_tests.gyp:cc_unittests',
728             '../chrome/chrome.gyp:unit_tests',
729             '../components/components_tests.gyp:components_unittests',
730             '../content/content_shell_and_tests.gyp:content_browsertests',
731             '../content/content_shell_and_tests.gyp:content_gl_tests',
732             '../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
733             '../content/content_shell_and_tests.gyp:content_shell_test_apk',
734             '../content/content_shell_and_tests.gyp:content_unittests',
735             '../gpu/gpu.gyp:gl_tests',
736             '../gpu/gpu.gyp:gpu_unittests',
737             '../ipc/ipc.gyp:ipc_tests',
738             '../media/media.gyp:media_perftests_apk',
739             '../media/media.gyp:media_unittests',
740             '../net/net.gyp:net_unittests',
741             '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped',
742             '../sql/sql.gyp:sql_unittests',
743             '../sync/sync.gyp:sync_unit_tests',
744             '../third_party/WebKit/public/all.gyp:*',
745             '../tools/android/android_tools.gyp:android_tools',
746             '../tools/android/android_tools.gyp:memconsumer',
747             '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test',
748             '../ui/events/events.gyp:events_unittests',
749             '../ui/ui_unittests.gyp:ui_unittests',
750           ],
751           'conditions': [
752             ['"<(gtest_target_type)"=="shared_library"', {
753               'dependencies': [
754                 # Unit test bundles packaged as an apk.
755                 '../android_webview/android_webview.gyp:android_webview_unittests_apk',
756                 '../base/base.gyp:base_unittests_apk',
757                 '../cc/cc_tests.gyp:cc_unittests_apk',
758                 '../chrome/chrome.gyp:unit_tests_apk',
759                 '../components/components_tests.gyp:components_unittests_apk',
760                 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
761                 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
762                 '../content/content_shell_and_tests.gyp:content_unittests_apk',
763                 '../content/content_shell_and_tests.gyp:video_decode_accelerator_unittest_apk',
764                 '../gpu/gpu.gyp:gl_tests_apk',
765                 '../gpu/gpu.gyp:gpu_unittests_apk',
766                 '../ipc/ipc.gyp:ipc_tests_apk',
767                 '../media/media.gyp:media_unittests_apk',
768                 '../net/net.gyp:net_unittests_apk',
769                 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
770                 '../sql/sql.gyp:sql_unittests_apk',
771                 '../sync/sync.gyp:sync_unit_tests_apk',
772                 '../ui/events/events.gyp:events_unittests_apk',
773                 '../ui/gfx/gfx.gyp:gfx_unittests_apk',
774                 '../ui/ui_unittests.gyp:ui_unittests_apk',
775                 '../android_webview/android_webview.gyp:android_webview_test_apk',
776                 '../chrome/chrome.gyp:chrome_shell_test_apk',
777                 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
778                 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests_apk'
779               ],
780             }],
781           ],
782         },
783         {
784           # WebRTC Android APK tests.
785           'target_name': 'android_builder_webrtc',
786           'type': 'none',
787           'variables': {
788             # Set default value for include_tests to '0'. It is normally only
789             # used in WebRTC GYP files. It is set to '1' only when building
790             # WebRTC for Android, inside a Chromium checkout.
791             'include_tests%': 0,
792           },
793           'conditions': [
794             ['"<(gtest_target_type)"=="shared_library" and include_tests==1', {
795               'dependencies': [
796                 '../third_party/webrtc/build/apk_tests.gyp:*',
797               ],
798             }],
799           ],
800         },  # target_name: android_builder_webrtc
801         {
802           # WebRTC Chromium tests to run on Android.
803           'target_name': 'android_builder_chromium_webrtc',
804           'type': 'none',
805           'dependencies': [
806             '../content/content_shell_and_tests.gyp:content_browsertests',
807             '../tools/android/android_tools.gyp:android_tools',
808             '../tools/android/android_tools.gyp:memconsumer',
809           ],
810           'conditions': [
811             ['"<(gtest_target_type)"=="shared_library"', {
812               'dependencies': [
813                 # Unit test bundles packaged as an apk.
814                 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
815               ],
816             }],
817           ],
818         },  # target_name: android_builder_chromium_webrtc
819         {
820           # Build the java portions of the binary size analysis tool.
821           'target_name': 'binary_size_tool',
822           'type': 'none',
823           'dependencies': [
824             '../tools/binary_size/binary_size.gyp:binary_size_java',
825           ],
826         },
827       ], # targets
828     }], # OS="android"
829     ['OS=="mac"', {
830       'targets': [
831         {
832           # Target to build everything plus the dmg.  We don't put the dmg
833           # in the All target because developers really don't need it.
834           'target_name': 'all_and_dmg',
835           'type': 'none',
836           'dependencies': [
837             'All',
838             '../chrome/chrome.gyp:build_app_dmg',
839           ],
840         },
841         # These targets are here so the build bots can use them to build
842         # subsets of a full tree for faster cycle times.
843         {
844           'target_name': 'chromium_builder_dbg',
845           'type': 'none',
846           'dependencies': [
847             '../cc/cc_tests.gyp:cc_unittests',
848             '../chrome/chrome.gyp:browser_tests',
849             '../chrome/chrome.gyp:interactive_ui_tests',
850             '../chrome/chrome.gyp:sync_integration_tests',
851             '../chrome/chrome.gyp:unit_tests',
852             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
853             '../components/components_tests.gyp:components_unittests',
854             '../content/content_shell_and_tests.gyp:content_browsertests',
855             '../content/content_shell_and_tests.gyp:content_unittests',
856             '../device/device_tests.gyp:device_unittests',
857             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
858             '../gpu/gpu.gyp:gpu_unittests',
859             '../ipc/ipc.gyp:ipc_tests',
860             '../jingle/jingle.gyp:jingle_unittests',
861             '../media/media.gyp:media_unittests',
862             '../ppapi/ppapi_internal.gyp:ppapi_unittests',
863             '../printing/printing.gyp:printing_unittests',
864             '../remoting/remoting.gyp:remoting_unittests',
865             '../rlz/rlz.gyp:*',
866             '../sql/sql.gyp:sql_unittests',
867             '../sync/sync.gyp:sync_unit_tests',
868             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
869             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
870             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
871             '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
872             '../tools/telemetry/telemetry.gyp:*',
873             '../ui/gfx/gfx.gyp:gfx_unittests',
874             '../ui/ui_unittests.gyp:ui_unittests',
875             '../url/url.gyp:url_unittests',
876             '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
877           ],
878         },
879         {
880           'target_name': 'chromium_builder_rel',
881           'type': 'none',
882           'dependencies': [
883             '../cc/cc_tests.gyp:cc_unittests',
884             '../chrome/chrome.gyp:browser_tests',
885             '../chrome/chrome.gyp:performance_browser_tests',
886             '../chrome/chrome.gyp:sync_integration_tests',
887             '../chrome/chrome.gyp:unit_tests',
888             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
889             '../components/components_tests.gyp:components_unittests',
890             '../content/content_shell_and_tests.gyp:content_browsertests',
891             '../content/content_shell_and_tests.gyp:content_unittests',
892             '../device/device_tests.gyp:device_unittests',
893             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
894             '../gpu/gpu.gyp:gpu_unittests',
895             '../ipc/ipc.gyp:ipc_tests',
896             '../jingle/jingle.gyp:jingle_unittests',
897             '../media/media.gyp:media_unittests',
898             '../ppapi/ppapi_internal.gyp:ppapi_unittests',
899             '../printing/printing.gyp:printing_unittests',
900             '../remoting/remoting.gyp:remoting_unittests',
901             '../sql/sql.gyp:sql_unittests',
902             '../sync/sync.gyp:sync_unit_tests',
903             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
904             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
905             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
906             '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
907             '../tools/telemetry/telemetry.gyp:*',
908             '../ui/gfx/gfx.gyp:gfx_unittests',
909             '../ui/ui_unittests.gyp:ui_unittests',
910             '../url/url.gyp:url_unittests',
911             '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
912           ],
913         },
914         {
915           'target_name': 'chromium_builder_dbg_tsan_mac',
916           'type': 'none',
917           'dependencies': [
918             '../base/base.gyp:base_unittests',
919             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
920             '../crypto/crypto.gyp:crypto_unittests',
921             '../ipc/ipc.gyp:ipc_tests',
922             '../jingle/jingle.gyp:jingle_unittests',
923             '../media/media.gyp:media_unittests',
924             '../net/net.gyp:net_unittests',
925             '../printing/printing.gyp:printing_unittests',
926             '../remoting/remoting.gyp:remoting_unittests',
927             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
928             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
929             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
930             '../url/url.gyp:url_unittests',
931           ],
932         },
933         {
934           'target_name': 'chromium_builder_dbg_valgrind_mac',
935           'type': 'none',
936           'dependencies': [
937             '../base/base.gyp:base_unittests',
938             '../chrome/chrome.gyp:unit_tests',
939             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
940             '../components/components_tests.gyp:components_unittests',
941             '../content/content_shell_and_tests.gyp:content_unittests',
942             '../crypto/crypto.gyp:crypto_unittests',
943             '../device/device_tests.gyp:device_unittests',
944             '../ipc/ipc.gyp:ipc_tests',
945             '../jingle/jingle.gyp:jingle_unittests',
946             '../media/media.gyp:media_unittests',
947             '../net/net.gyp:net_unittests',
948             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
949             '../printing/printing.gyp:printing_unittests',
950             '../remoting/remoting.gyp:remoting_unittests',
951             '../sql/sql.gyp:sql_unittests',
952             '../sync/sync.gyp:sync_unit_tests',
953             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
954             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
955             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
956             '../ui/gfx/gfx.gyp:gfx_unittests',
957             '../ui/ui_unittests.gyp:ui_unittests',
958             '../url/url.gyp:url_unittests',
959           ],
960         },
961       ],  # targets
962     }], # OS="mac"
963     ['OS=="win"', {
964       'targets': [
965         # These targets are here so the build bots can use them to build
966         # subsets of a full tree for faster cycle times.
967         {
968           'target_name': 'chromium_builder',
969           'type': 'none',
970           'dependencies': [
971             '../cc/cc_tests.gyp:cc_unittests',
972             '../chrome/chrome.gyp:browser_tests',
973             '../chrome/chrome.gyp:crash_service',
974             '../chrome/chrome.gyp:gcapi_test',
975             '../chrome/chrome.gyp:installer_util_unittests',
976             '../chrome/chrome.gyp:interactive_ui_tests',
977             '../chrome/chrome.gyp:mini_installer_test',
978             '../chrome/chrome.gyp:performance_browser_tests',
979             '../chrome/chrome.gyp:sync_integration_tests',
980             '../chrome/chrome.gyp:unit_tests',
981             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
982             '../components/components_tests.gyp:components_unittests',
983             '../content/content_shell_and_tests.gyp:content_browsertests',
984             '../content/content_shell_and_tests.gyp:content_unittests',
985             '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
986             # mini_installer_tests depends on mini_installer. This should be
987             # defined in installer.gyp.
988             '../chrome/installer/mini_installer.gyp:mini_installer',
989             '../courgette/courgette.gyp:courgette_unittests',
990             '../device/device_tests.gyp:device_unittests',
991             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
992             '../gpu/gpu.gyp:gpu_unittests',
993             '../ipc/ipc.gyp:ipc_tests',
994             '../jingle/jingle.gyp:jingle_unittests',
995             '../media/media.gyp:media_unittests',
996             '../ppapi/ppapi_internal.gyp:ppapi_unittests',
997             '../printing/printing.gyp:printing_unittests',
998             '../remoting/remoting.gyp:remoting_unittests',
999             '../sql/sql.gyp:sql_unittests',
1000             '../sync/sync.gyp:sync_unit_tests',
1001             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1002             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1003             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1004             '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1005             '../tools/telemetry/telemetry.gyp:*',
1006             '../ui/events/events.gyp:events_unittests',
1007             '../ui/gfx/gfx.gyp:gfx_unittests',
1008             '../ui/ui_unittests.gyp:ui_unittests',
1009             '../ui/views/views.gyp:views_unittests',
1010             '../url/url.gyp:url_unittests',
1011             '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
1012           ],
1013           'conditions': [
1014             ['target_arch=="ia32"', {
1015               'dependencies': [
1016                 '../chrome/chrome.gyp:crash_service_win64',
1017               ],
1018             }],
1019           ],
1020         },
1021         {
1022           'target_name': 'chromium_builder_win_cf',
1023           'type': 'none',
1024         },
1025         {
1026           'target_name': 'chromium_builder_dbg_tsan_win',
1027           'type': 'none',
1028           'dependencies': [
1029             '../base/base.gyp:base_unittests',
1030             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1031             '../components/components_tests.gyp:components_unittests',
1032             '../content/content_shell_and_tests.gyp:content_unittests',
1033             '../crypto/crypto.gyp:crypto_unittests',
1034             '../ipc/ipc.gyp:ipc_tests',
1035             '../jingle/jingle.gyp:jingle_unittests',
1036             '../media/media.gyp:media_unittests',
1037             '../net/net.gyp:net_unittests',
1038             '../printing/printing.gyp:printing_unittests',
1039             '../remoting/remoting.gyp:remoting_unittests',
1040             '../sql/sql.gyp:sql_unittests',
1041             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1042             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1043             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1044             '../url/url.gyp:url_unittests',
1045           ],
1046         },
1047         {
1048           'target_name': 'chromium_builder_dbg_drmemory_win',
1049           'type': 'none',
1050           'dependencies': [
1051             '../base/base.gyp:base_unittests',
1052             '../chrome/chrome.gyp:unit_tests',
1053             '../chrome/chrome.gyp:browser_tests',
1054             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1055             '../components/components_tests.gyp:components_unittests',
1056             '../content/content_shell_and_tests.gyp:content_browsertests',
1057             '../content/content_shell_and_tests.gyp:content_shell',
1058             '../content/content_shell_and_tests.gyp:content_shell_crash_service',
1059             '../content/content_shell_and_tests.gyp:layout_test_helper',
1060             '../content/content_shell_and_tests.gyp:content_unittests',
1061             '../crypto/crypto.gyp:crypto_unittests',
1062             '../device/device_tests.gyp:device_unittests',
1063             '../ipc/ipc.gyp:ipc_tests',
1064             '../jingle/jingle.gyp:jingle_unittests',
1065             '../media/media.gyp:media_unittests',
1066             '../mojo/mojo.gyp:mojo',
1067             '../net/net.gyp:net_unittests',
1068             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1069             '../gpu/gpu.gyp:gpu_unittests',
1070             '../printing/printing.gyp:printing_unittests',
1071             '../remoting/remoting.gyp:remoting_unittests',
1072             '../sql/sql.gyp:sql_unittests',
1073             '../sync/sync.gyp:sync_unit_tests',
1074             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1075             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1076             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1077             '../url/url.gyp:url_unittests',
1078           ],
1079         },
1080         {
1081           'target_name': 'webkit_builder_win',
1082           'type': 'none',
1083           'dependencies': [
1084             'blink_tests',
1085           ],
1086         },
1087       ],  # targets
1088       'conditions': [
1089         ['branding=="Chrome"', {
1090           'targets': [
1091             {
1092               'target_name': 'chrome_official_builder',
1093               'type': 'none',
1094               'dependencies': [
1095                 '../base/base.gyp:base_unittests',
1096                 '../chrome/chrome.gyp:crash_service',
1097                 '../chrome/chrome.gyp:gcapi_dll',
1098                 '../chrome/chrome.gyp:pack_policy_templates',
1099                 '../chrome/installer/mini_installer.gyp:mini_installer',
1100                 '../cloud_print/cloud_print.gyp:cloud_print',
1101                 '../courgette/courgette.gyp:courgette',
1102                 '../courgette/courgette.gyp:courgette64',
1103                 '../ipc/ipc.gyp:ipc_tests',
1104                 '../media/media.gyp:media_unittests',
1105                 '../net/net.gyp:net_unittests_run',
1106                 '../printing/printing.gyp:printing_unittests',
1107                 '../remoting/remoting.gyp:remoting_webapp',
1108                 '../sql/sql.gyp:sql_unittests',
1109                 '../sync/sync.gyp:sync_unit_tests',
1110                 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
1111                 '../ui/gfx/gfx.gyp:gfx_unittests',
1112                 '../ui/ui_unittests.gyp:ui_unittests',
1113                 '../ui/views/views.gyp:views_unittests',
1114                 '../url/url.gyp:url_unittests',
1115               ],
1116               'conditions': [
1117                 ['internal_pdf', {
1118                   'dependencies': [
1119                     '../pdf/pdf.gyp:pdf',
1120                   ],
1121                 }], # internal_pdf
1122                 ['target_arch=="ia32"', {
1123                   'dependencies': [
1124                     '../chrome/chrome.gyp:crash_service_win64',
1125                   ],
1126                 }],
1127                 ['component != "shared_library" and wix_exists == "True" and \
1128                     sas_dll_exists == "True"', {
1129                   'dependencies': [
1130                     '../remoting/remoting.gyp:remoting_host_installation',
1131                   ],
1132                 }], # component != "shared_library"
1133               ]
1134             },
1135           ], # targets
1136         }], # branding=="Chrome"
1137        ], # conditions
1138     }], # OS="win"
1139     ['use_aura==1', {
1140       'targets': [
1141         {
1142           'target_name': 'aura_builder',
1143           'type': 'none',
1144           'dependencies': [
1145             '../cc/cc_tests.gyp:cc_unittests',
1146             '../chrome/chrome.gyp:browser_tests',
1147             '../chrome/chrome.gyp:chrome',
1148             '../chrome/chrome.gyp:interactive_ui_tests',
1149             '../chrome/chrome.gyp:unit_tests',
1150             '../components/components_tests.gyp:components_unittests',
1151             '../content/content_shell_and_tests.gyp:content_browsertests',
1152             '../content/content_shell_and_tests.gyp:content_unittests',
1153             '../device/device_tests.gyp:device_unittests',
1154             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1155             '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1156             '../remoting/remoting.gyp:remoting_unittests',
1157             '../ui/app_list/app_list.gyp:*',
1158             '../ui/aura/aura.gyp:*',
1159             '../ui/compositor/compositor.gyp:*',
1160             '../ui/events/events.gyp:*',
1161             '../ui/wm/wm.gyp:*',
1162             '../ui/gfx/gfx.gyp:gfx_unittests',
1163             '../ui/keyboard/keyboard.gyp:*',
1164             '../ui/message_center/message_center.gyp:*',
1165             '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1166             '../ui/ui_unittests.gyp:ui_unittests',
1167             '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1168             '../ui/views/views.gyp:views',
1169             '../ui/views/views.gyp:views_unittests',
1170             '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
1171             'blink_tests',
1172           ],
1173           'conditions': [
1174             ['OS=="win"', {
1175               'dependencies': [
1176                 '../chrome/chrome.gyp:crash_service',
1177               ],
1178             }],
1179             ['OS=="win" and target_arch=="ia32"', {
1180               'dependencies': [
1181                 '../chrome/chrome.gyp:crash_service_win64',
1182               ],
1183             }],
1184             ['use_ash==1', {
1185               'dependencies': [
1186                 '../ash/ash.gyp:ash_shell',
1187                 '../ash/ash.gyp:ash_unittests',
1188               ],
1189             }],
1190             ['OS=="linux"', {
1191               # Tests that currently only work on Linux.
1192               'dependencies': [
1193                 '../base/base.gyp:base_unittests',
1194                 '../ipc/ipc.gyp:ipc_tests',
1195                 '../sql/sql.gyp:sql_unittests',
1196                 '../sync/sync.gyp:sync_unit_tests',
1197               ],
1198             }],
1199             ['chromeos==1', {
1200               'dependencies': [
1201                 '../chromeos/chromeos.gyp:chromeos_unittests',
1202                 '../athena/main/athena_main.gyp:*',
1203               ],
1204             }],
1205             ['use_ozone==1', {
1206               'dependencies!': [
1207                 '../chrome/chrome.gyp:interactive_ui_tests',  # crbug.com/362166
1208               ],
1209             }],
1210           ],
1211         },
1212       ],  # targets
1213     }, {
1214       'conditions': [
1215         ['OS=="linux"', {
1216           # TODO(thakis): Remove this once the linux gtk bot no longer references
1217           # it (probably after the first aura release on linux), see r249162
1218           'targets': [
1219             {
1220               'target_name': 'aura_builder',
1221               'type': 'none',
1222               'dependencies': [
1223                 '../chrome/chrome.gyp:chrome',
1224               ],
1225             },
1226           ],  # targets
1227       }]], # OS=="linux"
1228     }], # "use_aura==1"
1229     ['test_isolation_mode != "noop"', {
1230       'targets': [
1231         {
1232           'target_name': 'chromium_swarm_tests',
1233           'type': 'none',
1234           'dependencies': [
1235             '../base/base.gyp:base_unittests_run',
1236             '../chrome/chrome.gyp:browser_tests_run',
1237             '../chrome/chrome.gyp:interactive_ui_tests_run',
1238             # http://crbug.com/157234
1239             #'../chrome/chrome.gyp:sync_integration_tests_run',
1240             '../chrome/chrome.gyp:unit_tests_run',
1241             '../net/net.gyp:net_unittests_run',
1242           ],
1243         }, # target_name: chromium_swarm_tests
1244       ],
1245     }],
1246   ], # conditions