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