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.
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%': [],
15 'xcode_create_dependents_test_runner': 1,
19 '../components/components.gyp:*',
20 '../components/components_tests.gyp:*',
21 '../content/content.gyp:*',
22 '../crypto/crypto.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:*',
41 '../ui/gfx/gfx.gyp:gfx_unittests',
42 '../ui/ui_unittests.gyp:ui_unittests',
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',
62 '../content/content_shell_and_tests.gyp:*',
63 # TODO: This should build on Android and the target should move to the list above.
67 ['OS!="ios" and OS!="android"', {
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:*',
77 '../gpu/tools/tools.gyp:*',
79 '../jingle/jingle.gyp:*',
80 '../media/cast/cast.gyp:*',
81 '../media/media.gyp:*',
83 '../ppapi/ppapi.gyp:*',
84 '../ppapi/ppapi_internal.gyp:*',
85 '../ppapi/tools/ppapi_tools.gyp:*',
86 '../printing/printing.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):*',
111 ['OS!="android" and OS!="ios"', {
113 '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
116 ['OS=="mac" or OS=="ios" or OS=="win"', {
118 '../third_party/nss/nss.gyp:*',
121 ['OS=="win" or OS=="ios" or OS=="linux"', {
123 '../breakpad/breakpad.gyp:*',
128 '../third_party/ocmock/ocmock.gyp:*',
133 '../courgette/courgette.gyp:*',
134 '../dbus/dbus.gyp:*',
135 '../sandbox/sandbox.gyp:*',
138 ['branding=="Chrome"', {
140 '../chrome/chrome.gyp:linux_packages_<(channel)',
145 '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*',
146 '../third_party/libmtp/libmtp.gyp:*',
147 '../third_party/mtpd/mtpd.gyp:*',
150 ['enable_ipc_fuzzer==1', {
152 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
159 '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
162 ['toolkit_uses_gtk==1', {
164 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
169 ['win_use_allocator_shim==1', {
171 '../base/allocator/allocator.gyp:*',
174 # Don't enable dependencies that don't work on Win64.
175 ['target_arch!="x64"', {
177 # TODO(jschuh) Enable Win64 Memory Watcher. crbug.com/176877
178 '../tools/memory_watcher/memory_watcher.gyp:*',
183 '../chrome_elf/chrome_elf.gyp:*',
184 '../cloud_print/cloud_print.gyp:*',
185 '../courgette/courgette.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:*',
194 '../third_party/libevent/libevent.gyp:*',
197 ['toolkit_views==1', {
199 '../ui/views/controls/webview/webview.gyp:*',
200 '../ui/views/views.gyp:*',
205 '../ui/aura/aura.gyp:*',
215 '../remoting/remoting.gyp:*',
220 '../net/third_party/nss/ssl.gyp:*',
223 ['enable_app_list==1', {
225 '../ui/app_list/app_list.gyp:*',
228 ['OS!="android" and OS!="ios"', {
230 '../google_apis/gcm/gcm.gyp:*',
234 }, # target_name: All
236 'target_name': 'All_syzygy',
239 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and '
240 '(syzyasan==1 or syzygy_optimize==1)', {
242 '../chrome/installer/mini_installer_syzygy.gyp:*',
246 }, # target_name: All_syzygy
248 # Note: Android uses android_builder_tests below.
249 # TODO: Consider merging that with this target.
250 'target_name': 'chromium_builder_tests',
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',
264 ['OS!="ios" and OS!="android"', {
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',
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',
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"', {
320 '../remoting/remoting.gyp:remoting_host_installation',
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',
334 # Disable iterator debugging (huge speed boost).
335 '_HAS_ITERATOR_DEBUGGING=0',
339 # Enable profile information (necessary for SyzyAsan
340 # instrumentation). This is incompatible with incremental
350 '../dbus/dbus.gyp:dbus_unittests',
351 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
356 '../ui/app_list/app_list.gyp:app_list_unittests',
357 '../ui/message_center/message_center.gyp:*',
360 ['test_isolation_mode != "noop"', {
362 'chromium_swarm_tests',
365 ['OS!="android" and OS!="ios"', {
367 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
370 ['enable_printing!=0', {
372 '../printing/printing.gyp:printing_unittests',
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',
384 ['use_aura==1 or toolkit_views==1', {
386 '../ui/events/events.gyp:events_unittests',
391 '../ash/ash.gyp:ash_unittests',
395 }, # target_name: chromium_builder_tests
397 'target_name': 'chromium_2010_builder_tests',
400 'chromium_builder_tests',
402 }, # target_name: chromium_2010_builder_tests
408 'target_name': 'blink_tests',
411 '../third_party/WebKit/public/all.gyp:all_blink',
416 '../content/content_shell_and_tests.gyp:content_shell_apk',
417 '../breakpad/breakpad.gyp:dump_syms#host',
418 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
422 '../content/content_shell_and_tests.gyp:content_shell',
427 '../content/content_shell_and_tests.gyp:content_shell_crash_service',
428 '../content/content_shell_and_tests.gyp:layout_test_helper',
431 ['OS!="win" and OS!="android"', {
433 '../breakpad/breakpad.gyp:minidump_stackwalk',
438 '../breakpad/breakpad.gyp:dump_syms#host',
439 '../content/content_shell_and_tests.gyp:layout_test_helper',
444 '../breakpad/breakpad.gyp:dump_syms',
448 }, # target_name: blink_tests
450 # TODO(jochen): Eventually remove this target after everybody and
451 # the bots started to use blink_tests only.
452 'target_name': 'all_webkit',
457 }, # target_name: all_webkit
460 ['OS!="ios" and OS!="android"', {
463 'target_name': 'chromium_builder_nacl_win_integration',
466 'chromium_builder_qa', # needed for pyauto
467 'chromium_builder_tests',
469 }, # target_name: chromium_builder_nacl_win_integration
471 'target_name': 'chromium_builder_perf',
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:*',
485 ['OS!="ios" and OS!="win"', {
487 '../breakpad/breakpad.gyp:minidump_stackwalk',
492 '../chrome/chrome.gyp:linux_symbols'
497 '../chrome/chrome.gyp:crash_service',
500 ['OS=="win" and target_arch=="ia32"', {
502 '../chrome/chrome.gyp:crash_service_win64',
506 }, # target_name: chromium_builder_perf
508 'target_name': 'chromium_gpu_builder',
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:*',
522 ['OS!="ios" and OS!="win"', {
524 '../breakpad/breakpad.gyp:minidump_stackwalk',
529 '../chrome/chrome.gyp:linux_symbols'
534 '../chrome/chrome.gyp:crash_service',
537 ['OS=="win" and target_arch=="ia32"', {
539 '../chrome/chrome.gyp:crash_service_win64',
543 }, # target_name: chromium_gpu_builder
545 'target_name': 'chromium_gpu_debug_builder',
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:*',
557 ['OS!="ios" and OS!="win"', {
559 '../breakpad/breakpad.gyp:minidump_stackwalk',
564 '../chrome/chrome.gyp:linux_symbols'
569 '../chrome/chrome.gyp:crash_service',
572 ['OS=="win" and target_arch=="ia32"', {
574 '../chrome/chrome.gyp:crash_service_win64',
578 }, # target_name: chromium_gpu_debug_builder
580 'target_name': 'chromium_builder_qa',
583 '../chrome/chrome.gyp:chrome',
584 # Dependencies of pyauto_functional tests.
585 '../remoting/remoting.gyp:remoting_webapp',
586 '../chrome/chrome.gyp:pyautolib',
591 '../remoting/remoting.gyp:remoting_me2me_host_archive',
596 '../chrome/chrome.gyp:crash_service',
599 ['OS=="win" and target_arch=="ia32"', {
601 '../chrome/chrome.gyp:crash_service_win64',
604 ['OS=="win" and component != "shared_library" and wix_exists == "True" and sas_dll_exists == "True"', {
606 '../remoting/remoting.gyp:remoting_host_installation',
610 }, # target_name: chromium_builder_qa
612 'target_name': 'chromium_builder_perf_av',
615 'blink_tests', # to run layout tests
616 'chromium_builder_qa', # needed for perf pyauto tests
618 }, # target_name: chromium_builder_perf_av
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',
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',
637 '../chrome/chrome.gyp:crash_service',
641 }, # target_name: chromium_builder_webrtc
643 'target_name': 'chromium_builder_chromedriver',
646 '../chrome/chrome.gyp:chromedriver',
647 '../chrome/chrome.gyp:chromedriver_tests',
648 '../chrome/chrome.gyp:chromedriver_unittests',
650 }, # target_name: chromium_builder_chromedriver
652 'target_name': 'chromium_builder_asan',
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',
664 '../net/net.gyp:dns_fuzz_stub',
665 '../skia/skia.gyp:filter_fuzz_stub',
668 ['enable_ipc_fuzzer==1 and OS=="linux" and component!="shared_library"', {
670 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
675 '../v8/src/d8.gyp:d8#host',
678 ['internal_filter_fuzzer==1', {
680 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuzzer.gyp:filter_fuzzer',
682 }], # internal_filter_fuzzer
683 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1', {
685 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy',
686 '../content/content_shell_and_tests.gyp:content_shell_syzyasan',
689 ['chrome_multiple_dll==1', {
691 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy',
699 'target_name': 'chromium_builder_nacl_sdk',
702 '../chrome/chrome.gyp:chrome',
707 '../chrome/chrome.gyp:chrome_nacl_win64',
711 }, #target_name: chromium_builder_nacl_sdk
713 }], #OS!=ios and OS!=android
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.
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',
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
768 '../chrome/chrome_resources.gyp:packed_resources',
771 ['"<(gtest_target_type)"=="shared_library"', {
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'
802 # WebRTC Android APK tests.
803 'target_name': 'android_builder_webrtc',
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.
812 ['"<(gtest_target_type)"=="shared_library" and include_tests==1', {
814 '../third_party/webrtc/build/apk_tests.gyp:*',
818 }, # target_name: android_builder_webrtc
820 # WebRTC Chromium tests to run on Android.
821 'target_name': 'android_builder_chromium_webrtc',
824 '../content/content_shell_and_tests.gyp:content_browsertests',
825 '../tools/android/android_tools.gyp:android_tools',
826 '../tools/android/android_tools.gyp:memconsumer',
829 ['"<(gtest_target_type)"=="shared_library"', {
831 # Unit test bundles packaged as an apk.
832 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
836 }, # target_name: android_builder_chromium_webrtc
838 # Build the java portions of the binary size analysis tool.
839 'target_name': 'binary_size_tool',
842 '../tools/binary_size/binary_size.gyp:binary_size_java',
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',
856 '../chrome/chrome.gyp:build_app_dmg',
859 # These targets are here so the build bots can use them to build
860 # subsets of a full tree for faster cycle times.
862 'target_name': 'chromium_builder_dbg',
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',
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',
898 'target_name': 'chromium_builder_rel',
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',
934 'target_name': 'chromium_builder_dbg_tsan_mac',
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',
953 # TODO(dpranke): Update the bots to refer to 'chromium_builder_asan'.
954 'target_name': 'chromium_builder_asan_mac',
957 'chromium_builder_asan'
961 'target_name': 'chromium_builder_dbg_valgrind_mac',
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',
992 # These targets are here so the build bots can use them to build
993 # subsets of a full tree for faster cycle times.
995 'target_name': 'chromium_builder',
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',
1042 'target_name': 'chromium_builder_win_cf',
1046 'target_name': 'chromium_builder_dbg_tsan_win',
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',
1068 'target_name': 'chromium_builder_dbg_drmemory_win',
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',
1094 'target_name': 'webkit_builder_win',
1102 ['branding=="Chrome"', {
1105 'target_name': 'chrome_official_builder',
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',
1132 '../pdf/pdf.gyp:pdf',
1135 ['target_arch=="ia32"', {
1137 '../chrome/chrome.gyp:crash_service_win64',
1140 ['component != "shared_library" and wix_exists == "True" and \
1141 sas_dll_exists == "True"', {
1143 '../remoting/remoting.gyp:remoting_host_installation',
1145 }], # component != "shared_library"
1149 }], # branding=="Chrome"
1155 'target_name': 'aura_builder',
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',
1188 '../chrome/chrome.gyp:crash_service',
1191 ['OS=="win" and target_arch=="ia32"', {
1193 '../chrome/chrome.gyp:crash_service_win64',
1198 '../ash/ash.gyp:ash_shell',
1199 '../ash/ash.gyp:ash_unittests',
1203 # Tests that currently only work on Linux.
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',
1213 '../chromeos/chromeos.gyp:chromeos_unittests',
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
1226 'target_name': 'aura_builder',
1229 '../chrome/chrome.gyp:chrome',
1235 ['test_isolation_mode != "noop"', {
1238 'target_name': 'chromium_swarm_tests',
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',
1249 }, # target_name: chromium_swarm_tests