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