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/display/display.gyp:display_unittests',
35 '../ui/snapshot/snapshot.gyp:*',
42 # NOTE: This list of targets is present because
43 # mojo_base.gyp:mojo_base cannot be built on iOS, as
44 # javascript-related targets cause v8 to be built.
45 '../mojo/mojo_base.gyp:mojo_common_lib',
46 '../mojo/mojo_base.gyp:mojo_common_unittests',
47 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
48 '../mojo/mojo_base.gyp:mojo_public_bindings_unittests',
49 '../mojo/mojo_base.gyp:mojo_public_environment_unittests',
50 '../mojo/mojo_base.gyp:mojo_public_system_perftests',
51 '../mojo/mojo_base.gyp:mojo_public_system_unittests',
52 '../mojo/mojo_base.gyp:mojo_public_test_utils',
53 '../mojo/mojo_base.gyp:mojo_public_utility_unittests',
54 '../mojo/mojo_base.gyp:mojo_system',
55 '../mojo/mojo_base.gyp:mojo_system_impl',
56 '../mojo/mojo_base.gyp:mojo_system_unittests',
57 '../google_apis/google_apis.gyp:google_apis_unittests',
58 '../ui/base/ui_base_tests.gyp:ui_unittests',
59 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests',
60 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
65 '../content/content_shell_and_tests.gyp:content_shell_apk',
66 '../mojo/mojo.gyp:mojo_shell_apk',
67 '../mojo/mojo_base.gyp:mojo_test_apk',
68 '<@(android_app_targets)',
69 'android_builder_tests',
70 '../android_webview/android_webview.gyp:android_webview_apk',
71 '../android_webview/android_webview.gyp:system_webview_apk',
72 '../android_webview/android_webview_telemetry_shell.gyp:android_webview_telemetry_shell_apk',
73 '../chrome/chrome.gyp:chrome_shell_apk',
74 '../chrome/chrome.gyp:chrome_sync_shell_apk',
75 '../remoting/remoting.gyp:remoting_apk',
76 '../tools/telemetry/telemetry.gyp:*#host',
77 # TODO(nyquist) This should instead by a target for sync when all of
78 # the sync-related code for Android has been upstreamed.
79 # See http://crbug.com/159203
80 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_javalib',
83 ['target_arch == "arm" or target_arch == "arm64"', {
85 # The relocation packer only works on ARM or ARM64.
86 '../tools/relocation_packer/relocation_packer.gyp:relocation_packer_unittests#host',
92 '../content/content_shell_and_tests.gyp:*',
93 # TODO: This should build on Android and the target should move to the list above.
97 ['OS!="ios" and OS!="android"', {
99 '../third_party/re2/re2.gyp:re2',
100 '../chrome/chrome.gyp:*',
101 '../cc/blink/cc_blink_tests.gyp:*',
102 '../cc/cc_tests.gyp:*',
103 '../device/bluetooth/bluetooth.gyp:*',
104 '../device/device_tests.gyp:*',
105 '../device/usb/usb.gyp:*',
108 '../gpu/tools/tools.gyp:*',
110 '../ipc/mojo/ipc_mojo.gyp:*',
111 '../jingle/jingle.gyp:*',
112 '../media/cast/cast.gyp:*',
113 '../media/media.gyp:*',
114 '../mojo/mojo.gyp:*',
115 '../mojo/mojo_base.gyp:*',
116 '../ppapi/ppapi.gyp:*',
117 '../ppapi/ppapi_internal.gyp:*',
118 '../ppapi/tools/ppapi_tools.gyp:*',
119 '../printing/printing.gyp:*',
120 '../skia/skia.gyp:*',
121 '../sync/tools/sync_tools.gyp:*',
122 '../third_party/WebKit/public/all.gyp:*',
123 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
124 '../third_party/codesighs/codesighs.gyp:*',
125 '../third_party/ffmpeg/ffmpeg.gyp:*',
126 '../third_party/iccjpeg/iccjpeg.gyp:*',
127 '../third_party/libpng/libpng.gyp:*',
128 '../third_party/libusb/libusb.gyp:*',
129 '../third_party/libwebp/libwebp.gyp:*',
130 '../third_party/libxslt/libxslt.gyp:*',
131 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
132 '../third_party/mesa/mesa.gyp:*',
133 '../third_party/modp_b64/modp_b64.gyp:*',
134 '../third_party/npapi/npapi.gyp:*',
135 '../third_party/ots/ots.gyp:*',
136 '../third_party/pdfium/samples/samples.gyp:*',
137 '../third_party/qcms/qcms.gyp:*',
138 '../tools/gn/gn.gyp:*',
139 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
140 '../tools/telemetry/telemetry.gyp:*',
141 '../v8/tools/gyp/v8.gyp:*',
142 '<(libjpeg_gyp_path):*',
145 ['OS=="mac" or OS=="ios" or OS=="win"', {
147 '../third_party/nss/nss.gyp:*',
150 ['OS=="win" or OS=="ios" or OS=="linux"', {
152 '../breakpad/breakpad.gyp:*',
157 '../sandbox/sandbox.gyp:*',
158 '../third_party/ocmock/ocmock.gyp:*',
163 '../courgette/courgette.gyp:*',
164 '../dbus/dbus.gyp:*',
165 '../sandbox/sandbox.gyp:*',
168 ['branding=="Chrome"', {
170 '../chrome/chrome.gyp:linux_packages_<(channel)',
173 ['enable_ipc_fuzzer==1', {
175 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
182 '../chromecast/chromecast.gyp:*',
187 '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
192 ['win_use_allocator_shim==1', {
194 '../base/allocator/allocator.gyp:*',
199 '../chrome_elf/chrome_elf.gyp:*',
200 '../cloud_print/cloud_print.gyp:*',
201 '../courgette/courgette.gyp:*',
203 '../sandbox/sandbox.gyp:*',
204 '<(angle_path)/src/build_angle.gyp:*',
205 '../third_party/bspatch/bspatch.gyp:*',
206 '../tools/win/static_initializers/static_initializers.gyp:*',
210 '../third_party/libevent/libevent.gyp:*',
213 ['toolkit_views==1', {
215 '../ui/views/controls/webview/webview.gyp:*',
216 '../ui/views/views.gyp:*',
221 '../ui/aura/aura.gyp:*',
231 '../remoting/remoting.gyp:*',
236 '../net/third_party/nss/ssl.gyp:*',
241 '../third_party/boringssl/boringssl.gyp:*',
242 '../third_party/boringssl/boringssl_tests.gyp:*',
245 ['enable_app_list==1', {
247 '../ui/app_list/app_list.gyp:*',
250 ['OS!="android" and OS!="ios"', {
252 '../google_apis/gcm/gcm.gyp:*',
255 ['chromeos==1 or (OS=="linux" and use_aura==1)', {
257 '../extensions/shell/app_shell.gyp:*',
262 '../athena/main/athena_main.gyp:*',
266 }, # target_name: All
268 'target_name': 'All_syzygy',
271 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and '
272 '(syzyasan==1 or syzygy_optimize==1)', {
274 '../chrome/installer/mini_installer_syzygy.gyp:*',
278 }, # target_name: All_syzygy
280 # Note: Android uses android_builder_tests below.
281 # TODO: Consider merging that with this target.
282 'target_name': 'chromium_builder_tests',
285 '../base/base.gyp:base_unittests',
286 '../components/components_tests.gyp:components_unittests',
287 '../crypto/crypto.gyp:crypto_unittests',
288 '../net/net.gyp:net_unittests',
289 '../sql/sql.gyp:sql_unittests',
290 '../sync/sync.gyp:sync_unit_tests',
291 '../ui/base/ui_base_tests.gyp:ui_unittests',
292 '../ui/display/display.gyp:display_unittests',
293 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
294 '../url/url.gyp:url_unittests',
297 ['OS!="ios" and OS!="android"', {
299 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
300 '../cc/cc_tests.gyp:cc_unittests',
301 '../chrome/chrome.gyp:browser_tests',
302 '../chrome/chrome.gyp:chromedriver_tests',
303 '../chrome/chrome.gyp:chromedriver_unittests',
304 '../chrome/chrome.gyp:interactive_ui_tests',
305 '../chrome/chrome.gyp:sync_integration_tests',
306 '../chrome/chrome.gyp:unit_tests',
307 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
308 '../content/content_shell_and_tests.gyp:content_browsertests',
309 '../content/content_shell_and_tests.gyp:content_shell',
310 '../content/content_shell_and_tests.gyp:content_unittests',
311 '../device/device_tests.gyp:device_unittests',
312 '../extensions/extensions.gyp:extensions_unittests',
313 '../gin/gin.gyp:gin_unittests',
314 '../google_apis/google_apis.gyp:google_apis_unittests',
315 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
316 '../gpu/gpu.gyp:gpu_unittests',
317 '../ipc/ipc.gyp:ipc_tests',
318 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
319 '../jingle/jingle.gyp:jingle_unittests',
320 '../media/cast/cast.gyp:cast_unittests',
321 '../media/media.gyp:media_unittests',
322 '../mojo/mojo.gyp:mojo',
323 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
324 '../remoting/remoting.gyp:remoting_unittests',
325 '../third_party/WebKit/public/all.gyp:all_blink',
326 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
327 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
328 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
329 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
330 '../tools/telemetry/telemetry.gyp:*',
335 '../chrome/chrome.gyp:crash_service',
336 '../chrome/chrome.gyp:installer_util_unittests',
337 # ../chrome/test/mini_installer requires mini_installer.
338 '../chrome/installer/mini_installer.gyp:mini_installer',
339 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
340 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
341 '../courgette/courgette.gyp:courgette_unittests',
342 '../sandbox/sandbox.gyp:sbox_integration_tests',
343 '../sandbox/sandbox.gyp:sbox_unittests',
344 '../sandbox/sandbox.gyp:sbox_validation_tests',
345 '../ui/app_list/app_list.gyp:app_list_unittests',
348 # remoting_host_installation uses lots of non-trivial GYP that tend
349 # to break because of differences between ninja and msbuild. Make
350 # sure this target is built by the builders on the main waterfall.
351 # See http://crbug.com/180600.
352 ['wix_exists == "True" and sas_dll_exists == "True"', {
354 '../remoting/remoting.gyp:remoting_host_installation',
359 # Disable incremental linking for all modules.
360 # 0: inherit, 1: disabled, 2: enabled.
361 'msvs_debug_link_incremental': '1',
362 'msvs_large_module_debug_link_mode': '1',
363 # Disable RTC. Syzygy explicitly doesn't support RTC
364 # instrumented binaries for now.
365 'win_debug_RuntimeChecks': '0',
368 # Disable iterator debugging (huge speed boost).
369 '_HAS_ITERATOR_DEBUGGING=0',
373 # Enable profile information (necessary for SyzyAsan
374 # instrumentation). This is incompatible with incremental
384 '../dbus/dbus.gyp:dbus_unittests',
385 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
390 '../ui/app_list/app_list.gyp:app_list_unittests',
391 '../ui/message_center/message_center.gyp:*',
394 ['test_isolation_mode != "noop"', {
396 'chromium_swarm_tests',
401 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
404 ['enable_printing!=0', {
406 '../printing/printing.gyp:printing_unittests',
411 '../ui/app_list/app_list.gyp:app_list_unittests',
412 '../ui/aura/aura.gyp:aura_unittests',
413 '../ui/compositor/compositor.gyp:compositor_unittests',
414 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
415 '../ui/views/views.gyp:views_unittests',
418 ['use_aura==1 or toolkit_views==1', {
420 '../ui/events/events.gyp:events_unittests',
425 '../ash/ash.gyp:ash_unittests',
428 ['disable_nacl==0', {
430 '../components/nacl.gyp:nacl_loader_unittests',
433 ['disable_nacl==0 and disable_nacl_untrusted==0', {
435 '../mojo/mojo_nacl.gyp:*',
436 '../testing/gtest_nacl.gyp:*',
440 }, # target_name: chromium_builder_tests
446 'target_name': 'blink_tests',
449 '../third_party/WebKit/public/all.gyp:all_blink',
454 '../content/content_shell_and_tests.gyp:content_shell_apk',
455 '../breakpad/breakpad.gyp:dump_syms#host',
456 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
460 '../content/content_shell_and_tests.gyp:content_shell',
465 '../content/content_shell_and_tests.gyp:content_shell_crash_service',
466 '../content/content_shell_and_tests.gyp:layout_test_helper',
469 ['OS!="win" and OS!="android"', {
471 '../breakpad/breakpad.gyp:minidump_stackwalk',
476 '../breakpad/breakpad.gyp:dump_syms#host',
477 '../content/content_shell_and_tests.gyp:layout_test_helper',
482 '../breakpad/breakpad.gyp:dump_syms',
486 }, # target_name: blink_tests
489 ['OS!="ios" and OS!="android"', {
492 'target_name': 'chromium_builder_nacl_win_integration',
495 'chromium_builder_qa', # needed for pyauto
496 'chromium_builder_tests',
498 }, # target_name: chromium_builder_nacl_win_integration
500 'target_name': 'chromium_builder_perf',
503 '../cc/cc_tests.gyp:cc_perftests',
504 '../chrome/chrome.gyp:chrome',
505 '../chrome/chrome.gyp:load_library_perf_tests',
506 '../chrome/chrome.gyp:performance_browser_tests',
507 '../chrome/chrome.gyp:sync_performance_tests',
508 '../media/media.gyp:media_perftests',
509 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
510 '../tools/telemetry/telemetry.gyp:*',
513 ['OS!="ios" and OS!="win"', {
515 '../breakpad/breakpad.gyp:minidump_stackwalk',
520 '../chrome/chrome.gyp:linux_symbols'
525 '../chrome/chrome.gyp:crash_service',
528 ['OS=="win" and target_arch=="ia32"', {
530 '../chrome/chrome.gyp:crash_service_win64',
534 }, # target_name: chromium_builder_perf
536 'target_name': 'chromium_gpu_builder',
539 '../chrome/chrome.gyp:chrome',
540 '../chrome/chrome.gyp:performance_browser_tests',
541 '../content/content_shell_and_tests.gyp:content_browsertests',
542 '../content/content_shell_and_tests.gyp:content_gl_tests',
543 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
544 '../gpu/gpu.gyp:gl_tests',
545 '../gpu/gpu.gyp:angle_unittests',
546 '../tools/telemetry/telemetry.gyp:*',
549 ['OS!="ios" and OS!="win"', {
551 '../breakpad/breakpad.gyp:minidump_stackwalk',
556 '../chrome/chrome.gyp:linux_symbols'
561 '../chrome/chrome.gyp:crash_service',
564 ['OS=="win" and target_arch=="ia32"', {
566 '../chrome/chrome.gyp:crash_service_win64',
570 }, # target_name: chromium_gpu_builder
572 'target_name': 'chromium_gpu_debug_builder',
575 '../chrome/chrome.gyp:chrome',
576 '../content/content_shell_and_tests.gyp:content_browsertests',
577 '../content/content_shell_and_tests.gyp:content_gl_tests',
578 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
579 '../gpu/gpu.gyp:gl_tests',
580 '../gpu/gpu.gyp:angle_unittests',
581 '../tools/telemetry/telemetry.gyp:*',
584 ['OS!="ios" and OS!="win"', {
586 '../breakpad/breakpad.gyp:minidump_stackwalk',
591 '../chrome/chrome.gyp:linux_symbols'
596 '../chrome/chrome.gyp:crash_service',
599 ['OS=="win" and target_arch=="ia32"', {
601 '../chrome/chrome.gyp:crash_service_win64',
605 }, # target_name: chromium_gpu_debug_builder
607 'target_name': 'chromium_builder_qa',
610 '../chrome/chrome.gyp:chrome',
611 # Dependencies of pyauto_functional tests.
612 '../remoting/remoting.gyp:remoting_webapp',
617 '../remoting/remoting.gyp:remoting_me2me_host_archive',
622 '../chrome/chrome.gyp:crash_service',
625 ['OS=="win" and target_arch=="ia32"', {
627 '../chrome/chrome.gyp:crash_service_win64',
630 ['OS=="win" and component != "shared_library" and wix_exists == "True" and sas_dll_exists == "True"', {
632 '../remoting/remoting.gyp:remoting_host_installation',
636 }, # target_name: chromium_builder_qa
638 'target_name': 'chromium_builder_perf_av',
641 'blink_tests', # to run layout tests
642 'chromium_builder_qa', # needed for perf pyauto tests
644 }, # target_name: chromium_builder_perf_av
646 # This target contains everything we need to run tests on the special
647 # device-equipped WebRTC bots. We have device-requiring tests in
648 # browser_tests and content_browsertests.
649 'target_name': 'chromium_builder_webrtc',
652 'chromium_builder_qa', # TODO(phoglund): not sure if needed?
653 '../chrome/chrome.gyp:browser_tests',
654 '../content/content_shell_and_tests.gyp:content_browsertests',
655 '../content/content_shell_and_tests.gyp:content_unittests',
656 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
657 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
662 '../chrome/chrome.gyp:crash_service',
666 }, # target_name: chromium_builder_webrtc
668 'target_name': 'chromium_builder_chromedriver',
671 '../chrome/chrome.gyp:chromedriver',
672 '../chrome/chrome.gyp:chromedriver_tests',
673 '../chrome/chrome.gyp:chromedriver_unittests',
675 }, # target_name: chromium_builder_chromedriver
677 'target_name': 'chromium_builder_asan',
680 '../chrome/chrome.gyp:chrome',
682 # We refer to content_shell directly rather than blink_tests
683 # because we don't want the _unittests binaries.
684 '../content/content_shell_and_tests.gyp:content_shell',
689 '../net/net.gyp:hpack_fuzz_wrapper',
690 '../net/net.gyp:dns_fuzz_stub',
691 '../skia/skia.gyp:filter_fuzz_stub',
694 ['enable_ipc_fuzzer==1 and OS=="linux" and component!="shared_library"', {
696 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
701 '../v8/src/d8.gyp:d8#host',
702 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
705 ['internal_filter_fuzzer==1', {
707 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuzzer.gyp:filter_fuzzer',
709 }], # internal_filter_fuzzer
710 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1', {
712 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy',
713 '../content/content_shell_and_tests.gyp:content_shell_syzyasan',
714 '../pdf/pdf.gyp:pdf_syzyasan',
717 ['chrome_multiple_dll==1', {
719 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy',
727 'target_name': 'chromium_builder_nacl_sdk',
730 '../chrome/chrome.gyp:chrome',
735 '../chrome/chrome.gyp:chrome_nacl_win64',
739 }, #target_name: chromium_builder_nacl_sdk
741 }], #OS!=ios and OS!=android
745 # The current list of tests for android. This is temporary
746 # until the full set supported. If adding a new test here,
747 # please also add it to build/android/pylib/gtest/gtest_config.py,
748 # else the test is not run.
751 # Do not add targets here without communicating the implications
752 # on tryserver triggers and load. Discuss with
753 # chrome-infrastructure-team please.
754 'target_name': 'android_builder_tests',
757 '../android_webview/android_webview.gyp:android_webview_unittests',
758 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests',
759 '../base/base.gyp:base_unittests',
760 '../breakpad/breakpad.gyp:breakpad_unittests_stripped',
761 # Also compile the tools needed to deal with minidumps, they are
762 # needed to run minidump tests upstream.
763 '../breakpad/breakpad.gyp:dump_syms#host',
764 '../breakpad/breakpad.gyp:symupload#host',
765 '../breakpad/breakpad.gyp:minidump_dump#host',
766 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
767 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multiple_proguards_test_apk',
768 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
769 '../cc/cc_tests.gyp:cc_perftests_apk',
770 '../cc/cc_tests.gyp:cc_unittests',
771 '../chrome/chrome.gyp:unit_tests',
772 '../components/components_tests.gyp:components_unittests',
773 '../content/content_shell_and_tests.gyp:content_browsertests',
774 '../content/content_shell_and_tests.gyp:content_gl_tests',
775 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
776 '../content/content_shell_and_tests.gyp:content_shell_test_apk',
777 '../content/content_shell_and_tests.gyp:content_unittests',
778 '../gpu/gpu.gyp:gl_tests',
779 '../gpu/gpu.gyp:gpu_unittests',
780 '../ipc/ipc.gyp:ipc_tests',
781 '../media/media.gyp:media_perftests_apk',
782 '../media/media.gyp:media_unittests',
783 '../net/net.gyp:net_unittests',
784 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped',
785 '../sql/sql.gyp:sql_unittests',
786 '../sync/sync.gyp:sync_unit_tests',
787 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
788 '../third_party/WebKit/public/all.gyp:*',
789 '../tools/android/android_tools.gyp:android_tools',
790 '../tools/android/android_tools.gyp:memconsumer',
791 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test',
792 '../ui/base/ui_base_tests.gyp:ui_unittests',
793 '../ui/events/events.gyp:events_unittests',
794 # Unit test bundles packaged as an apk.
795 '../android_webview/android_webview.gyp:android_webview_test_apk',
796 '../android_webview/android_webview.gyp:android_webview_unittests_apk',
797 '../base/base.gyp:base_unittests_apk',
798 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
799 '../cc/cc_tests.gyp:cc_unittests_apk',
800 '../chrome/chrome.gyp:chrome_shell_test_apk',
801 '../chrome/chrome.gyp:chrome_sync_shell_test_apk',
802 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
803 '../chrome/chrome.gyp:unit_tests_apk',
804 '../components/components_tests.gyp:components_unittests_apk',
805 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
806 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
807 '../content/content_shell_and_tests.gyp:content_unittests_apk',
808 '../content/content_shell_and_tests.gyp:video_decode_accelerator_unittest_apk',
809 '../gpu/gpu.gyp:gl_tests_apk',
810 '../gpu/gpu.gyp:gpu_unittests_apk',
811 '../ipc/ipc.gyp:ipc_tests_apk',
812 '../media/media.gyp:media_unittests_apk',
813 '../net/net.gyp:net_unittests_apk',
814 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
815 '../sql/sql.gyp:sql_unittests_apk',
816 '../sync/sync.gyp:sync_unit_tests_apk',
817 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unittests_apk',
818 '../ui/base/ui_base_tests.gyp:ui_unittests_apk',
819 '../ui/events/events.gyp:events_unittests_apk',
820 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
824 # WebRTC Chromium tests to run on Android.
825 'target_name': 'android_builder_chromium_webrtc',
828 '../content/content_shell_and_tests.gyp:content_browsertests',
829 '../tools/android/android_tools.gyp:android_tools',
830 '../tools/android/android_tools.gyp:memconsumer',
831 # Unit test bundles packaged as an apk.
832 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
834 }, # target_name: android_builder_chromium_webrtc
840 # Target to build everything plus the dmg. We don't put the dmg
841 # in the All target because developers really don't need it.
842 'target_name': 'all_and_dmg',
846 '../chrome/chrome.gyp:build_app_dmg',
849 # These targets are here so the build bots can use them to build
850 # subsets of a full tree for faster cycle times.
852 'target_name': 'chromium_builder_dbg',
855 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
856 '../cc/cc_tests.gyp:cc_unittests',
857 '../chrome/chrome.gyp:browser_tests',
858 '../chrome/chrome.gyp:interactive_ui_tests',
859 '../chrome/chrome.gyp:sync_integration_tests',
860 '../chrome/chrome.gyp:unit_tests',
861 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
862 '../components/components_tests.gyp:components_unittests',
863 '../content/content_shell_and_tests.gyp:content_browsertests',
864 '../content/content_shell_and_tests.gyp:content_unittests',
865 '../device/device_tests.gyp:device_unittests',
866 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
867 '../gpu/gpu.gyp:gpu_unittests',
868 '../ipc/ipc.gyp:ipc_tests',
869 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
870 '../jingle/jingle.gyp:jingle_unittests',
871 '../media/media.gyp:media_unittests',
872 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
873 '../printing/printing.gyp:printing_unittests',
874 '../remoting/remoting.gyp:remoting_unittests',
876 '../sql/sql.gyp:sql_unittests',
877 '../sync/sync.gyp:sync_unit_tests',
878 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
879 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
880 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
881 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
882 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
883 '../tools/telemetry/telemetry.gyp:*',
884 '../ui/base/ui_base_tests.gyp:ui_unittests',
885 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
886 '../url/url.gyp:url_unittests',
890 'target_name': 'chromium_builder_rel',
893 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
894 '../cc/cc_tests.gyp:cc_unittests',
895 '../chrome/chrome.gyp:browser_tests',
896 '../chrome/chrome.gyp:performance_browser_tests',
897 '../chrome/chrome.gyp:sync_integration_tests',
898 '../chrome/chrome.gyp:unit_tests',
899 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
900 '../components/components_tests.gyp:components_unittests',
901 '../content/content_shell_and_tests.gyp:content_browsertests',
902 '../content/content_shell_and_tests.gyp:content_unittests',
903 '../device/device_tests.gyp:device_unittests',
904 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
905 '../gpu/gpu.gyp:gpu_unittests',
906 '../ipc/ipc.gyp:ipc_tests',
907 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
908 '../jingle/jingle.gyp:jingle_unittests',
909 '../media/media.gyp:media_unittests',
910 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
911 '../printing/printing.gyp:printing_unittests',
912 '../remoting/remoting.gyp:remoting_unittests',
913 '../sql/sql.gyp:sql_unittests',
914 '../sync/sync.gyp:sync_unit_tests',
915 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
916 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
917 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
918 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
919 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
920 '../tools/telemetry/telemetry.gyp:*',
921 '../ui/base/ui_base_tests.gyp:ui_unittests',
922 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
923 '../url/url.gyp:url_unittests',
927 'target_name': 'chromium_builder_dbg_tsan_mac',
930 '../base/base.gyp:base_unittests',
931 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
932 '../crypto/crypto.gyp:crypto_unittests',
933 '../ipc/ipc.gyp:ipc_tests',
934 '../jingle/jingle.gyp:jingle_unittests',
935 '../media/media.gyp:media_unittests',
936 '../net/net.gyp:net_unittests',
937 '../printing/printing.gyp:printing_unittests',
938 '../remoting/remoting.gyp:remoting_unittests',
939 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
940 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
941 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
942 '../url/url.gyp:url_unittests',
946 'target_name': 'chromium_builder_dbg_valgrind_mac',
949 '../base/base.gyp:base_unittests',
950 '../chrome/chrome.gyp:unit_tests',
951 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
952 '../components/components_tests.gyp:components_unittests',
953 '../content/content_shell_and_tests.gyp:content_unittests',
954 '../crypto/crypto.gyp:crypto_unittests',
955 '../device/device_tests.gyp:device_unittests',
956 '../ipc/ipc.gyp:ipc_tests',
957 '../jingle/jingle.gyp:jingle_unittests',
958 '../media/media.gyp:media_unittests',
959 '../net/net.gyp:net_unittests',
960 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
961 '../printing/printing.gyp:printing_unittests',
962 '../remoting/remoting.gyp:remoting_unittests',
963 '../sql/sql.gyp:sql_unittests',
964 '../sync/sync.gyp:sync_unit_tests',
965 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
966 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
967 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
968 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
969 '../ui/base/ui_base_tests.gyp:ui_unittests',
970 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
971 '../url/url.gyp:url_unittests',
978 # These targets are here so the build bots can use them to build
979 # subsets of a full tree for faster cycle times.
981 'target_name': 'chromium_builder',
984 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
985 '../cc/cc_tests.gyp:cc_unittests',
986 '../chrome/chrome.gyp:browser_tests',
987 '../chrome/chrome.gyp:crash_service',
988 '../chrome/chrome.gyp:gcapi_test',
989 '../chrome/chrome.gyp:installer_util_unittests',
990 '../chrome/chrome.gyp:interactive_ui_tests',
991 '../chrome/chrome.gyp:performance_browser_tests',
992 '../chrome/chrome.gyp:sync_integration_tests',
993 '../chrome/chrome.gyp:unit_tests',
994 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
995 '../components/components_tests.gyp:components_unittests',
996 '../content/content_shell_and_tests.gyp:content_browsertests',
997 '../content/content_shell_and_tests.gyp:content_unittests',
998 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
999 # ../chrome/test/mini_installer requires mini_installer.
1000 '../chrome/installer/mini_installer.gyp:mini_installer',
1001 '../courgette/courgette.gyp:courgette_unittests',
1002 '../device/device_tests.gyp:device_unittests',
1003 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1004 '../gpu/gpu.gyp:gpu_unittests',
1005 '../ipc/ipc.gyp:ipc_tests',
1006 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1007 '../jingle/jingle.gyp:jingle_unittests',
1008 '../media/media.gyp:media_unittests',
1009 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1010 '../printing/printing.gyp:printing_unittests',
1011 '../remoting/remoting.gyp:remoting_unittests',
1012 '../sql/sql.gyp:sql_unittests',
1013 '../sync/sync.gyp:sync_unit_tests',
1014 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1015 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1016 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1017 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1018 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1019 '../tools/telemetry/telemetry.gyp:*',
1020 '../ui/base/ui_base_tests.gyp:ui_unittests',
1021 '../ui/events/events.gyp:events_unittests',
1022 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1023 '../ui/views/views.gyp:views_unittests',
1024 '../url/url.gyp:url_unittests',
1027 ['target_arch=="ia32"', {
1029 '../chrome/chrome.gyp:crash_service_win64',
1035 'target_name': 'chromium_builder_win_cf',
1039 'target_name': 'chromium_builder_dbg_tsan_win',
1042 '../base/base.gyp:base_unittests',
1043 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1044 '../components/components_tests.gyp:components_unittests',
1045 '../content/content_shell_and_tests.gyp:content_unittests',
1046 '../crypto/crypto.gyp:crypto_unittests',
1047 '../ipc/ipc.gyp:ipc_tests',
1048 '../jingle/jingle.gyp:jingle_unittests',
1049 '../media/media.gyp:media_unittests',
1050 '../net/net.gyp:net_unittests',
1051 '../printing/printing.gyp:printing_unittests',
1052 '../remoting/remoting.gyp:remoting_unittests',
1053 '../sql/sql.gyp:sql_unittests',
1054 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1055 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1056 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1057 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1058 '../url/url.gyp:url_unittests',
1062 'target_name': 'chromium_builder_lkgr_drmemory_win',
1065 '../content/content_shell_and_tests.gyp:content_shell',
1066 '../content/content_shell_and_tests.gyp:content_shell_crash_service',
1067 '../content/content_shell_and_tests.gyp:layout_test_helper',
1071 'target_name': 'chromium_builder_dbg_drmemory_win',
1074 '../ash/ash.gyp:ash_shell_unittests',
1075 '../ash/ash.gyp:ash_unittests',
1076 '../base/base.gyp:base_unittests',
1077 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1078 '../cc/cc_tests.gyp:cc_unittests',
1079 '../chrome/chrome.gyp:browser_tests',
1080 '../chrome/chrome.gyp:chrome_app_unittests',
1081 '../chrome/chrome.gyp:chromedriver_unittests',
1082 '../chrome/chrome.gyp:installer_util_unittests',
1083 '../chrome/chrome.gyp:unit_tests',
1084 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
1085 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1086 '../components/components_tests.gyp:components_unittests',
1087 '../content/content_shell_and_tests.gyp:content_browsertests',
1088 '../content/content_shell_and_tests.gyp:content_shell',
1089 '../content/content_shell_and_tests.gyp:content_shell_crash_service',
1090 '../content/content_shell_and_tests.gyp:layout_test_helper',
1091 '../content/content_shell_and_tests.gyp:content_unittests',
1092 '../courgette/courgette.gyp:courgette_unittests',
1093 '../crypto/crypto.gyp:crypto_unittests',
1094 '../device/device_tests.gyp:device_unittests',
1095 '../extensions/extensions.gyp:extensions_unittests',
1096 '../gin/gin.gyp:gin_shell',
1097 '../gin/gin.gyp:gin_unittests',
1098 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1099 '../google_apis/google_apis.gyp:google_apis_unittests',
1100 '../gpu/gpu.gyp:angle_unittests',
1101 '../gpu/gpu.gyp:gpu_unittests',
1102 '../ipc/ipc.gyp:ipc_tests',
1103 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1104 '../jingle/jingle.gyp:jingle_unittests',
1105 '../media/cast/cast.gyp:cast_unittests',
1106 '../media/media.gyp:media_unittests',
1107 '../mojo/mojo.gyp:mojo',
1108 '../net/net.gyp:net_unittests',
1109 '../printing/printing.gyp:printing_unittests',
1110 '../remoting/remoting.gyp:remoting_unittests',
1111 '../sql/sql.gyp:sql_unittests',
1112 '../sync/sync.gyp:sync_unit_tests',
1113 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1114 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1115 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1116 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1117 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_heap_unittests',
1118 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_platform_unittests',
1119 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
1120 '../ui/app_list/app_list.gyp:app_list_unittests',
1121 '../ui/aura/aura.gyp:aura_unittests',
1122 '../ui/compositor/compositor.gyp:compositor_unittests',
1123 '../ui/display/display.gyp:display_unittests',
1124 '../ui/events/events.gyp:events_unittests',
1125 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1126 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
1127 '../url/url.gyp:url_unittests',
1131 'target_name': 'webkit_builder_win',
1139 ['branding=="Chrome"', {
1142 'target_name': 'chrome_official_builder',
1145 '../base/base.gyp:base_unittests',
1146 '../chrome/chrome.gyp:browser_tests',
1147 '../chrome/chrome.gyp:sync_integration_tests',
1148 '../chrome/chrome.gyp:crash_service',
1149 '../chrome/chrome.gyp:gcapi_dll',
1150 '../chrome/chrome.gyp:pack_policy_templates',
1151 '../chrome/installer/mini_installer.gyp:mini_installer',
1152 '../cloud_print/cloud_print.gyp:cloud_print',
1153 '../courgette/courgette.gyp:courgette',
1154 '../courgette/courgette.gyp:courgette64',
1155 '../ipc/ipc.gyp:ipc_tests',
1156 '../media/media.gyp:media_unittests',
1157 '../net/net.gyp:net_unittests_run',
1158 '../printing/printing.gyp:printing_unittests',
1159 '../remoting/remoting.gyp:remoting_webapp',
1160 '../sql/sql.gyp:sql_unittests',
1161 '../sync/sync.gyp:sync_unit_tests',
1162 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
1163 '../ui/base/ui_base_tests.gyp:ui_unittests',
1164 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1165 '../ui/views/views.gyp:views_unittests',
1166 '../url/url.gyp:url_unittests',
1169 ['target_arch=="ia32"', {
1171 '../chrome/chrome.gyp:crash_service_win64',
1174 ['component != "shared_library" and wix_exists == "True" and \
1175 sas_dll_exists == "True"', {
1177 '../remoting/remoting.gyp:remoting_host_installation',
1179 }], # component != "shared_library"
1183 }], # branding=="Chrome"
1189 'target_name': 'aura_builder',
1192 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1193 '../cc/cc_tests.gyp:cc_unittests',
1194 '../chrome/chrome.gyp:browser_tests',
1195 '../chrome/chrome.gyp:chrome',
1196 '../chrome/chrome.gyp:interactive_ui_tests',
1197 '../chrome/chrome.gyp:unit_tests',
1198 '../components/components_tests.gyp:components_unittests',
1199 '../content/content_shell_and_tests.gyp:content_browsertests',
1200 '../content/content_shell_and_tests.gyp:content_unittests',
1201 '../device/device_tests.gyp:device_unittests',
1202 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1203 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1204 '../remoting/remoting.gyp:remoting_unittests',
1205 '../ui/app_list/app_list.gyp:*',
1206 '../ui/aura/aura.gyp:*',
1207 '../ui/base/ui_base_tests.gyp:ui_unittests',
1208 '../ui/compositor/compositor.gyp:*',
1209 '../ui/display/display.gyp:display_unittests',
1210 '../ui/events/events.gyp:*',
1211 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1212 '../ui/keyboard/keyboard.gyp:*',
1213 '../ui/message_center/message_center.gyp:*',
1214 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1215 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1216 '../ui/views/views.gyp:views',
1217 '../ui/views/views.gyp:views_unittests',
1218 '../ui/wm/wm.gyp:*',
1224 '../chrome/chrome.gyp:crash_service',
1227 ['OS=="win" and target_arch=="ia32"', {
1229 '../chrome/chrome.gyp:crash_service_win64',
1234 '../ash/ash.gyp:ash_shell',
1235 '../ash/ash.gyp:ash_unittests',
1239 # Tests that currently only work on Linux.
1241 '../base/base.gyp:base_unittests',
1242 '../ipc/ipc.gyp:ipc_tests',
1243 '../sql/sql.gyp:sql_unittests',
1244 '../sync/sync.gyp:sync_unit_tests',
1249 '../chromeos/chromeos.gyp:chromeos_unittests',
1250 '../athena/main/athena_main.gyp:*',
1255 '../ui/ozone/ozone.gyp:*',
1256 '../ui/ozone/demo/ozone_demos.gyp:*',
1265 # TODO(thakis): Remove this once the linux gtk bot no longer references
1266 # it (probably after the first aura release on linux), see r249162
1269 'target_name': 'aura_builder',
1272 '../chrome/chrome.gyp:chrome',
1278 ['test_isolation_mode != "noop"', {
1281 'target_name': 'chromium_swarm_tests',
1284 '../base/base.gyp:base_unittests_run',
1285 '../chrome/chrome.gyp:browser_tests_run',
1286 '../chrome/chrome.gyp:interactive_ui_tests_run',
1287 '../chrome/chrome.gyp:sync_integration_tests_run',
1288 '../chrome/chrome.gyp:unit_tests_run',
1289 '../content/content_shell_and_tests.gyp:content_browsertests_run',
1290 '../content/content_shell_and_tests.gyp:content_unittests_run',
1291 '../net/net.gyp:net_unittests_run',
1293 }, # target_name: chromium_swarm_tests
1295 'target_name': 'chromoting_swarm_tests',
1298 '../testing/chromoting/integration_test.gyp:chromoting_integration_tests_run',
1300 }, # target_name: chromoting_swarm_tests
1303 ['OS=="mac" and toolkit_views==1', {
1306 'target_name': 'macviews_builder',
1309 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1310 '../ui/views/views.gyp:views',
1311 '../ui/views/views.gyp:views_unittests',
1313 }, # target_name: macviews_builder
1315 }], # os=='mac' and toolkit_views==1