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