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