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