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