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