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