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