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