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