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