Enable gesture tap highlighting by default on ChromeOS
[chromium-blink-merge.git] / build / all.gyp
blob534636b0e221caa091f860e7abc72a1be41d55bb
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   'targets': [
7     {
8       'target_name': 'All',
9       'type': 'none',
10       'xcode_create_dependents_test_runner': 1,
11       'dependencies': [
12         'some.gyp:*',
13         '../base/base.gyp:*',
14         '../chrome/chrome.gyp:*',
15         '../content/content.gyp:*',
16         '../crypto/crypto.gyp:*',
17         '../media/media.gyp:*',
18         '../net/net.gyp:*',
19         '../sdch/sdch.gyp:*',
20         '../sql/sql.gyp:*',
21         '../sync/sync.gyp:*',
22         '../testing/gmock.gyp:*',
23         '../testing/gtest.gyp:*',
24         '../third_party/bzip2/bzip2.gyp:*',
25         '../third_party/icu/icu.gyp:*',
26         '../third_party/libxml/libxml.gyp:*',
27         '../third_party/sqlite/sqlite.gyp:*',
28         '../third_party/zlib/zlib.gyp:*',
29         '../ui/ui.gyp:*',
30         '../webkit/support/webkit_support.gyp:*',
31         'temp_gyp/googleurl.gyp:*',
32       ],
33       'conditions': [
34         ['OS!="ios"', {
35           'dependencies': [
36             '../cc/cc_tests.gyp:*',
37             '../components/components.gyp:*',
38             '../device/device.gyp:*',
39             '../gpu/gpu.gyp:*',
40             '../gpu/tools/tools.gyp:*',
41             '../ipc/ipc.gyp:*',
42             '../jingle/jingle.gyp:*',
43             '../ppapi/ppapi.gyp:*',
44             '../ppapi/ppapi_internal.gyp:*',
45             '../printing/printing.gyp:*',
46             '../skia/skia.gyp:*',
47             '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
48             '../third_party/cld/cld.gyp:*',
49             '../third_party/codesighs/codesighs.gyp:*',
50             '../third_party/ffmpeg/ffmpeg.gyp:*',
51             '../third_party/iccjpeg/iccjpeg.gyp:*',
52             '../third_party/libpng/libpng.gyp:*',
53             '../third_party/libusb/libusb.gyp:*',
54             '../third_party/libwebp/libwebp.gyp:*',
55             '../third_party/libxslt/libxslt.gyp:*',
56             '../third_party/lzma_sdk/lzma_sdk.gyp:*',
57             '../third_party/mesa/mesa.gyp:*',
58             '../third_party/modp_b64/modp_b64.gyp:*',
59             '../third_party/npapi/npapi.gyp:*',
60             '../third_party/ots/ots.gyp:*',
61             '../third_party/qcms/qcms.gyp:*',
62             '../third_party/re2/re2.gyp:re2',
63             '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
64             '../v8/tools/gyp/v8.gyp:*',
65             '../webkit/compositor_bindings/compositor_bindings_tests.gyp:*',
66             '../webkit/webkit.gyp:*',
67             '<(libjpeg_gyp_path):*',
68           ],
69         }],
70         ['os_posix==1 and OS!="android" and OS!="ios"', {
71           'dependencies': [
72             '../third_party/yasm/yasm.gyp:*#host',
73           ],
74         }],
75         ['OS=="mac" or OS=="ios" or OS=="win"', {
76           'dependencies': [
77             '../third_party/nss/nss.gyp:*',
78            ],
79         }],
80         ['OS=="win" or OS=="ios" or OS=="linux"', {
81           'dependencies': [
82             '../breakpad/breakpad.gyp:*',
83            ],
84         }],
85         ['OS=="mac"', {
86           'dependencies': [
87             '../third_party/ocmock/ocmock.gyp:*',
88           ],
89         }],
90         ['OS=="linux"', {
91           'dependencies': [
92             '../courgette/courgette.gyp:*',
93             '../dbus/dbus.gyp:*',
94             '../sandbox/sandbox.gyp:*',
95           ],
96           'conditions': [
97             ['branding=="Chrome"', {
98               'dependencies': [
99                 '../chrome/chrome.gyp:linux_packages_<(channel)',
100               ],
101             }],
102             ['chromeos==0', {
103               'dependencies': [
104                 '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*',
105                 '../third_party/libmtp/libmtp.gyp:*',
106                 '../third_party/mtpd/mtpd.gyp:*',
107               ],
108             }],
109           ],
110         }],
111         ['use_x11==1', {
112           'dependencies': [
113             '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
114           ],
115         }],
116         ['toolkit_uses_gtk==1', {
117           'dependencies': [
118             '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
119           ],
120         }],
121         ['OS=="win"', {
122           'conditions': [
123             ['win_use_allocator_shim==1', {
124               'dependencies': [
125                 '../base/allocator/allocator.gyp:*',
126               ],
127             }],
128             # Don't enable dependencies that don't work on Win64.
129             ['target_arch!="x64"', {
130               'dependencies': [
131                 # TODO(jschuh) Enable Win64 Memory Watcher. crbug.com/176877
132                 '../tools/memory_watcher/memory_watcher.gyp:*',
133                 # TODO(jschuh) Enable Win64 Chrome Frame. crbug.com/176875
134                 '../chrome_frame/chrome_frame.gyp:*',
135               ],
136             }],
137           ],
138           'dependencies': [
139             '../cloud_print/cloud_print.gyp:*',
140             '../courgette/courgette.gyp:*',
141             '../rlz/rlz.gyp:*',
142             '../sandbox/sandbox.gyp:*',
143             '../third_party/angle/src/build_angle.gyp:*',
144             '../third_party/bsdiff/bsdiff.gyp:*',
145             '../third_party/bspatch/bspatch.gyp:*',
146             '../third_party/gles2_book/gles2_book.gyp:*',
147           ],
148         }, {
149           'dependencies': [
150             '../third_party/libevent/libevent.gyp:*',
151           ],
152         }],
153         ['toolkit_views==1', {
154           'dependencies': [
155             '../ui/views/controls/webview/webview.gyp:*',
156             '../ui/views/views.gyp:*',
157           ],
158         }],
159         ['use_aura==1', {
160           'dependencies': [
161             '../ash/ash.gyp:*',
162             '../ui/aura/aura.gyp:*',
163             '../ui/oak/oak.gyp:*',
164           ],
165         }],
166         ['remoting==1', {
167           'dependencies': [
168             '../remoting/remoting.gyp:*',
169           ],
170         }],
171         ['use_openssl==0', {
172           'dependencies': [
173             '../net/third_party/nss/ssl.gyp:*',
174           ],
175         }],
176         ['enable_app_list==1', {
177           'dependencies': [
178             '../ui/app_list/app_list.gyp:*',
179           ],
180         }],
181       ],
182     }, # target_name: All
183     {
184       'target_name': 'All_syzygy',
185       'type': 'none',
186       'conditions': [
187         ['OS=="win" and fastbuild==0 and target_arch=="ia32"', {
188             'dependencies': [
189               '../chrome/installer/mini_installer_syzygy.gyp:*',
190             ],
191           },
192         ],
193       ],
194     }, # target_name: All_syzygy
195     {
196       'target_name': 'chromium_builder_tests',
197       'type': 'none',
198       'dependencies': [
199         '../base/base.gyp:base_unittests',
200         '../chrome/chrome.gyp:unit_tests',
201         '../crypto/crypto.gyp:crypto_unittests',
202         '../media/media.gyp:media_unittests',
203         '../net/net.gyp:net_unittests',
204         '../sql/sql.gyp:sql_unittests',
205         '../ui/ui.gyp:ui_unittests',
206         'temp_gyp/googleurl.gyp:googleurl_unittests',
207       ],
208       'conditions': [
209         ['OS!="ios"', {
210           'dependencies': [
211             '../cc/cc_tests.gyp:cc_unittests',
212             '../chrome/chrome.gyp:browser_tests',
213             '../chrome/chrome.gyp:chromedriver2_tests',
214             '../chrome/chrome.gyp:chromedriver2_unittests',
215             '../chrome/chrome.gyp:interactive_ui_tests',
216             '../chrome/chrome.gyp:sync_integration_tests',
217             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
218             '../components/components.gyp:components_unittests',
219             '../content/content.gyp:content_browsertests',
220             '../content/content.gyp:content_unittests',
221             '../device/device.gyp:device_unittests',
222             '../gpu/gpu.gyp:gpu_unittests',
223             '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
224             '../ipc/ipc.gyp:ipc_tests',
225             '../jingle/jingle.gyp:jingle_unittests',
226             '../ppapi/ppapi_internal.gyp:ppapi_unittests',
227             '../printing/printing.gyp:printing_unittests',
228             '../remoting/remoting.gyp:remoting_unittests',
229             '../sync/sync.gyp:sync_unit_tests',
230             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
231             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
232             '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
233           ],
234         }],
235         ['OS=="win"', {
236           'dependencies': [
237             '../chrome/chrome.gyp:crash_service',
238             '../chrome/chrome.gyp:installer_util_unittests',
239             '../chrome/chrome.gyp:mini_installer_test',
240             # mini_installer_tests depends on mini_installer. This should be
241             # defined in installer.gyp.
242             '../chrome/installer/mini_installer.gyp:mini_installer',
243             '../chrome_frame/chrome_frame.gyp:npchrome_frame',
244             '../courgette/courgette.gyp:courgette_unittests',
245             '../sandbox/sandbox.gyp:sbox_integration_tests',
246             '../sandbox/sandbox.gyp:sbox_unittests',
247             '../sandbox/sandbox.gyp:sbox_validation_tests',
248             '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
249             '../ui/app_list/app_list.gyp:app_list_unittests',
250             '../ui/views/views.gyp:views_unittests',
251             '../webkit/webkit.gyp:test_shell_common',
252           ],
253           'conditions': [
254             ['target_arch!="x64"', {
255               'dependencies': [
256                 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
257                 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
258                 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
259                 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
260                 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
261               ]
262             }, { # target_arch!="x64"
263               'dependencies!': [
264                 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
265               ],
266               'defines': [
267                 'OMIT_CHROME_FRAME',
268               ],
269             }], # target_arch=="x64"
270             # remoting_host_installation uses lots of non-trivial GYP that tend
271             # to break because of differences between ninja and msbuild. Make
272             # sure this target is built by the builders on the main waterfall.
273             # See http://crbug.com/180600.
274             ['wix_exists == "True" and sas_dll_exists == "True"', {
275               'dependencies': [
276                 '../remoting/remoting.gyp:remoting_host_installation',
277               ],
278             }],
279           ],
280         }],
281         ['OS=="linux"', {
282           'dependencies': [
283             '../sandbox/sandbox.gyp:sandbox_linux_unittests',
284             '../dbus/dbus.gyp:dbus_unittests',
285           ],
286         }],
287         ['OS=="mac"', {
288           'dependencies': [
289             '../ui/app_list/app_list.gyp:app_list_unittests',
290           ],
291         }],
292         ['test_isolation_mode != "noop"', {
293           'dependencies': [
294             'chromium_swarm_tests',
295           ],
296         }],
297       ],
298     }, # target_name: chromium_builder_tests
299     {
300       'target_name': 'chromium_2010_builder_tests',
301       'type': 'none',
302       'dependencies': [
303         'chromium_builder_tests',
304       ],
305     }, # target_name: chromium_2010_builder_tests
306   ],
307   'conditions': [
308     ['OS!="ios"', {
309       'targets': [
310         {
311           'target_name': 'chromium_builder_nacl_win_integration',
312           'type': 'none',
313           'dependencies': [
314             'chromium_builder_qa', # needed for pyauto
315             'chromium_builder_tests',
316           ],
317         }, # target_name: chromium_builder_nacl_win_integration
318         {
319           'target_name': 'chromium_builder_perf',
320           'type': 'none',
321           'dependencies': [
322             'chromium_builder_qa', # needed for pyauto
323             '../chrome/chrome.gyp:performance_browser_tests',
324             '../chrome/chrome.gyp:performance_ui_tests',
325             '../chrome/chrome.gyp:sync_performance_tests',
326           ],
327         }, # target_name: chromium_builder_perf
328         {
329           'target_name': 'chromium_gpu_builder',
330           'type': 'none',
331           'dependencies': [
332             '../chrome/chrome.gyp:gpu_tests',
333             '../chrome/chrome.gyp:performance_browser_tests',
334             '../chrome/chrome.gyp:performance_ui_tests',
335             '../content/content.gyp:content_browsertests',
336             '../gpu/gpu.gyp:gl_tests',
337           ],
338           'conditions': [
339             ['internal_gles2_conform_tests', {
340               'dependencies': [
341                 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_test',
342               ],
343             }], # internal_gles2_conform
344           ],
345         }, # target_name: chromium_gpu_builder
346         {
347           'target_name': 'chromium_gpu_debug_builder',
348           'type': 'none',
349           'dependencies': [
350             '../chrome/chrome.gyp:gpu_tests',
351             '../content/content.gyp:content_browsertests',
352             '../gpu/gpu.gyp:gl_tests',
353           ],
354           'conditions': [
355             ['internal_gles2_conform_tests', {
356               'dependencies': [
357                 '../gpu/gles2_conform_test/gles2_conform_test.gyp:gles2_conform_test',
358               ],
359             }], # internal_gles2_conform
360           ],
361         }, # target_name: chromium_gpu_debug_builder
362         {
363           'target_name': 'chromium_builder_qa',
364           'type': 'none',
365           'dependencies': [
366             '../chrome/chrome.gyp:chromedriver',
367             '../chrome/chrome.gyp:chromedriver2',
368             '../chrome/chrome.gyp:chromedriver2_server',
369             '../chrome/chrome.gyp:chromedriver2_tests',
370             '../chrome/chrome.gyp:chromedriver2_unittests',
371             # Dependencies of pyauto_functional tests.
372             '../remoting/remoting.gyp:remoting_webapp',
373           ],
374           'conditions': [
375             # If you change this condition, make sure you also change it
376             # in chrome_tests.gypi
377             ['enable_automation==1 and (OS=="mac" or ((OS=="win" or os_posix==1) and target_arch==python_arch))', {
378               'dependencies': [
379                 '../chrome/chrome.gyp:pyautolib',
380               ],
381             }],
382             ['OS=="mac"', {
383               'dependencies': [
384                 '../remoting/remoting.gyp:remoting_me2me_host_archive',
385               ],
386             }],
387             ['OS=="win" and component != "shared_library" and wix_exists == "True" and sas_dll_exists == "True"', {
388               'dependencies': [
389                 '../remoting/remoting.gyp:remoting_host_installation',
390               ],
391             }],
392           ],
393         }, # target_name: chromium_builder_qa
394         {
395           'target_name': 'chromium_builder_perf_av',
396           'type': 'none',
397           'dependencies': [
398             'chromium_builder_qa',  # needed for perf pyauto tests
399             '../webkit/webkit.gyp:pull_in_DumpRenderTree',  # to run layout tests
400           ],
401         },  # target_name: chromium_builder_perf_av
402         {
403           # This target contains everything we need to run tests on the special
404           # device-equipped WebRTC bots. We have device-requiring tests in
405           # PyAuto, browser_tests and content_browsertests.
406           'target_name': 'chromium_builder_webrtc',
407           'type': 'none',
408           'dependencies': [
409             'chromium_builder_qa',  # needed for perf pyauto tests
410             '../chrome/chrome.gyp:browser_tests',
411             '../content/content.gyp:content_browsertests',
412             '../content/content.gyp:content_unittests',
413             '../third_party/libjingle/libjingle.gyp:peerconnection_server',
414             '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
415             '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
416           ],
417         },  # target_name: chromium_builder_webrtc
418       ],  # targets
419     }],
420     ['OS=="mac"', {
421       'targets': [
422         {
423           # Target to build everything plus the dmg.  We don't put the dmg
424           # in the All target because developers really don't need it.
425           'target_name': 'all_and_dmg',
426           'type': 'none',
427           'dependencies': [
428             'All',
429             '../chrome/chrome.gyp:build_app_dmg',
430           ],
431         },
432         # These targets are here so the build bots can use them to build
433         # subsets of a full tree for faster cycle times.
434         {
435           'target_name': 'chromium_builder_dbg',
436           'type': 'none',
437           'dependencies': [
438             '../cc/cc_tests.gyp:cc_unittests',
439             '../chrome/chrome.gyp:browser_tests',
440             '../chrome/chrome.gyp:interactive_ui_tests',
441             '../chrome/chrome.gyp:sync_integration_tests',
442             '../chrome/chrome.gyp:unit_tests',
443             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
444             '../components/components.gyp:components_unittests',
445             '../content/content.gyp:content_browsertests',
446             '../content/content.gyp:content_unittests',
447             '../device/device.gyp:device_unittests',
448             '../ui/ui.gyp:ui_unittests',
449             '../gpu/gpu.gyp:gpu_unittests',
450             '../ipc/ipc.gyp:ipc_tests',
451             '../jingle/jingle.gyp:jingle_unittests',
452             '../media/media.gyp:media_unittests',
453             '../ppapi/ppapi_internal.gyp:ppapi_unittests',
454             '../printing/printing.gyp:printing_unittests',
455             '../remoting/remoting.gyp:remoting_unittests',
456             '../rlz/rlz.gyp:*',
457             '../sql/sql.gyp:sql_unittests',
458             '../sync/sync.gyp:sync_unit_tests',
459             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
460             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
461             '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
462             'temp_gyp/googleurl.gyp:googleurl_unittests',
463           ],
464         },
465         {
466           'target_name': 'chromium_builder_rel',
467           'type': 'none',
468           'dependencies': [
469             '../cc/cc_tests.gyp:cc_unittests',
470             '../chrome/chrome.gyp:browser_tests',
471             '../chrome/chrome.gyp:performance_browser_tests',
472             '../chrome/chrome.gyp:performance_ui_tests',
473             '../chrome/chrome.gyp:sync_integration_tests',
474             '../chrome/chrome.gyp:unit_tests',
475             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
476             '../components/components.gyp:components_unittests',
477             '../content/content.gyp:content_browsertests',
478             '../content/content.gyp:content_unittests',
479             '../device/device.gyp:device_unittests',
480             '../ui/ui.gyp:ui_unittests',
481             '../gpu/gpu.gyp:gpu_unittests',
482             '../ipc/ipc.gyp:ipc_tests',
483             '../jingle/jingle.gyp:jingle_unittests',
484             '../media/media.gyp:media_unittests',
485             '../ppapi/ppapi_internal.gyp:ppapi_unittests',
486             '../printing/printing.gyp:printing_unittests',
487             '../remoting/remoting.gyp:remoting_unittests',
488             '../sql/sql.gyp:sql_unittests',
489             '../sync/sync.gyp:sync_unit_tests',
490             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
491             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
492             '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
493             'temp_gyp/googleurl.gyp:googleurl_unittests',
494           ],
495         },
496         {
497           'target_name': 'chromium_builder_dbg_tsan_mac',
498           'type': 'none',
499           'dependencies': [
500             '../base/base.gyp:base_unittests',
501             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
502             '../crypto/crypto.gyp:crypto_unittests',
503             'temp_gyp/googleurl.gyp:googleurl_unittests',
504             '../net/net.gyp:net_unittests',
505             '../ipc/ipc.gyp:ipc_tests',
506             '../jingle/jingle.gyp:jingle_unittests',
507             '../media/media.gyp:media_unittests',
508             '../printing/printing.gyp:printing_unittests',
509             '../remoting/remoting.gyp:remoting_unittests',
510             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
511             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
512           ],
513         },
514         {
515           'target_name': 'chromium_builder_asan_mac',
516           'type': 'none',
517           'dependencies': [
518             '../chrome/chrome.gyp:chrome',
519             '../net/net.gyp:dns_fuzz_stub',
520             '../webkit/webkit.gyp:pull_in_DumpRenderTree',
521           ],
522         },
523         {
524           'target_name': 'chromium_builder_dbg_valgrind_mac',
525           'type': 'none',
526           'dependencies': [
527             '../base/base.gyp:base_unittests',
528             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
529             '../crypto/crypto.gyp:crypto_unittests',
530             '../ipc/ipc.gyp:ipc_tests',
531             '../media/media.gyp:media_unittests',
532             '../net/net.gyp:net_unittests',
533             '../printing/printing.gyp:printing_unittests',
534             '../remoting/remoting.gyp:remoting_unittests',
535             '../chrome/chrome.gyp:unit_tests',
536             '../components/components.gyp:components_unittests',
537             '../content/content.gyp:content_unittests',
538             '../device/device.gyp:device_unittests',
539             '../ui/ui.gyp:ui_unittests',
540             '../jingle/jingle.gyp:jingle_unittests',
541             '../sql/sql.gyp:sql_unittests',
542             '../sync/sync.gyp:sync_unit_tests',
543             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
544             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
545             'temp_gyp/googleurl.gyp:googleurl_unittests',
546           ],
547         },
548       ],  # targets
549     }], # OS="mac"
550     ['OS=="win"', {
551       'targets': [
552         # These targets are here so the build bots can use them to build
553         # subsets of a full tree for faster cycle times.
554         {
555           'target_name': 'chromium_builder',
556           'type': 'none',
557           'dependencies': [
558             '../cc/cc_tests.gyp:cc_unittests',
559             '../chrome/chrome.gyp:browser_tests',
560             '../chrome/chrome.gyp:installer_util_unittests',
561             '../chrome/chrome.gyp:interactive_ui_tests',
562             '../chrome/chrome.gyp:mini_installer_test',
563             '../chrome/chrome.gyp:performance_browser_tests',
564             '../chrome/chrome.gyp:performance_ui_tests',
565             '../chrome/chrome.gyp:sync_integration_tests',
566             '../chrome/chrome.gyp:unit_tests',
567             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
568             '../components/components.gyp:components_unittests',
569             '../content/content.gyp:content_browsertests',
570             '../content/content.gyp:content_unittests',
571             # mini_installer_tests depends on mini_installer. This should be
572             # defined in installer.gyp.
573             '../chrome/installer/mini_installer.gyp:mini_installer',
574             '../chrome_frame/chrome_frame.gyp:npchrome_frame',
575             '../courgette/courgette.gyp:courgette_unittests',
576             '../device/device.gyp:device_unittests',
577             '../ui/ui.gyp:ui_unittests',
578             '../gpu/gpu.gyp:gpu_unittests',
579             '../ipc/ipc.gyp:ipc_tests',
580             '../jingle/jingle.gyp:jingle_unittests',
581             '../media/media.gyp:media_unittests',
582             '../ppapi/ppapi_internal.gyp:ppapi_unittests',
583             '../printing/printing.gyp:printing_unittests',
584             '../remoting/remoting.gyp:remoting_unittests',
585             '../sql/sql.gyp:sql_unittests',
586             '../sync/sync.gyp:sync_unit_tests',
587             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
588             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
589             '../ui/views/views.gyp:views_unittests',
590             '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
591             '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
592             'temp_gyp/googleurl.gyp:googleurl_unittests',
593           ],
594           'conditions': [
595              ['target_arch!="x64"', {
596                'dependencies': [
597                  '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
598                  '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
599                  '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
600                  '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
601                  '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
602                ]
603              }, { # target_arch!="x64"
604                'dependencies!': [
605                  '../chrome_frame/chrome_frame.gyp:npchrome_frame',
606                ],
607                'defines': [
608                  'OMIT_CHROME_FRAME',
609                ],
610              }], # target_arch=="x64"
611           ],
612         },
613         {
614           'target_name': 'chromium_builder_win_cf',
615           'type': 'none',
616           'conditions': [
617             ['target_arch!="x64"', {
618               'dependencies': [
619                 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
620                 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
621                 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
622                 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
623                 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
624                 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
625               ],
626             }], # target_arch!="x64"
627           ],
628         },
629         {
630           'target_name': 'chromium_builder_dbg_tsan_win',
631           'type': 'none',
632           'dependencies': [
633             '../base/base.gyp:base_unittests',
634             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
635             '../components/components.gyp:components_unittests',
636             '../content/content.gyp:content_unittests',
637             '../crypto/crypto.gyp:crypto_unittests',
638             '../ipc/ipc.gyp:ipc_tests',
639             '../jingle/jingle.gyp:jingle_unittests',
640             '../media/media.gyp:media_unittests',
641             '../net/net.gyp:net_unittests',
642             '../printing/printing.gyp:printing_unittests',
643             '../remoting/remoting.gyp:remoting_unittests',
644             '../sql/sql.gyp:sql_unittests',
645             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
646             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
647             'temp_gyp/googleurl.gyp:googleurl_unittests',
648           ],
649         },
650         {
651           'target_name': 'chromium_builder_dbg_drmemory_win',
652           'type': 'none',
653           'dependencies': [
654             '../base/base.gyp:base_unittests',
655             '../chrome/chrome.gyp:unit_tests',
656             '../cloud_print/cloud_print.gyp:cloud_print_unittests',
657             '../components/components.gyp:components_unittests',
658             '../content/content.gyp:content_unittests',
659             '../crypto/crypto.gyp:crypto_unittests',
660             '../device/device.gyp:device_unittests',
661             '../ipc/ipc.gyp:ipc_tests',
662             '../jingle/jingle.gyp:jingle_unittests',
663             '../media/media.gyp:media_unittests',
664             '../net/net.gyp:net_unittests',
665             '../printing/printing.gyp:printing_unittests',
666             '../remoting/remoting.gyp:remoting_unittests',
667             '../sql/sql.gyp:sql_unittests',
668             '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
669             '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
670             'temp_gyp/googleurl.gyp:googleurl_unittests',
671           ],
672         },
673         {
674           'target_name': 'webkit_builder_win',
675           'type': 'none',
676           'dependencies': [
677             '../webkit/webkit.gyp:test_shell',
678             '../webkit/webkit.gyp:test_shell_tests',
679             '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
680             '../webkit/webkit.gyp:pull_in_DumpRenderTree',
681           ],
682         },
683       ],  # targets
684       'conditions': [
685         ['branding=="Chrome"', {
686           'targets': [
687             {
688               'target_name': 'chrome_official_builder',
689               'type': 'none',
690               'dependencies': [
691                 '../chrome/chrome.gyp:chromedriver',
692                 '../chrome/chrome.gyp:crash_service',
693                 '../chrome/chrome.gyp:interactive_ui_tests',
694                 '../chrome/chrome.gyp:performance_ui_tests',
695                 '../chrome/chrome.gyp:policy_templates',
696                 '../chrome/chrome.gyp:reliability_tests',
697                 '../chrome/chrome.gyp:automated_ui_tests',
698                 '../chrome/installer/mini_installer.gyp:mini_installer',
699                 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
700                 '../courgette/courgette.gyp:courgette',
701                 '../cloud_print/cloud_print.gyp:cloud_print',
702                 '../remoting/remoting.gyp:remoting_webapp',
703                 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
704               ],
705               'conditions': [
706                 # If you change this condition, make sure you also change it
707                 # in chrome_tests.gypi
708                 ['enable_automation==1 and (OS=="mac" or ((OS=="win" or os_posix==1) and target_arch==python_arch))', {
709                   'dependencies': [
710                     '../chrome/chrome.gyp:pyautolib',
711                   ],
712                 }],
713                 ['internal_pdf', {
714                   'dependencies': [
715                     '../pdf/pdf.gyp:pdf',
716                   ],
717                 }], # internal_pdf
718                 ['target_arch=="ia32"', {
719                   'dependencies': [
720                     '../chrome/chrome.gyp:crash_service_win64',
721                     '../courgette/courgette.gyp:courgette64',
722                   ],
723                 }],
724                 ['component != "shared_library" and wix_exists == "True" and \
725                     sas_dll_exists == "True"', {
726                   'dependencies': [
727                     '../remoting/remoting.gyp:remoting_host_installation',
728                   ],
729                 }], # component != "shared_library"
730                 ['target_arch=="x64"', {
731                   'dependencies!': [
732                     '../chrome_frame/chrome_frame.gyp:npchrome_frame',
733                   ],
734                   'defines': [
735                     'OMIT_CHROME_FRAME',
736                   ],
737                 }], # target_arch=="x64"
738               ]
739             },
740           ], # targets
741         }], # branding=="Chrome"
742        ], # conditions
743     }], # OS="win"
744     ['use_aura==1', {
745       'targets': [
746         {
747           'target_name': 'aura_builder',
748           'type': 'none',
749           'dependencies': [
750             '../cc/cc_tests.gyp:cc_unittests',
751             '../chrome/chrome.gyp:browser_tests',
752             '../chrome/chrome.gyp:chrome',
753             '../chrome/chrome.gyp:interactive_ui_tests',
754             '../chrome/chrome.gyp:unit_tests',
755             '../components/components.gyp:components_unittests',
756             '../content/content.gyp:content_browsertests',
757             '../content/content.gyp:content_unittests',
758             '../device/device.gyp:device_unittests',
759             '../ppapi/ppapi_internal.gyp:ppapi_unittests',
760             '../remoting/remoting.gyp:remoting_unittests',
761             '../ui/app_list/app_list.gyp:*',
762             '../ui/aura/aura.gyp:*',
763             '../ui/compositor/compositor.gyp:*',
764             '../ui/message_center/message_center.gyp:*',
765             '../ui/ui.gyp:ui_unittests',
766             '../ui/views/views.gyp:views',
767             '../ui/views/views.gyp:views_examples_with_content_exe',
768             '../ui/views/views.gyp:views_unittests',
769             '../ui/keyboard/keyboard.gyp:*',
770             '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
771             '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
772           ],
773           'conditions': [
774             ['OS=="win"', {
775               'dependencies': [
776                 '../chrome/chrome.gyp:crash_service',
777               ],
778             }],
779             ['OS=="win" and target_arch=="ia32"', {
780               'dependencies': [
781                 '../chrome/chrome.gyp:crash_service_win64',
782               ],
783             }],
784             ['use_ash==1', {
785               'dependencies': [
786                 '../ash/ash.gyp:ash_shell',
787                 '../ash/ash.gyp:ash_unittests',
788               ],
789             }],
790             ['OS=="linux"', {
791               # Tests that currently only work on Linux.
792               'dependencies': [
793                 '../base/base.gyp:base_unittests',
794                 '../ipc/ipc.gyp:ipc_tests',
795                 '../sql/sql.gyp:sql_unittests',
796                 '../sync/sync.gyp:sync_unit_tests',
797               ],
798             }],
799             ['OS=="mac"', {
800               # Exclude dependencies that are not currently implemented.
801               'dependencies!': [
802                 '../chrome/chrome.gyp:chrome',
803                 '../chrome/chrome.gyp:unit_tests',
804                 '../device/device.gyp:device_unittests',
805                 '../ui/views/views.gyp:views_unittests',
806               ],
807             }],
808             ['chromeos==1', {
809               'dependencies': [
810                 '../chromeos/chromeos.gyp:chromeos_unittests',
811               ],
812             }],
813           ],
814         },
815       ],  # targets
816     }], # "use_aura==1"
817     ['test_isolation_mode != "noop"', {
818       'targets': [
819         {
820           'target_name': 'chromium_swarm_tests',
821           'type': 'none',
822           'dependencies': [
823             '../base/base.gyp:base_unittests_run',
824             '../chrome/chrome.gyp:browser_tests_run',
825             '../chrome/chrome.gyp:interactive_ui_tests_run',
826             '../chrome/chrome.gyp:sync_integration_tests_run',
827             '../chrome/chrome.gyp:unit_tests_run',
828             '../net/net.gyp:net_unittests_run',
829           ],
830         }, # target_name: chromium_swarm_tests
831       ],
832     }],
833   ], # conditions