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 '../mojo/mojo.gyp:mojo_test_apk',
50 '<@(android_app_targets)',
51 'android_builder_tests',
52 '../android_webview/android_webview.gyp:android_webview_apk',
53 '../chrome/chrome.gyp:chrome_shell_apk',
54 '../remoting/remoting.gyp:remoting_apk',
55 '../tools/telemetry/telemetry.gyp:*#host',
56 # TODO(nyquist) This should instead by a target for sync when all of
57 # the sync-related code for Android has been upstreamed.
58 # See http://crbug.com/159203
59 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_javalib',
63 '../content/content_shell_and_tests.gyp:*',
64 # TODO: This should build on Android and the target should move to the list above.
68 ['OS!="ios" and OS!="android"', {
70 '../third_party/re2/re2.gyp:re2',
71 '../chrome/chrome.gyp:*',
72 '../cc/cc_tests.gyp:*',
73 '../device/bluetooth/bluetooth.gyp:*',
74 '../device/device_tests.gyp:*',
75 '../device/usb/usb.gyp:*',
78 '../gpu/tools/tools.gyp:*',
80 '../jingle/jingle.gyp:*',
81 '../media/cast/cast.gyp:*',
82 '../media/media.gyp:*',
84 '../ppapi/ppapi.gyp:*',
85 '../ppapi/ppapi_internal.gyp:*',
86 '../ppapi/tools/ppapi_tools.gyp:*',
87 '../printing/printing.gyp:*',
89 '../third_party/WebKit/public/all.gyp:*',
90 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
91 '../third_party/codesighs/codesighs.gyp:*',
92 '../third_party/ffmpeg/ffmpeg.gyp:*',
93 '../third_party/iccjpeg/iccjpeg.gyp:*',
94 '../third_party/libpng/libpng.gyp:*',
95 '../third_party/libusb/libusb.gyp:*',
96 '../third_party/libwebp/libwebp.gyp:*',
97 '../third_party/libxslt/libxslt.gyp:*',
98 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
99 '../third_party/mesa/mesa.gyp:*',
100 '../third_party/modp_b64/modp_b64.gyp:*',
101 '../third_party/npapi/npapi.gyp:*',
102 '../third_party/ots/ots.gyp:*',
103 '../third_party/qcms/qcms.gyp:*',
104 '../tools/gn/gn.gyp:*',
105 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
106 '../tools/telemetry/telemetry.gyp:*',
107 '../v8/tools/gyp/v8.gyp:*',
108 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:*',
109 '<(libjpeg_gyp_path):*',
112 ['OS!="android" and OS!="ios"', {
114 '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
117 ['OS=="mac" or OS=="ios" or OS=="win"', {
119 '../third_party/nss/nss.gyp:*',
122 ['OS=="win" or OS=="ios" or OS=="linux"', {
124 '../breakpad/breakpad.gyp:*',
129 '../sandbox/sandbox.gyp:*',
130 '../third_party/ocmock/ocmock.gyp:*',
135 '../courgette/courgette.gyp:*',
136 '../dbus/dbus.gyp:*',
137 '../sandbox/sandbox.gyp:*',
140 ['branding=="Chrome"', {
142 '../chrome/chrome.gyp:linux_packages_<(channel)',
145 ['enable_ipc_fuzzer==1', {
147 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
154 '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
159 ['win_use_allocator_shim==1', {
161 '../base/allocator/allocator.gyp:*',
164 # Don't enable dependencies that don't work on Win64.
165 ['target_arch!="x64"', {
167 # TODO(jschuh) Enable Win64 Memory Watcher. crbug.com/176877
168 '../tools/memory_watcher/memory_watcher.gyp:*',
173 '../chrome_elf/chrome_elf.gyp:*',
174 '../cloud_print/cloud_print.gyp:*',
175 '../courgette/courgette.gyp:*',
177 '../sandbox/sandbox.gyp:*',
178 '<(angle_path)/src/build_angle.gyp:*',
179 '../third_party/bspatch/bspatch.gyp:*',
180 '../tools/win/static_initializers/static_initializers.gyp:*',
184 '../third_party/libevent/libevent.gyp:*',
187 ['toolkit_views==1', {
189 '../ui/views/controls/webview/webview.gyp:*',
190 '../ui/views/views.gyp:*',
195 '../ui/aura/aura.gyp:*',
205 '../remoting/remoting.gyp:*',
210 '../net/third_party/nss/ssl.gyp:*',
213 ['enable_app_list==1', {
215 '../ui/app_list/app_list.gyp:*',
218 ['OS!="android" and OS!="ios"', {
220 '../google_apis/gcm/gcm.gyp:*',
223 ['chromeos==1 or (OS=="linux" and use_aura==1)', {
225 '../apps/shell/app_shell.gyp:*',
230 '../athena/main/athena_main.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',
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',
394 ['disable_nacl==0', {
396 '../components/nacl.gyp:nacl_loader_unittests',
400 }, # target_name: chromium_builder_tests
406 'target_name': 'blink_tests',
409 '../third_party/WebKit/public/all.gyp:all_blink',
414 '../content/content_shell_and_tests.gyp:content_shell_apk',
415 '../breakpad/breakpad.gyp:dump_syms#host',
416 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
420 '../content/content_shell_and_tests.gyp:content_shell',
425 '../content/content_shell_and_tests.gyp:content_shell_crash_service',
426 '../content/content_shell_and_tests.gyp:layout_test_helper',
429 ['OS!="win" and OS!="android"', {
431 '../breakpad/breakpad.gyp:minidump_stackwalk',
436 '../breakpad/breakpad.gyp:dump_syms#host',
437 '../content/content_shell_and_tests.gyp:layout_test_helper',
442 '../breakpad/breakpad.gyp:dump_syms',
446 }, # target_name: blink_tests
449 ['OS!="ios" and OS!="android"', {
452 'target_name': 'chromium_builder_nacl_win_integration',
455 'chromium_builder_qa', # needed for pyauto
456 'chromium_builder_tests',
458 }, # target_name: chromium_builder_nacl_win_integration
460 'target_name': 'chromium_builder_perf',
463 '../cc/cc_tests.gyp:cc_perftests',
464 '../chrome/chrome.gyp:chrome',
465 '../chrome/chrome.gyp:load_library_perf_tests',
466 '../chrome/chrome.gyp:performance_browser_tests',
467 '../chrome/chrome.gyp:sync_performance_tests',
468 '../media/media.gyp:media_perftests',
469 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
470 '../tools/telemetry/telemetry.gyp:*',
473 ['OS!="ios" and OS!="win"', {
475 '../breakpad/breakpad.gyp:minidump_stackwalk',
480 '../chrome/chrome.gyp:linux_symbols'
485 '../chrome/chrome.gyp:crash_service',
488 ['OS=="win" and target_arch=="ia32"', {
490 '../chrome/chrome.gyp:crash_service_win64',
494 }, # target_name: chromium_builder_perf
496 'target_name': 'chromium_gpu_builder',
499 '../chrome/chrome.gyp:chrome',
500 '../chrome/chrome.gyp:performance_browser_tests',
501 '../content/content_shell_and_tests.gyp:content_browsertests',
502 '../content/content_shell_and_tests.gyp:content_gl_tests',
503 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
504 '../gpu/gpu.gyp:gl_tests',
505 '../gpu/gpu.gyp:angle_unittests',
506 '../tools/telemetry/telemetry.gyp:*',
509 ['OS!="ios" and OS!="win"', {
511 '../breakpad/breakpad.gyp:minidump_stackwalk',
516 '../chrome/chrome.gyp:linux_symbols'
521 '../chrome/chrome.gyp:crash_service',
524 ['OS=="win" and target_arch=="ia32"', {
526 '../chrome/chrome.gyp:crash_service_win64',
530 }, # target_name: chromium_gpu_builder
532 'target_name': 'chromium_gpu_debug_builder',
535 '../chrome/chrome.gyp:chrome',
536 '../content/content_shell_and_tests.gyp:content_browsertests',
537 '../content/content_shell_and_tests.gyp:content_gl_tests',
538 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
539 '../gpu/gpu.gyp:gl_tests',
540 '../gpu/gpu.gyp:angle_unittests',
541 '../tools/telemetry/telemetry.gyp:*',
544 ['OS!="ios" and OS!="win"', {
546 '../breakpad/breakpad.gyp:minidump_stackwalk',
551 '../chrome/chrome.gyp:linux_symbols'
556 '../chrome/chrome.gyp:crash_service',
559 ['OS=="win" and target_arch=="ia32"', {
561 '../chrome/chrome.gyp:crash_service_win64',
565 }, # target_name: chromium_gpu_debug_builder
567 'target_name': 'chromium_builder_qa',
570 '../chrome/chrome.gyp:chrome',
571 # Dependencies of pyauto_functional tests.
572 '../remoting/remoting.gyp:remoting_webapp',
577 '../remoting/remoting.gyp:remoting_me2me_host_archive',
582 '../chrome/chrome.gyp:crash_service',
585 ['OS=="win" and target_arch=="ia32"', {
587 '../chrome/chrome.gyp:crash_service_win64',
590 ['OS=="win" and component != "shared_library" and wix_exists == "True" and sas_dll_exists == "True"', {
592 '../remoting/remoting.gyp:remoting_host_installation',
596 }, # target_name: chromium_builder_qa
598 'target_name': 'chromium_builder_perf_av',
601 'blink_tests', # to run layout tests
602 'chromium_builder_qa', # needed for perf pyauto tests
604 }, # target_name: chromium_builder_perf_av
606 # This target contains everything we need to run tests on the special
607 # device-equipped WebRTC bots. We have device-requiring tests in
608 # browser_tests and content_browsertests.
609 'target_name': 'chromium_builder_webrtc',
612 'chromium_builder_qa', # TODO(phoglund): not sure if needed?
613 '../chrome/chrome.gyp:browser_tests',
614 '../content/content_shell_and_tests.gyp:content_browsertests',
615 '../content/content_shell_and_tests.gyp:content_unittests',
616 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
617 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
622 '../chrome/chrome.gyp:crash_service',
626 }, # target_name: chromium_builder_webrtc
628 'target_name': 'chromium_builder_chromedriver',
631 '../chrome/chrome.gyp:chromedriver',
632 '../chrome/chrome.gyp:chromedriver_tests',
633 '../chrome/chrome.gyp:chromedriver_unittests',
635 }, # target_name: chromium_builder_chromedriver
637 'target_name': 'chromium_builder_asan',
640 '../chrome/chrome.gyp:chrome',
642 # We refer to content_shell directly rather than blink_tests
643 # because we don't want the _unittests binaries.
644 '../content/content_shell_and_tests.gyp:content_shell',
649 '../net/net.gyp:hpack_fuzz_wrapper',
650 '../net/net.gyp:dns_fuzz_stub',
651 '../skia/skia.gyp:filter_fuzz_stub',
654 ['enable_ipc_fuzzer==1 and OS=="linux" and component!="shared_library"', {
656 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
661 '../v8/src/d8.gyp:d8#host',
664 ['internal_filter_fuzzer==1', {
666 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuzzer.gyp:filter_fuzzer',
668 }], # internal_filter_fuzzer
669 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1', {
671 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy',
672 '../content/content_shell_and_tests.gyp:content_shell_syzyasan',
675 ['chrome_multiple_dll==1', {
677 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy',
685 'target_name': 'chromium_builder_nacl_sdk',
688 '../chrome/chrome.gyp:chrome',
693 '../chrome/chrome.gyp:chrome_nacl_win64',
697 }, #target_name: chromium_builder_nacl_sdk
699 }], #OS!=ios and OS!=android
703 # The current list of tests for android. This is temporary
704 # until the full set supported. If adding a new test here,
705 # please also add it to build/android/pylib/gtest/gtest_config.py,
706 # else the test is not run.
709 # Do not add targets here without communicating the implications
710 # on tryserver triggers and load. Discuss with
711 # chrome-infrastructure-team please.
712 'target_name': 'android_builder_tests',
715 '../android_webview/android_webview.gyp:android_webview_unittests',
716 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests',
717 '../base/base.gyp:base_unittests',
718 '../breakpad/breakpad.gyp:breakpad_unittests_stripped',
719 # Also compile the tools needed to deal with minidumps, they are
720 # needed to run minidump tests upstream.
721 '../breakpad/breakpad.gyp:dump_syms#host',
722 '../breakpad/breakpad.gyp:symupload#host',
723 '../breakpad/breakpad.gyp:minidump_dump#host',
724 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
725 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multiple_proguards_test_apk',
726 '../cc/cc_tests.gyp:cc_perftests_apk',
727 '../cc/cc_tests.gyp:cc_unittests',
728 '../chrome/chrome.gyp:unit_tests',
729 '../components/components_tests.gyp:components_unittests',
730 '../content/content_shell_and_tests.gyp:content_browsertests',
731 '../content/content_shell_and_tests.gyp:content_gl_tests',
732 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
733 '../content/content_shell_and_tests.gyp:content_shell_test_apk',
734 '../content/content_shell_and_tests.gyp:content_unittests',
735 '../gpu/gpu.gyp:gl_tests',
736 '../gpu/gpu.gyp:gpu_unittests',
737 '../ipc/ipc.gyp:ipc_tests',
738 '../media/media.gyp:media_perftests_apk',
739 '../media/media.gyp:media_unittests',
740 '../net/net.gyp:net_unittests',
741 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped',
742 '../sql/sql.gyp:sql_unittests',
743 '../sync/sync.gyp:sync_unit_tests',
744 '../third_party/WebKit/public/all.gyp:*',
745 '../tools/android/android_tools.gyp:android_tools',
746 '../tools/android/android_tools.gyp:memconsumer',
747 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test',
748 '../ui/events/events.gyp:events_unittests',
749 '../ui/ui_unittests.gyp:ui_unittests',
752 ['"<(gtest_target_type)"=="shared_library"', {
754 # Unit test bundles packaged as an apk.
755 '../android_webview/android_webview.gyp:android_webview_unittests_apk',
756 '../base/base.gyp:base_unittests_apk',
757 '../cc/cc_tests.gyp:cc_unittests_apk',
758 '../chrome/chrome.gyp:unit_tests_apk',
759 '../components/components_tests.gyp:components_unittests_apk',
760 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
761 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
762 '../content/content_shell_and_tests.gyp:content_unittests_apk',
763 '../content/content_shell_and_tests.gyp:video_decode_accelerator_unittest_apk',
764 '../gpu/gpu.gyp:gl_tests_apk',
765 '../gpu/gpu.gyp:gpu_unittests_apk',
766 '../ipc/ipc.gyp:ipc_tests_apk',
767 '../media/media.gyp:media_unittests_apk',
768 '../net/net.gyp:net_unittests_apk',
769 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
770 '../sql/sql.gyp:sql_unittests_apk',
771 '../sync/sync.gyp:sync_unit_tests_apk',
772 '../ui/events/events.gyp:events_unittests_apk',
773 '../ui/gfx/gfx.gyp:gfx_unittests_apk',
774 '../ui/ui_unittests.gyp:ui_unittests_apk',
775 '../android_webview/android_webview.gyp:android_webview_test_apk',
776 '../chrome/chrome.gyp:chrome_shell_test_apk',
777 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
778 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests_apk'
784 # WebRTC Android APK tests.
785 'target_name': 'android_builder_webrtc',
788 # Set default value for include_tests to '0'. It is normally only
789 # used in WebRTC GYP files. It is set to '1' only when building
790 # WebRTC for Android, inside a Chromium checkout.
794 ['"<(gtest_target_type)"=="shared_library" and include_tests==1', {
796 '../third_party/webrtc/build/apk_tests.gyp:*',
800 }, # target_name: android_builder_webrtc
802 # WebRTC Chromium tests to run on Android.
803 'target_name': 'android_builder_chromium_webrtc',
806 '../content/content_shell_and_tests.gyp:content_browsertests',
807 '../tools/android/android_tools.gyp:android_tools',
808 '../tools/android/android_tools.gyp:memconsumer',
811 ['"<(gtest_target_type)"=="shared_library"', {
813 # Unit test bundles packaged as an apk.
814 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
818 }, # target_name: android_builder_chromium_webrtc
820 # Build the java portions of the binary size analysis tool.
821 'target_name': 'binary_size_tool',
824 '../tools/binary_size/binary_size.gyp:binary_size_java',
832 # Target to build everything plus the dmg. We don't put the dmg
833 # in the All target because developers really don't need it.
834 'target_name': 'all_and_dmg',
838 '../chrome/chrome.gyp:build_app_dmg',
841 # These targets are here so the build bots can use them to build
842 # subsets of a full tree for faster cycle times.
844 'target_name': 'chromium_builder_dbg',
847 '../cc/cc_tests.gyp:cc_unittests',
848 '../chrome/chrome.gyp:browser_tests',
849 '../chrome/chrome.gyp:interactive_ui_tests',
850 '../chrome/chrome.gyp:sync_integration_tests',
851 '../chrome/chrome.gyp:unit_tests',
852 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
853 '../components/components_tests.gyp:components_unittests',
854 '../content/content_shell_and_tests.gyp:content_browsertests',
855 '../content/content_shell_and_tests.gyp:content_unittests',
856 '../device/device_tests.gyp:device_unittests',
857 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
858 '../gpu/gpu.gyp:gpu_unittests',
859 '../ipc/ipc.gyp:ipc_tests',
860 '../jingle/jingle.gyp:jingle_unittests',
861 '../media/media.gyp:media_unittests',
862 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
863 '../printing/printing.gyp:printing_unittests',
864 '../remoting/remoting.gyp:remoting_unittests',
866 '../sql/sql.gyp:sql_unittests',
867 '../sync/sync.gyp:sync_unit_tests',
868 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
869 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
870 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
871 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
872 '../tools/telemetry/telemetry.gyp:*',
873 '../ui/gfx/gfx.gyp:gfx_unittests',
874 '../ui/ui_unittests.gyp:ui_unittests',
875 '../url/url.gyp:url_unittests',
876 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
880 'target_name': 'chromium_builder_rel',
883 '../cc/cc_tests.gyp:cc_unittests',
884 '../chrome/chrome.gyp:browser_tests',
885 '../chrome/chrome.gyp:performance_browser_tests',
886 '../chrome/chrome.gyp:sync_integration_tests',
887 '../chrome/chrome.gyp:unit_tests',
888 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
889 '../components/components_tests.gyp:components_unittests',
890 '../content/content_shell_and_tests.gyp:content_browsertests',
891 '../content/content_shell_and_tests.gyp:content_unittests',
892 '../device/device_tests.gyp:device_unittests',
893 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
894 '../gpu/gpu.gyp:gpu_unittests',
895 '../ipc/ipc.gyp:ipc_tests',
896 '../jingle/jingle.gyp:jingle_unittests',
897 '../media/media.gyp:media_unittests',
898 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
899 '../printing/printing.gyp:printing_unittests',
900 '../remoting/remoting.gyp:remoting_unittests',
901 '../sql/sql.gyp:sql_unittests',
902 '../sync/sync.gyp:sync_unit_tests',
903 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
904 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
905 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
906 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
907 '../tools/telemetry/telemetry.gyp:*',
908 '../ui/gfx/gfx.gyp:gfx_unittests',
909 '../ui/ui_unittests.gyp:ui_unittests',
910 '../url/url.gyp:url_unittests',
911 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
915 'target_name': 'chromium_builder_dbg_tsan_mac',
918 '../base/base.gyp:base_unittests',
919 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
920 '../crypto/crypto.gyp:crypto_unittests',
921 '../ipc/ipc.gyp:ipc_tests',
922 '../jingle/jingle.gyp:jingle_unittests',
923 '../media/media.gyp:media_unittests',
924 '../net/net.gyp:net_unittests',
925 '../printing/printing.gyp:printing_unittests',
926 '../remoting/remoting.gyp:remoting_unittests',
927 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
928 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
929 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
930 '../url/url.gyp:url_unittests',
934 'target_name': 'chromium_builder_dbg_valgrind_mac',
937 '../base/base.gyp:base_unittests',
938 '../chrome/chrome.gyp:unit_tests',
939 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
940 '../components/components_tests.gyp:components_unittests',
941 '../content/content_shell_and_tests.gyp:content_unittests',
942 '../crypto/crypto.gyp:crypto_unittests',
943 '../device/device_tests.gyp:device_unittests',
944 '../ipc/ipc.gyp:ipc_tests',
945 '../jingle/jingle.gyp:jingle_unittests',
946 '../media/media.gyp:media_unittests',
947 '../net/net.gyp:net_unittests',
948 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
949 '../printing/printing.gyp:printing_unittests',
950 '../remoting/remoting.gyp:remoting_unittests',
951 '../sql/sql.gyp:sql_unittests',
952 '../sync/sync.gyp:sync_unit_tests',
953 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
954 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
955 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
956 '../ui/gfx/gfx.gyp:gfx_unittests',
957 '../ui/ui_unittests.gyp:ui_unittests',
958 '../url/url.gyp:url_unittests',
965 # These targets are here so the build bots can use them to build
966 # subsets of a full tree for faster cycle times.
968 'target_name': 'chromium_builder',
971 '../cc/cc_tests.gyp:cc_unittests',
972 '../chrome/chrome.gyp:browser_tests',
973 '../chrome/chrome.gyp:crash_service',
974 '../chrome/chrome.gyp:gcapi_test',
975 '../chrome/chrome.gyp:installer_util_unittests',
976 '../chrome/chrome.gyp:interactive_ui_tests',
977 '../chrome/chrome.gyp:mini_installer_test',
978 '../chrome/chrome.gyp:performance_browser_tests',
979 '../chrome/chrome.gyp:sync_integration_tests',
980 '../chrome/chrome.gyp:unit_tests',
981 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
982 '../components/components_tests.gyp:components_unittests',
983 '../content/content_shell_and_tests.gyp:content_browsertests',
984 '../content/content_shell_and_tests.gyp:content_unittests',
985 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
986 # mini_installer_tests depends on mini_installer. This should be
987 # defined in installer.gyp.
988 '../chrome/installer/mini_installer.gyp:mini_installer',
989 '../courgette/courgette.gyp:courgette_unittests',
990 '../device/device_tests.gyp:device_unittests',
991 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
992 '../gpu/gpu.gyp:gpu_unittests',
993 '../ipc/ipc.gyp:ipc_tests',
994 '../jingle/jingle.gyp:jingle_unittests',
995 '../media/media.gyp:media_unittests',
996 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
997 '../printing/printing.gyp:printing_unittests',
998 '../remoting/remoting.gyp:remoting_unittests',
999 '../sql/sql.gyp:sql_unittests',
1000 '../sync/sync.gyp:sync_unit_tests',
1001 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1002 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1003 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1004 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1005 '../tools/telemetry/telemetry.gyp:*',
1006 '../ui/events/events.gyp:events_unittests',
1007 '../ui/gfx/gfx.gyp:gfx_unittests',
1008 '../ui/ui_unittests.gyp:ui_unittests',
1009 '../ui/views/views.gyp:views_unittests',
1010 '../url/url.gyp:url_unittests',
1011 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
1014 ['target_arch=="ia32"', {
1016 '../chrome/chrome.gyp:crash_service_win64',
1022 'target_name': 'chromium_builder_win_cf',
1026 'target_name': 'chromium_builder_dbg_tsan_win',
1029 '../base/base.gyp:base_unittests',
1030 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1031 '../components/components_tests.gyp:components_unittests',
1032 '../content/content_shell_and_tests.gyp:content_unittests',
1033 '../crypto/crypto.gyp:crypto_unittests',
1034 '../ipc/ipc.gyp:ipc_tests',
1035 '../jingle/jingle.gyp:jingle_unittests',
1036 '../media/media.gyp:media_unittests',
1037 '../net/net.gyp:net_unittests',
1038 '../printing/printing.gyp:printing_unittests',
1039 '../remoting/remoting.gyp:remoting_unittests',
1040 '../sql/sql.gyp:sql_unittests',
1041 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1042 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1043 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1044 '../url/url.gyp:url_unittests',
1048 'target_name': 'chromium_builder_dbg_drmemory_win',
1051 '../base/base.gyp:base_unittests',
1052 '../chrome/chrome.gyp:unit_tests',
1053 '../chrome/chrome.gyp:browser_tests',
1054 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1055 '../components/components_tests.gyp:components_unittests',
1056 '../content/content_shell_and_tests.gyp:content_browsertests',
1057 '../content/content_shell_and_tests.gyp:content_shell',
1058 '../content/content_shell_and_tests.gyp:content_shell_crash_service',
1059 '../content/content_shell_and_tests.gyp:layout_test_helper',
1060 '../content/content_shell_and_tests.gyp:content_unittests',
1061 '../crypto/crypto.gyp:crypto_unittests',
1062 '../device/device_tests.gyp:device_unittests',
1063 '../ipc/ipc.gyp:ipc_tests',
1064 '../jingle/jingle.gyp:jingle_unittests',
1065 '../media/media.gyp:media_unittests',
1066 '../mojo/mojo.gyp:mojo',
1067 '../net/net.gyp:net_unittests',
1068 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1069 '../gpu/gpu.gyp:gpu_unittests',
1070 '../printing/printing.gyp:printing_unittests',
1071 '../remoting/remoting.gyp:remoting_unittests',
1072 '../sql/sql.gyp:sql_unittests',
1073 '../sync/sync.gyp:sync_unit_tests',
1074 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1075 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1076 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1077 '../url/url.gyp:url_unittests',
1081 'target_name': 'webkit_builder_win',
1089 ['branding=="Chrome"', {
1092 'target_name': 'chrome_official_builder',
1095 '../base/base.gyp:base_unittests',
1096 '../chrome/chrome.gyp:crash_service',
1097 '../chrome/chrome.gyp:gcapi_dll',
1098 '../chrome/chrome.gyp:pack_policy_templates',
1099 '../chrome/installer/mini_installer.gyp:mini_installer',
1100 '../cloud_print/cloud_print.gyp:cloud_print',
1101 '../courgette/courgette.gyp:courgette',
1102 '../courgette/courgette.gyp:courgette64',
1103 '../ipc/ipc.gyp:ipc_tests',
1104 '../media/media.gyp:media_unittests',
1105 '../net/net.gyp:net_unittests_run',
1106 '../printing/printing.gyp:printing_unittests',
1107 '../remoting/remoting.gyp:remoting_webapp',
1108 '../sql/sql.gyp:sql_unittests',
1109 '../sync/sync.gyp:sync_unit_tests',
1110 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
1111 '../ui/gfx/gfx.gyp:gfx_unittests',
1112 '../ui/ui_unittests.gyp:ui_unittests',
1113 '../ui/views/views.gyp:views_unittests',
1114 '../url/url.gyp:url_unittests',
1119 '../pdf/pdf.gyp:pdf',
1122 ['target_arch=="ia32"', {
1124 '../chrome/chrome.gyp:crash_service_win64',
1127 ['component != "shared_library" and wix_exists == "True" and \
1128 sas_dll_exists == "True"', {
1130 '../remoting/remoting.gyp:remoting_host_installation',
1132 }], # component != "shared_library"
1136 }], # branding=="Chrome"
1142 'target_name': 'aura_builder',
1145 '../cc/cc_tests.gyp:cc_unittests',
1146 '../chrome/chrome.gyp:browser_tests',
1147 '../chrome/chrome.gyp:chrome',
1148 '../chrome/chrome.gyp:interactive_ui_tests',
1149 '../chrome/chrome.gyp:unit_tests',
1150 '../components/components_tests.gyp:components_unittests',
1151 '../content/content_shell_and_tests.gyp:content_browsertests',
1152 '../content/content_shell_and_tests.gyp:content_unittests',
1153 '../device/device_tests.gyp:device_unittests',
1154 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1155 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1156 '../remoting/remoting.gyp:remoting_unittests',
1157 '../ui/app_list/app_list.gyp:*',
1158 '../ui/aura/aura.gyp:*',
1159 '../ui/compositor/compositor.gyp:*',
1160 '../ui/events/events.gyp:*',
1161 '../ui/wm/wm.gyp:*',
1162 '../ui/gfx/gfx.gyp:gfx_unittests',
1163 '../ui/keyboard/keyboard.gyp:*',
1164 '../ui/message_center/message_center.gyp:*',
1165 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1166 '../ui/ui_unittests.gyp:ui_unittests',
1167 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1168 '../ui/views/views.gyp:views',
1169 '../ui/views/views.gyp:views_unittests',
1170 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
1176 '../chrome/chrome.gyp:crash_service',
1179 ['OS=="win" and target_arch=="ia32"', {
1181 '../chrome/chrome.gyp:crash_service_win64',
1186 '../ash/ash.gyp:ash_shell',
1187 '../ash/ash.gyp:ash_unittests',
1191 # Tests that currently only work on Linux.
1193 '../base/base.gyp:base_unittests',
1194 '../ipc/ipc.gyp:ipc_tests',
1195 '../sql/sql.gyp:sql_unittests',
1196 '../sync/sync.gyp:sync_unit_tests',
1201 '../chromeos/chromeos.gyp:chromeos_unittests',
1202 '../athena/main/athena_main.gyp:*',
1207 '../chrome/chrome.gyp:interactive_ui_tests', # crbug.com/362166
1216 # TODO(thakis): Remove this once the linux gtk bot no longer references
1217 # it (probably after the first aura release on linux), see r249162
1220 'target_name': 'aura_builder',
1223 '../chrome/chrome.gyp:chrome',
1229 ['test_isolation_mode != "noop"', {
1232 'target_name': 'chromium_swarm_tests',
1235 '../base/base.gyp:base_unittests_run',
1236 '../chrome/chrome.gyp:browser_tests_run',
1237 '../chrome/chrome.gyp:interactive_ui_tests_run',
1238 # http://crbug.com/157234
1239 #'../chrome/chrome.gyp:sync_integration_tests_run',
1240 '../chrome/chrome.gyp:unit_tests_run',
1241 '../net/net.gyp:net_unittests_run',
1243 }, # target_name: chromium_swarm_tests