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