Roll leveldb 3f7758:803d69 (v1.17 -> v1.18)
[chromium-blink-merge.git] / build / all.gyp
blobc4693b95b63efd60296a13fa4f45b2fbd1eb2fa7
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.gyp:mojo_public_bindings_unittests',
46             '../mojo/edk/mojo_edk.gyp:mojo_public_environment_unittests',
47             '../mojo/edk/mojo_edk.gyp:mojo_public_system_perftests',
48             '../mojo/edk/mojo_edk.gyp:mojo_public_system_unittests',
49             '../mojo/edk/mojo_edk.gyp:mojo_public_utility_unittests',
50             '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
51             '../mojo/edk/mojo_edk.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         ['OS=="linux"', {
409           'dependencies': [
410             '../dbus/dbus.gyp:dbus_unittests',
411             '../sandbox/sandbox.gyp:sandbox_linux_unittests',
412           ],
413         }],
414         ['OS=="mac"', {
415           'dependencies': [
416             '../ui/app_list/app_list.gyp:app_list_unittests',
417             '../ui/message_center/message_center.gyp:*',
418           ],
419         }],
420         ['test_isolation_mode != "noop"', {
421           'dependencies': [
422             'chromium_swarm_tests',
423           ],
424         }],
425         ['OS!="android"', {
426           'dependencies': [
427             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
428           ],
429         }],
430         ['enable_basic_printing==1 or enable_print_preview==1', {
431           'dependencies': [
432             '../printing/printing.gyp:printing_unittests',
433           ],
434         }],
435         ['use_aura==1', {
436           'dependencies': [
437             '../ui/app_list/app_list.gyp:app_list_unittests',
438             '../ui/aura/aura.gyp:aura_unittests',
439             '../ui/compositor/compositor.gyp:compositor_unittests',
440             '../ui/keyboard/keyboard.gyp:keyboard_unittests',
441             '../ui/views/views.gyp:views_unittests',
442           ],
443         }],
444         ['use_aura==1 or toolkit_views==1', {
445           'dependencies': [
446             '../ui/events/events.gyp:events_unittests',
447           ],
448         }],
449         ['use_ash==1', {
450           'dependencies': [
451             '../ash/ash.gyp:ash_unittests',
452           ],
453         }],
454         ['disable_nacl==0', {
455           'dependencies': [
456             '../components/nacl.gyp:nacl_loader_unittests',
457           ],
458         }],
459         ['disable_nacl==0 and disable_nacl_untrusted==0', {
460           'dependencies': [
461             '../mojo/mojo_nacl.gyp:*',
462             '../testing/gtest_nacl.gyp:*',
463           ],
464         }],
465       ],
466     }, # target_name: chromium_builder_tests
467   ],
468   'conditions': [
469     ['OS!="ios"', {
470       'targets': [
471         {
472           'target_name': 'blink_tests',
473           'type': 'none',
474           'dependencies': [
475             '../third_party/WebKit/public/all.gyp:all_blink',
476           ],
477           'conditions': [
478             ['OS=="android"', {
479               'dependencies': [
480                 '../content/content_shell_and_tests.gyp:content_shell_apk',
481                 '../breakpad/breakpad.gyp:dump_syms#host',
482                 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
483               ],
484             }, {  # OS!="android"
485               'dependencies': [
486                 '../content/content_shell_and_tests.gyp:content_shell',
487               ],
488             }],
489             ['OS=="win"', {
490               'dependencies': [
491                 '../content/content_shell_and_tests.gyp:content_shell_crash_service',
492                 '../content/content_shell_and_tests.gyp:layout_test_helper',
493               ],
494             }],
495             ['OS!="win" and OS!="android"', {
496               'dependencies': [
497                 '../breakpad/breakpad.gyp:minidump_stackwalk',
498               ],
499             }],
500             ['OS=="mac"', {
501               'dependencies': [
502                 '../breakpad/breakpad.gyp:dump_syms#host',
503                 '../content/content_shell_and_tests.gyp:layout_test_helper',
504               ],
505             }],
506             ['OS=="linux"', {
507               'dependencies': [
508                 '../breakpad/breakpad.gyp:dump_syms',
509               ],
510             }],
511           ],
512         }, # target_name: blink_tests
513       ],
514     }], # OS!=ios
515     ['OS!="ios" and OS!="android"', {
516       'targets': [
517         {
518           'target_name': 'chromium_builder_nacl_win_integration',
519           'type': 'none',
520           'dependencies': [
521             'chromium_builder_qa', # needed for pyauto
522             'chromium_builder_tests',
523           ],
524         }, # target_name: chromium_builder_nacl_win_integration
525         {
526           'target_name': 'chromium_builder_perf',
527           'type': 'none',
528           'dependencies': [
529             '../cc/cc_tests.gyp:cc_perftests',
530             '../chrome/chrome.gyp:chrome',
531             '../chrome/chrome.gyp:load_library_perf_tests',
532             '../chrome/chrome.gyp:performance_browser_tests',
533             '../chrome/chrome.gyp:sync_performance_tests',
534             '../media/media.gyp:media_perftests',
535             '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
536             '../tools/telemetry/telemetry.gyp:*',
537           ],
538           'conditions': [
539             ['OS!="ios" and OS!="win"', {
540               'dependencies': [
541                 '../breakpad/breakpad.gyp:minidump_stackwalk',
542               ],
543             }],
544             ['OS=="linux"', {
545               'dependencies': [
546                 '../chrome/chrome.gyp:linux_symbols'
547               ],
548             }],
549             ['OS=="win"', {
550               'dependencies': [
551                 '../chrome/chrome.gyp:crash_service',
552               ],
553             }],
554             ['OS=="win" and target_arch=="ia32"', {
555               'dependencies': [
556                 '../chrome/chrome.gyp:crash_service_win64',
557               ],
558             }],
559           ],
560         }, # target_name: chromium_builder_perf
561         {
562           'target_name': 'chromium_gpu_builder',
563           'type': 'none',
564           'dependencies': [
565             '../chrome/chrome.gyp:chrome',
566             '../chrome/chrome.gyp:performance_browser_tests',
567             '../content/content_shell_and_tests.gyp:content_browsertests',
568             '../content/content_shell_and_tests.gyp:content_gl_tests',
569             '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
570             '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test',
571             '../gpu/gpu.gyp:gl_tests',
572             '../gpu/gpu.gyp:angle_unittests',
573             '../gpu/gpu.gyp:gpu_unittests',
574             '../tools/telemetry/telemetry.gyp:*',
575           ],
576           'conditions': [
577             ['OS!="ios" and OS!="win"', {
578               'dependencies': [
579                 '../breakpad/breakpad.gyp:minidump_stackwalk',
580               ],
581             }],
582             ['OS=="linux"', {
583               'dependencies': [
584                 '../chrome/chrome.gyp:linux_symbols'
585               ],
586             }],
587             ['OS=="win"', {
588               'dependencies': [
589                 '../chrome/chrome.gyp:crash_service',
590               ],
591             }],
592             ['OS=="win" and target_arch=="ia32"', {
593               'dependencies': [
594                 '../chrome/chrome.gyp:crash_service_win64',
595               ],
596             }],
597           ],
598         }, # target_name: chromium_gpu_builder
599         {
600           'target_name': 'chromium_gpu_debug_builder',
601           'type': 'none',
602           'dependencies': [
603             '../chrome/chrome.gyp:chrome',
604             '../content/content_shell_and_tests.gyp:content_browsertests',
605             '../content/content_shell_and_tests.gyp:content_gl_tests',
606             '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
607             '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test',
608             '../gpu/gpu.gyp:gl_tests',
609             '../gpu/gpu.gyp:angle_unittests',
610             '../gpu/gpu.gyp:gpu_unittests',
611             '../tools/telemetry/telemetry.gyp:*',
612           ],
613           'conditions': [
614             ['OS!="ios" and OS!="win"', {
615               'dependencies': [
616                 '../breakpad/breakpad.gyp:minidump_stackwalk',
617               ],
618             }],
619             ['OS=="linux"', {
620               'dependencies': [
621                 '../chrome/chrome.gyp:linux_symbols'
622               ],
623             }],
624             ['OS=="win"', {
625               'dependencies': [
626                 '../chrome/chrome.gyp:crash_service',
627               ],
628             }],
629             ['OS=="win" and target_arch=="ia32"', {
630               'dependencies': [
631                 '../chrome/chrome.gyp:crash_service_win64',
632               ],
633             }],
634           ],
635         }, # target_name: chromium_gpu_debug_builder
636         {
637           'target_name': 'chromium_builder_qa',
638           'type': 'none',
639           'dependencies': [
640             '../chrome/chrome.gyp:chrome',
641             # Dependencies of pyauto_functional tests.
642             '../remoting/remoting.gyp:remoting_webapp',
643           ],
644           'conditions': [
645             ['OS=="mac"', {
646               'dependencies': [
647                 '../remoting/remoting.gyp:remoting_me2me_host_archive',
648               ],
649             }],
650             ['OS=="win"', {
651               'dependencies': [
652                 '../chrome/chrome.gyp:crash_service',
653               ],
654             }],
655             ['OS=="win" and target_arch=="ia32"', {
656               'dependencies': [
657                 '../chrome/chrome.gyp:crash_service_win64',
658               ],
659             }],
660             ['OS=="win" and component != "shared_library" and wix_exists == "True" and sas_dll_exists == "True"', {
661               'dependencies': [
662                 '../remoting/remoting.gyp:remoting_host_installation',
663               ],
664             }],
665           ],
666         }, # target_name: chromium_builder_qa
667         {
668           'target_name': 'chromium_builder_perf_av',
669           'type': 'none',
670           'dependencies': [
671             'blink_tests', # to run layout tests
672             'chromium_builder_qa',  # needed for perf pyauto tests
673           ],
674         },  # target_name: chromium_builder_perf_av
675         {
676           # This target contains everything we need to run tests on the special
677           # device-equipped WebRTC bots. We have device-requiring tests in
678           # browser_tests and content_browsertests.
679           'target_name': 'chromium_builder_webrtc',
680           'type': 'none',
681           'dependencies': [
682             'chromium_builder_perf',
683             '../chrome/chrome.gyp:browser_tests',
684             '../content/content_shell_and_tests.gyp:content_browsertests',
685             '../content/content_shell_and_tests.gyp:content_unittests',
686             '../media/media.gyp:media_unittests',
687             '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
688             '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
689           ],
690           'conditions': [
691             ['remoting==1', {
692               'dependencies': [
693                 '../remoting/remoting.gyp:*',
694               ],
695             }],
696           ],
697         },  # target_name: chromium_builder_webrtc
698         {
699           'target_name': 'chromium_builder_chromedriver',
700           'type': 'none',
701           'dependencies': [
702             '../chrome/chrome.gyp:chromedriver',
703             '../chrome/chrome.gyp:chromedriver_tests',
704             '../chrome/chrome.gyp:chromedriver_unittests',
705           ],
706         },  # target_name: chromium_builder_chromedriver
707         {
708           'target_name': 'chromium_builder_asan',
709           'type': 'none',
710           'dependencies': [
711             '../chrome/chrome.gyp:chrome',
713             # We refer to content_shell directly rather than blink_tests
714             # because we don't want the _unittests binaries.
715             '../content/content_shell_and_tests.gyp:content_shell',
716           ],
717           'conditions': [
718             ['OS!="win"', {
719               'dependencies': [
720                 '../net/net.gyp:hpack_fuzz_wrapper',
721                 '../net/net.gyp:dns_fuzz_stub',
722                 '../skia/skia.gyp:filter_fuzz_stub',
723               ],
724             }],
725             ['enable_ipc_fuzzer==1 and OS=="linux" and component!="shared_library"', {
726               'dependencies': [
727                 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
728               ],
729             }],
730             ['chromeos==0', {
731               'dependencies': [
732                 '../v8/src/d8.gyp:d8#host',
733                 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
734               ],
735             }],
736             ['internal_filter_fuzzer==1', {
737               'dependencies': [
738                 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuzzer.gyp:filter_fuzzer',
739               ],
740             }], # internal_filter_fuzzer
741             ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1', {
742               'dependencies': [
743                 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy',
744                 '../content/content_shell_and_tests.gyp:content_shell_syzyasan',
745                 '../pdf/pdf.gyp:pdf_syzyasan',
746               ],
747               'conditions': [
748                 ['chrome_multiple_dll==1', {
749                   'dependencies': [
750                     '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy',
751                   ],
752                 }],
753               ],
754             }],
755           ],
756         },
757         {
758           'target_name': 'chromium_builder_nacl_sdk',
759           'type': 'none',
760           'dependencies': [
761             '../chrome/chrome.gyp:chrome',
762           ],
763           'conditions': [
764             ['OS=="win"', {
765               'dependencies': [
766                 '../chrome/chrome.gyp:chrome_nacl_win64',
767               ]
768             }],
769           ],
770         },  #target_name: chromium_builder_nacl_sdk
771       ],  # targets
772     }], #OS!=ios and OS!=android
773     ['OS=="android"', {
774       'targets': [
775         {
776           # The current list of tests for android.  This is temporary
777           # until the full set supported.  If adding a new test here,
778           # please also add it to build/android/pylib/gtest/gtest_config.py,
779           # else the test is not run.
780           #
781           # WARNING:
782           # Do not add targets here without communicating the implications
783           # on tryserver triggers and load.  Discuss with
784           # chrome-infrastructure-team please.
785           'target_name': 'android_builder_tests',
786           'type': 'none',
787           'dependencies': [
788             '../android_webview/android_webview.gyp:android_webview_unittests',
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             '../chrome/chrome.gyp:unit_tests',
804             '../components/components_tests.gyp:components_unittests',
805             '../content/content_shell_and_tests.gyp:content_browsertests',
806             '../content/content_shell_and_tests.gyp:content_gl_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_unittests',
812             '../ipc/ipc.gyp:ipc_tests',
813             '../media/media.gyp:media_perftests_apk',
814             '../media/media.gyp:media_unittests',
815             '../net/net.gyp:net_unittests',
816             '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
817             '../sql/sql.gyp:sql_unittests',
818             '../sync/sync.gyp:sync_unit_tests',
819             '../testing/android/junit/junit_test.gyp:junit_unit_tests',
820             '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
821             '../third_party/WebKit/public/all.gyp:*',
822             '../tools/android/android_tools.gyp:android_tools',
823             '../tools/android/android_tools.gyp:memconsumer',
824             '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test',
825             '../ui/base/ui_base_tests.gyp:ui_base_unittests',
826             '../ui/events/events.gyp:events_unittests',
827             # Unit test bundles packaged as an apk.
828             '../android_webview/android_webview.gyp:android_webview_test_apk',
829             '../android_webview/android_webview.gyp:android_webview_unittests_apk',
830             '../base/base.gyp:base_unittests_apk',
831             '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
832             '../cc/cc_tests.gyp:cc_unittests_apk',
833             '../chrome/chrome.gyp:chrome_shell_test_apk',
834             '../chrome/chrome.gyp:chrome_sync_shell_test_apk',
835             '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
836             '../chrome/chrome.gyp:unit_tests_apk',
837             '../components/components_tests.gyp:components_unittests_apk',
838             '../content/content_shell_and_tests.gyp:content_browsertests_apk',
839             '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
840             '../content/content_shell_and_tests.gyp:content_unittests_apk',
841             '../content/content_shell_and_tests.gyp:video_decode_accelerator_unittest_apk',
842             '../gpu/gpu.gyp:gl_tests_apk',
843             '../gpu/gpu.gyp:gpu_unittests_apk',
844             '../ipc/ipc.gyp:ipc_tests_apk',
845             '../media/media.gyp:media_unittests_apk',
846             '../net/net.gyp:net_unittests_apk',
847             '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
848             '../sql/sql.gyp:sql_unittests_apk',
849             '../sync/sync.gyp:sync_unit_tests_apk',
850             '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_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           ],
855           'conditions': [
856             ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"', {
857               'dependencies': [
858                 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
859                 '../components/devtools_bridge.gyp:devtools_bridge_tests2_apk',
860               ],
861             }],
862           ],
863         },
864         {
865           # WebRTC Chromium tests to run on Android.
866           'target_name': 'android_builder_chromium_webrtc',
867           'type': 'none',
868           'dependencies': [
869             '../build/android/pylib/device/commands/commands.gyp:chromium_commands',
870             '../content/content_shell_and_tests.gyp:content_browsertests',
871             '../tools/android/android_tools.gyp:android_tools',
872             '../tools/android/android_tools.gyp:memconsumer',
873             # Unit test bundles packaged as an apk.
874             '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
875             '../components/devtools_bridge.gyp:devtools_bridge_tests2_apk',
876             '../content/content_shell_and_tests.gyp:content_browsertests_apk',
877           ],
878         },  # target_name: android_builder_chromium_webrtc
879       ], # targets
880     }], # OS="android"
881     ['OS=="mac"', {
882       'targets': [
883         {
884           # Target to build everything plus the dmg.  We don't put the dmg
885           # in the All target because developers really don't need it.
886           'target_name': 'all_and_dmg',
887           'type': 'none',
888           'dependencies': [
889             'All',
890             '../chrome/chrome.gyp:build_app_dmg',
891           ],
892         },
893         # These targets are here so the build bots can use them to build
894         # subsets of a full tree for faster cycle times.
895         {
896           'target_name': 'chromium_builder_dbg',
897           'type': 'none',
898           'dependencies': [
899             '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
900             '../cc/cc_tests.gyp:cc_unittests',
901             '../chrome/chrome.gyp:browser_tests',
902             '../chrome/chrome.gyp:interactive_ui_tests',
903             '../chrome/chrome.gyp:sync_integration_tests',
904             '../chrome/chrome.gyp:unit_tests',
905             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
906             '../components/components_tests.gyp:components_unittests',
907             '../content/content_shell_and_tests.gyp:content_browsertests',
908             '../content/content_shell_and_tests.gyp:content_unittests',
909             '../device/device_tests.gyp:device_unittests',
910             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
911             '../gpu/gpu.gyp:gpu_unittests',
912             '../ipc/ipc.gyp:ipc_tests',
913             '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
914             '../jingle/jingle.gyp:jingle_unittests',
915             '../media/media.gyp:media_unittests',
916             '../ppapi/ppapi_internal.gyp:ppapi_unittests',
917             '../printing/printing.gyp:printing_unittests',
918             '../remoting/remoting.gyp:remoting_unittests',
919             '../rlz/rlz.gyp:*',
920             '../sql/sql.gyp:sql_unittests',
921             '../sync/sync.gyp:sync_unit_tests',
922             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
923             '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
924             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
925             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
926             '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
927             '../tools/telemetry/telemetry.gyp:*',
928             '../ui/base/ui_base_tests.gyp:ui_base_unittests',
929             '../ui/gfx/gfx_tests.gyp:gfx_unittests',
930             '../url/url.gyp:url_unittests',
931           ],
932         },
933         {
934           'target_name': 'chromium_builder_rel',
935           'type': 'none',
936           'dependencies': [
937             '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
938             '../cc/cc_tests.gyp:cc_unittests',
939             '../chrome/chrome.gyp:browser_tests',
940             '../chrome/chrome.gyp:performance_browser_tests',
941             '../chrome/chrome.gyp:sync_integration_tests',
942             '../chrome/chrome.gyp:unit_tests',
943             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
944             '../components/components_tests.gyp:components_unittests',
945             '../content/content_shell_and_tests.gyp:content_browsertests',
946             '../content/content_shell_and_tests.gyp:content_unittests',
947             '../device/device_tests.gyp:device_unittests',
948             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
949             '../gpu/gpu.gyp:gpu_unittests',
950             '../ipc/ipc.gyp:ipc_tests',
951             '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
952             '../jingle/jingle.gyp:jingle_unittests',
953             '../media/media.gyp:media_unittests',
954             '../ppapi/ppapi_internal.gyp:ppapi_unittests',
955             '../printing/printing.gyp:printing_unittests',
956             '../remoting/remoting.gyp:remoting_unittests',
957             '../sql/sql.gyp:sql_unittests',
958             '../sync/sync.gyp:sync_unit_tests',
959             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
960             '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
961             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
962             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
963             '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
964             '../tools/telemetry/telemetry.gyp:*',
965             '../ui/base/ui_base_tests.gyp:ui_base_unittests',
966             '../ui/gfx/gfx_tests.gyp:gfx_unittests',
967             '../url/url.gyp:url_unittests',
968           ],
969         },
970         {
971           'target_name': 'chromium_builder_dbg_tsan_mac',
972           'type': 'none',
973           'dependencies': [
974             '../base/base.gyp:base_unittests',
975             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
976             '../crypto/crypto.gyp:crypto_unittests',
977             '../ipc/ipc.gyp:ipc_tests',
978             '../jingle/jingle.gyp:jingle_unittests',
979             '../media/media.gyp:media_unittests',
980             '../net/net.gyp:net_unittests',
981             '../printing/printing.gyp:printing_unittests',
982             '../remoting/remoting.gyp:remoting_unittests',
983             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
984             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
985             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
986             '../url/url.gyp:url_unittests',
987           ],
988         },
989         {
990           'target_name': 'chromium_builder_dbg_valgrind_mac',
991           'type': 'none',
992           'dependencies': [
993             '../base/base.gyp:base_unittests',
994             '../chrome/chrome.gyp:unit_tests',
995             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
996             '../components/components_tests.gyp:components_unittests',
997             '../content/content_shell_and_tests.gyp:content_unittests',
998             '../crypto/crypto.gyp:crypto_unittests',
999             '../device/device_tests.gyp:device_unittests',
1000             '../ipc/ipc.gyp:ipc_tests',
1001             '../jingle/jingle.gyp:jingle_unittests',
1002             '../media/media.gyp:media_unittests',
1003             '../net/net.gyp:net_unittests',
1004             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1005             '../printing/printing.gyp:printing_unittests',
1006             '../remoting/remoting.gyp:remoting_unittests',
1007             '../sql/sql.gyp:sql_unittests',
1008             '../sync/sync.gyp:sync_unit_tests',
1009             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1010             '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1011             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1012             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1013             '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1014             '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1015             '../url/url.gyp:url_unittests',
1016           ],
1017         },
1018       ],  # targets
1019     }], # OS="mac"
1020     ['OS=="win"', {
1021       'targets': [
1022         # These targets are here so the build bots can use them to build
1023         # subsets of a full tree for faster cycle times.
1024         {
1025           'target_name': 'chromium_builder',
1026           'type': 'none',
1027           'dependencies': [
1028             '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1029             '../cc/cc_tests.gyp:cc_unittests',
1030             '../chrome/chrome.gyp:browser_tests',
1031             '../chrome/chrome.gyp:crash_service',
1032             '../chrome/chrome.gyp:gcapi_test',
1033             '../chrome/chrome.gyp:installer_util_unittests',
1034             '../chrome/chrome.gyp:interactive_ui_tests',
1035             '../chrome/chrome.gyp:performance_browser_tests',
1036             '../chrome/chrome.gyp:sync_integration_tests',
1037             '../chrome/chrome.gyp:unit_tests',
1038             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1039             '../components/components_tests.gyp:components_unittests',
1040             '../content/content_shell_and_tests.gyp:content_browsertests',
1041             '../content/content_shell_and_tests.gyp:content_unittests',
1042             '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
1043             # ../chrome/test/mini_installer requires mini_installer.
1044             '../chrome/installer/mini_installer.gyp:mini_installer',
1045             '../courgette/courgette.gyp:courgette_unittests',
1046             '../device/device_tests.gyp:device_unittests',
1047             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1048             '../gpu/gpu.gyp:gpu_unittests',
1049             '../ipc/ipc.gyp:ipc_tests',
1050             '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1051             '../jingle/jingle.gyp:jingle_unittests',
1052             '../media/media.gyp:media_unittests',
1053             '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1054             '../printing/printing.gyp:printing_unittests',
1055             '../remoting/remoting.gyp:remoting_unittests',
1056             '../sql/sql.gyp:sql_unittests',
1057             '../sync/sync.gyp:sync_unit_tests',
1058             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1059             '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1060             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1061             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1062             '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1063             '../tools/telemetry/telemetry.gyp:*',
1064             '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1065             '../ui/events/events.gyp:events_unittests',
1066             '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1067             '../ui/views/views.gyp:views_unittests',
1068             '../url/url.gyp:url_unittests',
1069           ],
1070           'conditions': [
1071             ['target_arch=="ia32"', {
1072               'dependencies': [
1073                 '../chrome/chrome.gyp:crash_service_win64',
1074               ],
1075             }],
1076           ],
1077         },
1078         {
1079           'target_name': 'chromium_builder_win_cf',
1080           'type': 'none',
1081         },
1082         {
1083           'target_name': 'chromium_builder_dbg_tsan_win',
1084           'type': 'none',
1085           'dependencies': [
1086             '../base/base.gyp:base_unittests',
1087             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1088             '../components/components_tests.gyp:components_unittests',
1089             '../content/content_shell_and_tests.gyp:content_unittests',
1090             '../crypto/crypto.gyp:crypto_unittests',
1091             '../ipc/ipc.gyp:ipc_tests',
1092             '../jingle/jingle.gyp:jingle_unittests',
1093             '../media/media.gyp:media_unittests',
1094             '../net/net.gyp:net_unittests',
1095             '../printing/printing.gyp:printing_unittests',
1096             '../remoting/remoting.gyp:remoting_unittests',
1097             '../sql/sql.gyp:sql_unittests',
1098             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1099             '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1100             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1101             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1102             '../url/url.gyp:url_unittests',
1103           ],
1104         },
1105         {
1106           'target_name': 'chromium_builder_lkgr_drmemory_win',
1107           'type': 'none',
1108           'dependencies': [
1109             '../content/content_shell_and_tests.gyp:content_shell',
1110             '../content/content_shell_and_tests.gyp:content_shell_crash_service',
1111             '../content/content_shell_and_tests.gyp:layout_test_helper',
1112           ],
1113         },
1114         {
1115           'target_name': 'chromium_builder_dbg_drmemory_win',
1116           'type': 'none',
1117           'dependencies': [
1118             '../ash/ash.gyp:ash_shell_unittests',
1119             '../ash/ash.gyp:ash_unittests',
1120             '../base/base.gyp:base_unittests',
1121             '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1122             '../cc/cc_tests.gyp:cc_unittests',
1123             '../chrome/chrome.gyp:browser_tests',
1124             '../chrome/chrome.gyp:chrome_app_unittests',
1125             '../chrome/chrome.gyp:chromedriver_unittests',
1126             '../chrome/chrome.gyp:installer_util_unittests',
1127             '../chrome/chrome.gyp:unit_tests',
1128             '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
1129             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1130             '../components/components_tests.gyp:components_unittests',
1131             '../content/content_shell_and_tests.gyp:content_browsertests',
1132             '../content/content_shell_and_tests.gyp:content_shell',
1133             '../content/content_shell_and_tests.gyp:content_shell_crash_service',
1134             '../content/content_shell_and_tests.gyp:layout_test_helper',
1135             '../content/content_shell_and_tests.gyp:content_unittests',
1136             '../courgette/courgette.gyp:courgette_unittests',
1137             '../crypto/crypto.gyp:crypto_unittests',
1138             '../device/device_tests.gyp:device_unittests',
1139             '../extensions/extensions.gyp:extensions_unittests',
1140             '../gin/gin.gyp:gin_shell',
1141             '../gin/gin.gyp:gin_unittests',
1142             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1143             '../google_apis/google_apis.gyp:google_apis_unittests',
1144             '../gpu/gpu.gyp:angle_unittests',
1145             '../gpu/gpu.gyp:gpu_unittests',
1146             '../ipc/ipc.gyp:ipc_tests',
1147             '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1148             '../jingle/jingle.gyp:jingle_unittests',
1149             '../media/cast/cast.gyp:cast_unittests',
1150             '../media/media.gyp:media_unittests',
1151             '../mojo/mojo.gyp:mojo',
1152             '../net/net.gyp:net_unittests',
1153             '../printing/printing.gyp:printing_unittests',
1154             '../remoting/remoting.gyp:remoting_unittests',
1155             '../sql/sql.gyp:sql_unittests',
1156             '../sync/sync.gyp:sync_unit_tests',
1157             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1158             '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1159             '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1160             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1161             '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_heap_unittests',
1162             '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_platform_unittests',
1163             '../ui/accessibility/accessibility.gyp:accessibility_unittests',
1164             '../ui/app_list/app_list.gyp:app_list_unittests',
1165             '../ui/aura/aura.gyp:aura_unittests',
1166             '../ui/compositor/compositor.gyp:compositor_unittests',
1167             '../ui/display/display.gyp:display_unittests',
1168             '../ui/events/events.gyp:events_unittests',
1169             '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1170             '../ui/keyboard/keyboard.gyp:keyboard_unittests',
1171             '../url/url.gyp:url_unittests',
1172           ],
1173         },
1174         {
1175           'target_name': 'webkit_builder_win',
1176           'type': 'none',
1177           'dependencies': [
1178             'blink_tests',
1179           ],
1180         },
1181       ],  # targets
1182       'conditions': [
1183         ['branding=="Chrome"', {
1184           'targets': [
1185             {
1186               'target_name': 'chrome_official_builder',
1187               'type': 'none',
1188               'dependencies': [
1189                 '../base/base.gyp:base_unittests',
1190                 '../chrome/chrome.gyp:app_installer',
1191                 '../chrome/chrome.gyp:app_installer_unittests',
1192                 '../chrome/chrome.gyp:browser_tests',
1193                 '../chrome/chrome.gyp:sync_integration_tests',
1194                 '../chrome/chrome.gyp:crash_service',
1195                 '../chrome/chrome.gyp:gcapi_dll',
1196                 '../chrome/chrome.gyp:pack_policy_templates',
1197                 '../chrome/installer/mini_installer.gyp:mini_installer',
1198                 '../cloud_print/cloud_print.gyp:cloud_print',
1199                 '../courgette/courgette.gyp:courgette',
1200                 '../courgette/courgette.gyp:courgette64',
1201                 '../ipc/ipc.gyp:ipc_tests',
1202                 '../media/media.gyp:media_unittests',
1203                 '../net/net.gyp:net_unittests_run',
1204                 '../printing/printing.gyp:printing_unittests',
1205                 '../remoting/remoting.gyp:remoting_webapp',
1206                 '../sql/sql.gyp:sql_unittests',
1207                 '../sync/sync.gyp:sync_unit_tests',
1208                 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
1209                 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1210                 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1211                 '../ui/views/views.gyp:views_unittests',
1212                 '../url/url.gyp:url_unittests',
1213               ],
1214               'conditions': [
1215                 ['target_arch=="ia32"', {
1216                   'dependencies': [
1217                     '../chrome/chrome.gyp:crash_service_win64',
1218                   ],
1219                 }],
1220                 ['component != "shared_library" and wix_exists == "True" and \
1221                     sas_dll_exists == "True"', {
1222                   'dependencies': [
1223                     '../remoting/remoting.gyp:remoting_host_installation',
1224                   ],
1225                 }], # component != "shared_library"
1226               ]
1227             },
1228           ], # targets
1229         }], # branding=="Chrome"
1230        ], # conditions
1231     }], # OS="win"
1232     ['use_aura==1', {
1233       'targets': [
1234         {
1235           'target_name': 'aura_builder',
1236           'type': 'none',
1237           'dependencies': [
1238             '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1239             '../cc/cc_tests.gyp:cc_unittests',
1240             '../chrome/chrome.gyp:browser_tests',
1241             '../chrome/chrome.gyp:chrome',
1242             '../components/components_tests.gyp:components_unittests',
1243             '../content/content_shell_and_tests.gyp:content_browsertests',
1244             '../content/content_shell_and_tests.gyp:content_unittests',
1245             '../device/device_tests.gyp:device_unittests',
1246             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1247             '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1248             '../remoting/remoting.gyp:remoting_unittests',
1249             '../ui/app_list/app_list.gyp:*',
1250             '../ui/aura/aura.gyp:*',
1251             '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1252             '../ui/compositor/compositor.gyp:*',
1253             '../ui/display/display.gyp:display_unittests',
1254             '../ui/events/events.gyp:*',
1255             '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1256             '../ui/keyboard/keyboard.gyp:*',
1257             '../ui/message_center/message_center.gyp:*',
1258             '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1259             '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1260             '../ui/views/views.gyp:views',
1261             '../ui/views/views.gyp:views_unittests',
1262             '../ui/wm/wm.gyp:*',
1263             'blink_tests',
1264           ],
1265           'conditions': [
1266             ['use_athena!=1', {
1267               'dependencies': [
1268                 '../chrome/chrome.gyp:interactive_ui_tests',
1269                 '../chrome/chrome.gyp:unit_tests',
1270               ],
1271             }],
1272             ['OS=="win"', {
1273               'dependencies': [
1274                 '../chrome/chrome.gyp:crash_service',
1275               ],
1276             }],
1277             ['OS=="win" and target_arch=="ia32"', {
1278               'dependencies': [
1279                 '../chrome/chrome.gyp:crash_service_win64',
1280               ],
1281             }],
1282             ['use_ash==1', {
1283               'dependencies': [
1284                 '../ash/ash.gyp:ash_shell',
1285                 '../ash/ash.gyp:ash_unittests',
1286               ],
1287             }],
1288             ['OS=="linux"', {
1289               # Tests that currently only work on Linux.
1290               'dependencies': [
1291                 '../base/base.gyp:base_unittests',
1292                 '../ipc/ipc.gyp:ipc_tests',
1293                 '../sql/sql.gyp:sql_unittests',
1294                 '../sync/sync.gyp:sync_unit_tests',
1295               ],
1296             }],
1297             ['chromeos==1', {
1298               'dependencies': [
1299                 '../chromeos/chromeos.gyp:chromeos_unittests',
1300                 '../athena/main/athena_main.gyp:*',
1301               ],
1302             }],
1303             ['use_ozone==1', {
1304               'dependencies': [
1305                 '../ui/ozone/ozone.gyp:*',
1306                 '../ui/ozone/demo/ozone_demos.gyp:*',
1307               ],
1308             }],
1309           ],
1310         },
1311       ],  # targets
1312     }, {
1313       'conditions': [
1314         ['OS=="linux"', {
1315           # TODO(thakis): Remove this once the linux gtk bot no longer references
1316           # it (probably after the first aura release on linux), see r249162
1317           'targets': [
1318             {
1319               'target_name': 'aura_builder',
1320               'type': 'none',
1321               'dependencies': [
1322                 '../chrome/chrome.gyp:chrome',
1323               ],
1324             },
1325           ],  # targets
1326       }]], # OS=="linux"
1327     }], # "use_aura==1"
1328     ['test_isolation_mode != "noop"', {
1329       'targets': [
1330         {
1331           'target_name': 'chromium_swarm_tests',
1332           'type': 'none',
1333           'dependencies': [
1334             '../base/base.gyp:base_unittests_run',
1335             '../chrome/chrome.gyp:browser_tests_run',
1336             '../content/content_shell_and_tests.gyp:content_browsertests_run',
1337             '../content/content_shell_and_tests.gyp:content_unittests_run',
1338             '../net/net.gyp:net_unittests_run',
1339           ],
1340           'conditions' : [
1341             ['use_athena!=1', {
1342               'dependencies': [
1343                 '../chrome/chrome.gyp:interactive_ui_tests_run',
1344                 '../chrome/chrome.gyp:sync_integration_tests_run',
1345                 '../chrome/chrome.gyp:unit_tests_run',
1346               ],
1347             }],
1348           ],
1349         }, # target_name: chromium_swarm_tests
1350       ],
1351     }],
1352     ['archive_chromoting_tests==1', {
1353       'targets': [
1354         {
1355           'target_name': 'chromoting_swarm_tests',
1356           'type': 'none',
1357           'dependencies': [
1358             '../testing/chromoting/integration_tests.gyp:chromoting_integration_tests_run',
1359           ],
1360         }, # target_name: chromoting_swarm_tests
1361       ]
1362     }],
1363     ['OS=="mac" and toolkit_views==1', {
1364       'targets': [
1365         {
1366           'target_name': 'macviews_builder',
1367           'type': 'none',
1368           'dependencies': [
1369             '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1370             '../ui/views/views.gyp:views',
1371             '../ui/views/views.gyp:views_unittests',
1372           ],
1373         },  # target_name: macviews_builder
1374       ],  # targets
1375     }],  # os=='mac' and toolkit_views==1
1376   ],  # conditions