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/edk/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
46 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_environment_unittests',
47 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_perftests',
48 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_unittests',
49 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_utility_unittests',
50 '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
51 '../mojo/edk/mojo_edk_tests.gyp:mojo_system_unittests',
52 '../mojo/mojo_base.gyp:mojo_common_lib',
53 '../mojo/mojo_base.gyp:mojo_common_unittests',
54 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
55 '../mojo/public/mojo_public.gyp:mojo_public_test_utils',
56 '../mojo/public/mojo_public.gyp:mojo_system',
57 '../google_apis/google_apis.gyp:google_apis_unittests',
58 '../ui/base/ui_base_tests.gyp:ui_base_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 '<@(android_app_targets)',
67 'android_builder_tests',
68 '../android_webview/android_webview.gyp:android_webview_apk',
69 '../android_webview/android_webview.gyp:system_webview_apk',
70 '../android_webview/android_webview_telemetry_shell.gyp:android_webview_telemetry_shell_apk',
71 '../chrome/chrome.gyp:chrome_shell_apk',
72 '../chrome/chrome.gyp:chrome_sync_shell_apk',
73 '../remoting/remoting.gyp:remoting_apk',
74 '../tools/telemetry/telemetry.gyp:*#host',
75 # TODO(nyquist) This should instead by a target for sync when all of
76 # the sync-related code for Android has been upstreamed.
77 # See http://crbug.com/159203
78 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_javalib',
81 ['target_arch == "arm" or target_arch == "arm64"', {
83 # The relocation packer only works on ARM or ARM64.
84 '../tools/relocation_packer/relocation_packer.gyp:relocation_packer_unittests#host',
90 '../content/content_shell_and_tests.gyp:*',
91 # TODO: This should build on Android and the target should move to the list above.
95 ['OS!="ios" and OS!="android"', {
97 '../third_party/re2/re2.gyp:re2',
98 '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
99 '../cc/blink/cc_blink_tests.gyp:*',
100 '../cc/cc_tests.gyp:*',
101 '../device/bluetooth/bluetooth.gyp:*',
102 '../device/device_tests.gyp:*',
103 '../device/usb/usb.gyp:*',
106 '../gpu/tools/tools.gyp:*',
108 '../ipc/mojo/ipc_mojo.gyp:*',
109 '../jingle/jingle.gyp:*',
110 '../media/cast/cast.gyp:*',
111 '../media/media.gyp:*',
112 '../mojo/mojo.gyp:*',
113 '../mojo/mojo_base.gyp:*',
114 '../ppapi/ppapi.gyp:*',
115 '../ppapi/ppapi_internal.gyp:*',
116 '../ppapi/tools/ppapi_tools.gyp:*',
117 '../printing/printing.gyp:*',
118 '../skia/skia.gyp:*',
119 '../sync/tools/sync_tools.gyp:*',
120 '../third_party/WebKit/public/all.gyp:*',
121 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
122 '../third_party/codesighs/codesighs.gyp:*',
123 '../third_party/ffmpeg/ffmpeg.gyp:*',
124 '../third_party/iccjpeg/iccjpeg.gyp:*',
125 '../third_party/libpng/libpng.gyp:*',
126 '../third_party/libusb/libusb.gyp:*',
127 '../third_party/libwebp/libwebp.gyp:*',
128 '../third_party/libxslt/libxslt.gyp:*',
129 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
130 '../third_party/mesa/mesa.gyp:*',
131 '../third_party/modp_b64/modp_b64.gyp:*',
132 '../third_party/npapi/npapi.gyp:*',
133 '../third_party/ots/ots.gyp:*',
134 '../third_party/pdfium/samples/samples.gyp:*',
135 '../third_party/qcms/qcms.gyp:*',
136 '../tools/gn/gn.gyp:*',
137 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
138 '../tools/telemetry/telemetry.gyp:*',
139 '../v8/tools/gyp/v8.gyp:*',
140 '<(libjpeg_gyp_path):*',
145 # Athena temporarily depends upon a subset of chrome. Since most
146 # tests do not compile, we only include dependencies to tests we
148 '../chrome/chrome.gyp:chrome',
149 '../chrome/chrome.gyp:browser_tests',
153 '../chrome/chrome.gyp:*',
158 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', {
160 '../third_party/nss/nss.gyp:*',
163 ['OS=="win" or OS=="ios" or OS=="linux"', {
165 '../breakpad/breakpad.gyp:*',
170 '../sandbox/sandbox.gyp:*',
171 '../third_party/ocmock/ocmock.gyp:*',
176 '../courgette/courgette.gyp:*',
177 '../dbus/dbus.gyp:*',
178 '../sandbox/sandbox.gyp:*',
181 ['branding=="Chrome"', {
183 '../chrome/chrome.gyp:linux_packages_<(channel)',
186 ['enable_ipc_fuzzer==1', {
188 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
195 '../chromecast/chromecast.gyp:*',
200 '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
205 ['win_use_allocator_shim==1', {
207 '../base/allocator/allocator.gyp:*',
212 '../chrome_elf/chrome_elf.gyp:*',
213 '../cloud_print/cloud_print.gyp:*',
214 '../courgette/courgette.gyp:*',
216 '../sandbox/sandbox.gyp:*',
217 '<(angle_path)/src/angle.gyp:*',
218 '../third_party/bspatch/bspatch.gyp:*',
219 '../tools/win/static_initializers/static_initializers.gyp:*',
223 '../third_party/libevent/libevent.gyp:*',
226 ['toolkit_views==1', {
228 '../ui/views/controls/webview/webview.gyp:*',
229 '../ui/views/views.gyp:*',
234 '../ui/aura/aura.gyp:*',
244 '../remoting/remoting.gyp:*',
249 '../net/third_party/nss/ssl.gyp:*',
254 '../third_party/boringssl/boringssl.gyp:*',
255 '../third_party/boringssl/boringssl_tests.gyp:*',
258 ['enable_app_list==1', {
260 '../ui/app_list/app_list.gyp:*',
263 ['OS!="android" and OS!="ios"', {
265 '../google_apis/gcm/gcm.gyp:*',
268 ['chromeos==1 or OS=="linux" or OS=="win"', {
270 '../extensions/shell/app_shell.gyp:*',
275 '../athena/main/athena_main.gyp:*',
280 '../envoy/envoy.gyp:*',
284 }, # target_name: All
286 'target_name': 'All_syzygy',
289 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and '
290 '(syzyasan==1 or syzygy_optimize==1)', {
292 '../chrome/installer/mini_installer_syzygy.gyp:*',
296 }, # target_name: All_syzygy
298 # Note: Android uses android_builder_tests below.
299 # TODO: Consider merging that with this target.
300 'target_name': 'chromium_builder_tests',
303 '../base/base.gyp:base_unittests',
304 '../components/components_tests.gyp:components_unittests',
305 '../crypto/crypto.gyp:crypto_unittests',
306 '../net/net.gyp:net_unittests',
307 '../sql/sql.gyp:sql_unittests',
308 '../sync/sync.gyp:sync_unit_tests',
309 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
310 '../ui/display/display.gyp:display_unittests',
311 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
312 '../url/url.gyp:url_unittests',
315 ['OS!="ios" and OS!="android"', {
317 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
318 '../cc/cc_tests.gyp:cc_unittests',
319 '../chrome/chrome.gyp:browser_tests',
320 '../chrome/chrome.gyp:chromedriver_tests',
321 '../chrome/chrome.gyp:chromedriver_unittests',
322 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
323 '../content/content_shell_and_tests.gyp:content_browsertests',
324 '../content/content_shell_and_tests.gyp:content_shell',
325 '../content/content_shell_and_tests.gyp:content_unittests',
326 '../device/device_tests.gyp:device_unittests',
327 '../extensions/extensions.gyp:extensions_unittests',
328 '../gin/gin.gyp:gin_unittests',
329 '../google_apis/google_apis.gyp:google_apis_unittests',
330 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
331 '../gpu/gpu.gyp:gpu_unittests',
332 '../ipc/ipc.gyp:ipc_tests',
333 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
334 '../jingle/jingle.gyp:jingle_unittests',
335 '../media/cast/cast.gyp:cast_unittests',
336 '../media/media.gyp:media_unittests',
337 '../mojo/mojo.gyp:mojo',
338 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
339 '../remoting/remoting.gyp:remoting_unittests',
340 '../third_party/WebKit/public/all.gyp:all_blink',
341 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
342 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
343 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
344 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
345 '../tools/telemetry/telemetry.gyp:*',
350 '../chrome/chrome.gyp:interactive_ui_tests',
351 '../chrome/chrome.gyp:sync_integration_tests',
352 '../chrome/chrome.gyp:unit_tests',
359 '../chrome/chrome.gyp:app_installer',
360 '../chrome/chrome.gyp:app_installer_unittests',
361 '../chrome/chrome.gyp:crash_service',
362 '../chrome/chrome.gyp:installer_util_unittests',
363 # ../chrome/test/mini_installer requires mini_installer.
364 '../chrome/installer/mini_installer.gyp:mini_installer',
365 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
366 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
367 '../courgette/courgette.gyp:courgette_unittests',
368 '../sandbox/sandbox.gyp:sbox_integration_tests',
369 '../sandbox/sandbox.gyp:sbox_unittests',
370 '../sandbox/sandbox.gyp:sbox_validation_tests',
371 '../ui/app_list/app_list.gyp:app_list_unittests',
374 # remoting_host_installation uses lots of non-trivial GYP that tend
375 # to break because of differences between ninja and msbuild. Make
376 # sure this target is built by the builders on the main waterfall.
377 # See http://crbug.com/180600.
378 ['wix_exists == "True" and sas_dll_exists == "True"', {
380 '../remoting/remoting.gyp:remoting_host_installation',
385 # Disable incremental linking for all modules.
386 # 0: inherit, 1: disabled, 2: enabled.
387 'msvs_debug_link_incremental': '1',
388 'msvs_large_module_debug_link_mode': '1',
389 # Disable RTC. Syzygy explicitly doesn't support RTC
390 # instrumented binaries for now.
391 'win_debug_RuntimeChecks': '0',
394 # Disable iterator debugging (huge speed boost).
395 '_HAS_ITERATOR_DEBUGGING=0',
399 # Enable profile information (necessary for SyzyAsan
400 # instrumentation). This is incompatible with incremental
410 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
415 '../dbus/dbus.gyp:dbus_unittests',
416 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
421 '../ui/app_list/app_list.gyp:app_list_unittests',
422 '../ui/message_center/message_center.gyp:*',
425 ['test_isolation_mode != "noop"', {
427 'chromium_swarm_tests',
432 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
435 ['enable_basic_printing==1 or enable_print_preview==1', {
437 '../printing/printing.gyp:printing_unittests',
442 '../ui/app_list/app_list.gyp:app_list_unittests',
443 '../ui/aura/aura.gyp:aura_unittests',
444 '../ui/compositor/compositor.gyp:compositor_unittests',
445 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
446 '../ui/views/views.gyp:views_unittests',
449 ['use_aura==1 or toolkit_views==1', {
451 '../ui/events/events.gyp:events_unittests',
456 '../ash/ash.gyp:ash_unittests',
459 ['disable_nacl==0', {
461 '../components/nacl.gyp:nacl_loader_unittests',
464 ['disable_nacl==0 and disable_nacl_untrusted==0', {
466 '../mojo/mojo_nacl.gyp:*',
467 '../testing/gtest_nacl.gyp:*',
471 }, # target_name: chromium_builder_tests
477 'target_name': 'blink_tests',
480 '../third_party/WebKit/public/all.gyp:all_blink',
485 '../content/content_shell_and_tests.gyp:content_shell_apk',
486 '../breakpad/breakpad.gyp:dump_syms#host',
487 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
491 '../content/content_shell_and_tests.gyp:content_shell',
496 '../content/content_shell_and_tests.gyp:content_shell_crash_service',
497 '../content/content_shell_and_tests.gyp:layout_test_helper',
500 ['OS!="win" and OS!="android"', {
502 '../breakpad/breakpad.gyp:minidump_stackwalk',
507 '../breakpad/breakpad.gyp:dump_syms#host',
508 '../content/content_shell_and_tests.gyp:layout_test_helper',
513 '../breakpad/breakpad.gyp:dump_syms',
517 }, # target_name: blink_tests
520 ['OS!="ios" and OS!="android"', {
523 'target_name': 'chromium_builder_nacl_win_integration',
526 'chromium_builder_qa', # needed for pyauto
527 'chromium_builder_tests',
529 }, # target_name: chromium_builder_nacl_win_integration
531 'target_name': 'chromium_builder_perf',
534 '../cc/cc_tests.gyp:cc_perftests',
535 '../chrome/chrome.gyp:chrome',
536 '../chrome/chrome.gyp:load_library_perf_tests',
537 '../chrome/chrome.gyp:performance_browser_tests',
538 '../chrome/chrome.gyp:sync_performance_tests',
539 '../media/media.gyp:media_perftests',
540 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
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_builder_perf
567 'target_name': 'chromium_gpu_builder',
570 '../chrome/chrome.gyp:chrome',
571 '../chrome/chrome.gyp:performance_browser_tests',
572 '../content/content_shell_and_tests.gyp:content_browsertests',
573 '../content/content_shell_and_tests.gyp:content_gl_tests',
574 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
575 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test',
576 '../gpu/gpu.gyp:gl_tests',
577 '../gpu/gpu.gyp:angle_unittests',
578 '../gpu/gpu.gyp:gpu_unittests',
579 '../tools/telemetry/telemetry.gyp:*',
582 ['OS!="ios" and OS!="win"', {
584 '../breakpad/breakpad.gyp:minidump_stackwalk',
589 '../chrome/chrome.gyp:linux_symbols'
594 '../chrome/chrome.gyp:crash_service',
597 ['OS=="win" and target_arch=="ia32"', {
599 '../chrome/chrome.gyp:crash_service_win64',
603 }, # target_name: chromium_gpu_builder
605 'target_name': 'chromium_gpu_debug_builder',
608 '../chrome/chrome.gyp:chrome',
609 '../content/content_shell_and_tests.gyp:content_browsertests',
610 '../content/content_shell_and_tests.gyp:content_gl_tests',
611 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
612 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test',
613 '../gpu/gpu.gyp:gl_tests',
614 '../gpu/gpu.gyp:angle_unittests',
615 '../gpu/gpu.gyp:gpu_unittests',
616 '../tools/telemetry/telemetry.gyp:*',
619 ['OS!="ios" and OS!="win"', {
621 '../breakpad/breakpad.gyp:minidump_stackwalk',
626 '../chrome/chrome.gyp:linux_symbols'
631 '../chrome/chrome.gyp:crash_service',
634 ['OS=="win" and target_arch=="ia32"', {
636 '../chrome/chrome.gyp:crash_service_win64',
640 }, # target_name: chromium_gpu_debug_builder
642 'target_name': 'chromium_builder_qa',
645 '../chrome/chrome.gyp:chrome',
646 # Dependencies of pyauto_functional tests.
647 '../remoting/remoting.gyp:remoting_webapp',
652 '../remoting/remoting.gyp:remoting_me2me_host_archive',
657 '../chrome/chrome.gyp:crash_service',
660 ['OS=="win" and target_arch=="ia32"', {
662 '../chrome/chrome.gyp:crash_service_win64',
665 ['OS=="win" and component != "shared_library" and wix_exists == "True" and sas_dll_exists == "True"', {
667 '../remoting/remoting.gyp:remoting_host_installation',
671 }, # target_name: chromium_builder_qa
673 'target_name': 'chromium_builder_perf_av',
676 'blink_tests', # to run layout tests
677 'chromium_builder_qa', # needed for perf pyauto tests
679 }, # target_name: chromium_builder_perf_av
681 # This target contains everything we need to run tests on the special
682 # device-equipped WebRTC bots. We have device-requiring tests in
683 # browser_tests and content_browsertests.
684 'target_name': 'chromium_builder_webrtc',
687 'chromium_builder_perf',
688 '../chrome/chrome.gyp:browser_tests',
689 '../content/content_shell_and_tests.gyp:content_browsertests',
690 '../content/content_shell_and_tests.gyp:content_unittests',
691 '../media/media.gyp:media_unittests',
692 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
693 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
698 '../remoting/remoting.gyp:*',
702 }, # target_name: chromium_builder_webrtc
704 'target_name': 'chromium_builder_chromedriver',
707 '../chrome/chrome.gyp:chromedriver',
708 '../chrome/chrome.gyp:chromedriver_tests',
709 '../chrome/chrome.gyp:chromedriver_unittests',
711 }, # target_name: chromium_builder_chromedriver
713 'target_name': 'chromium_builder_asan',
716 '../chrome/chrome.gyp:chrome',
718 # We refer to content_shell directly rather than blink_tests
719 # because we don't want the _unittests binaries.
720 '../content/content_shell_and_tests.gyp:content_shell',
725 '../net/net.gyp:hpack_fuzz_wrapper',
726 '../net/net.gyp:dns_fuzz_stub',
727 '../skia/skia.gyp:filter_fuzz_stub',
730 ['enable_ipc_fuzzer==1 and OS=="linux" and component!="shared_library"', {
732 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
737 '../v8/src/d8.gyp:d8#host',
738 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
741 ['internal_filter_fuzzer==1', {
743 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuzzer.gyp:filter_fuzzer',
745 }], # internal_filter_fuzzer
748 'sanitizers/sanitizers.gyp:llvm-symbolizer',
751 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1', {
753 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy',
754 '../content/content_shell_and_tests.gyp:content_shell_syzyasan',
755 '../pdf/pdf.gyp:pdf_syzyasan',
758 ['chrome_multiple_dll==1', {
760 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy',
768 'target_name': 'chromium_builder_nacl_sdk',
771 '../chrome/chrome.gyp:chrome',
776 '../chrome/chrome.gyp:chrome_nacl_win64',
780 }, #target_name: chromium_builder_nacl_sdk
782 }], #OS!=ios and OS!=android
786 # The current list of tests for android. This is temporary
787 # until the full set supported. If adding a new test here,
788 # please also add it to build/android/pylib/gtest/gtest_config.py,
789 # else the test is not run.
792 # Do not add targets here without communicating the implications
793 # on tryserver triggers and load. Discuss with
794 # chrome-infrastructure-team please.
795 'target_name': 'android_builder_tests',
798 '../android_webview/android_webview.gyp:android_webview_unittests',
799 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests',
800 '../base/base.gyp:base_unittests',
801 '../breakpad/breakpad.gyp:breakpad_unittests_deps',
802 # Also compile the tools needed to deal with minidumps, they are
803 # needed to run minidump tests upstream.
804 '../breakpad/breakpad.gyp:dump_syms#host',
805 '../breakpad/breakpad.gyp:symupload#host',
806 '../breakpad/breakpad.gyp:minidump_dump#host',
807 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
808 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multiple_proguards_test_apk',
809 '../build/android/pylib/device/commands/commands.gyp:chromium_commands',
810 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
811 '../cc/cc_tests.gyp:cc_perftests_apk',
812 '../cc/cc_tests.gyp:cc_unittests',
813 '../chrome/chrome.gyp:unit_tests',
814 '../components/components_tests.gyp:components_unittests',
815 '../content/content_shell_and_tests.gyp:content_browsertests',
816 '../content/content_shell_and_tests.gyp:content_gl_tests',
817 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
818 '../content/content_shell_and_tests.gyp:content_shell_test_apk',
819 '../content/content_shell_and_tests.gyp:content_unittests',
820 '../gpu/gpu.gyp:gl_tests',
821 '../gpu/gpu.gyp:gpu_unittests',
822 '../ipc/ipc.gyp:ipc_tests',
823 '../media/media.gyp:media_perftests_apk',
824 '../media/media.gyp:media_unittests',
825 '../net/net.gyp:net_unittests',
826 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
827 '../sql/sql.gyp:sql_unittests',
828 '../sync/sync.gyp:sync_unit_tests',
829 '../testing/android/junit/junit_test.gyp:junit_unit_tests',
830 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
831 '../third_party/WebKit/public/all.gyp:*',
832 '../tools/android/android_tools.gyp:android_tools',
833 '../tools/android/android_tools.gyp:memconsumer',
834 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test',
835 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
836 '../ui/events/events.gyp:events_unittests',
837 # Unit test bundles packaged as an apk.
838 '../android_webview/android_webview.gyp:android_webview_test_apk',
839 '../android_webview/android_webview.gyp:android_webview_unittests_apk',
840 '../base/base.gyp:base_unittests_apk',
841 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
842 '../cc/cc_tests.gyp:cc_unittests_apk',
843 '../chrome/chrome.gyp:chrome_shell_test_apk',
844 '../chrome/chrome.gyp:chrome_sync_shell_test_apk',
845 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
846 '../chrome/chrome.gyp:unit_tests_apk',
847 '../components/components_tests.gyp:components_unittests_apk',
848 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
849 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
850 '../content/content_shell_and_tests.gyp:content_unittests_apk',
851 '../content/content_shell_and_tests.gyp:video_decode_accelerator_unittest_apk',
852 '../gpu/gpu.gyp:gl_tests_apk',
853 '../gpu/gpu.gyp:gpu_unittests_apk',
854 '../ipc/ipc.gyp:ipc_tests_apk',
855 '../media/media.gyp:media_unittests_apk',
856 '../net/net.gyp:net_unittests_apk',
857 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
858 '../sql/sql.gyp:sql_unittests_apk',
859 '../sync/sync.gyp:sync_unit_tests_apk',
860 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unittests_apk',
861 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk',
862 '../ui/events/events.gyp:events_unittests_apk',
863 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
866 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"', {
868 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
869 '../components/devtools_bridge.gyp:libdevtools_bridge_browsertests',
875 # WebRTC Chromium tests to run on Android.
876 'target_name': 'android_builder_chromium_webrtc',
879 '../build/android/pylib/device/commands/commands.gyp:chromium_commands',
880 '../content/content_shell_and_tests.gyp:content_browsertests',
881 '../tools/android/android_tools.gyp:android_tools',
882 '../tools/android/android_tools.gyp:memconsumer',
883 # Unit test bundles packaged as an apk.
884 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
885 '../components/devtools_bridge.gyp:libdevtools_bridge_browsertests',
886 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
888 }, # target_name: android_builder_chromium_webrtc
894 # Target to build everything plus the dmg. We don't put the dmg
895 # in the All target because developers really don't need it.
896 'target_name': 'all_and_dmg',
900 '../chrome/chrome.gyp:build_app_dmg',
903 # These targets are here so the build bots can use them to build
904 # subsets of a full tree for faster cycle times.
906 'target_name': 'chromium_builder_dbg',
909 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
910 '../cc/cc_tests.gyp:cc_unittests',
911 '../chrome/chrome.gyp:browser_tests',
912 '../chrome/chrome.gyp:interactive_ui_tests',
913 '../chrome/chrome.gyp:sync_integration_tests',
914 '../chrome/chrome.gyp:unit_tests',
915 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
916 '../components/components_tests.gyp:components_unittests',
917 '../content/content_shell_and_tests.gyp:content_browsertests',
918 '../content/content_shell_and_tests.gyp:content_unittests',
919 '../device/device_tests.gyp:device_unittests',
920 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
921 '../gpu/gpu.gyp:gpu_unittests',
922 '../ipc/ipc.gyp:ipc_tests',
923 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
924 '../jingle/jingle.gyp:jingle_unittests',
925 '../media/media.gyp:media_unittests',
926 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
927 '../printing/printing.gyp:printing_unittests',
928 '../remoting/remoting.gyp:remoting_unittests',
930 '../sql/sql.gyp:sql_unittests',
931 '../sync/sync.gyp:sync_unit_tests',
932 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
933 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
934 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
935 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
936 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
937 '../tools/telemetry/telemetry.gyp:*',
938 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
939 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
940 '../url/url.gyp:url_unittests',
944 'target_name': 'chromium_builder_rel',
947 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
948 '../cc/cc_tests.gyp:cc_unittests',
949 '../chrome/chrome.gyp:browser_tests',
950 '../chrome/chrome.gyp:performance_browser_tests',
951 '../chrome/chrome.gyp:sync_integration_tests',
952 '../chrome/chrome.gyp:unit_tests',
953 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
954 '../components/components_tests.gyp:components_unittests',
955 '../content/content_shell_and_tests.gyp:content_browsertests',
956 '../content/content_shell_and_tests.gyp:content_unittests',
957 '../device/device_tests.gyp:device_unittests',
958 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
959 '../gpu/gpu.gyp:gpu_unittests',
960 '../ipc/ipc.gyp:ipc_tests',
961 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
962 '../jingle/jingle.gyp:jingle_unittests',
963 '../media/media.gyp:media_unittests',
964 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
965 '../printing/printing.gyp:printing_unittests',
966 '../remoting/remoting.gyp:remoting_unittests',
967 '../sql/sql.gyp:sql_unittests',
968 '../sync/sync.gyp:sync_unit_tests',
969 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
970 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
971 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
972 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
973 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
974 '../tools/telemetry/telemetry.gyp:*',
975 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
976 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
977 '../url/url.gyp:url_unittests',
981 'target_name': 'chromium_builder_dbg_tsan_mac',
984 '../base/base.gyp:base_unittests',
985 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
986 '../crypto/crypto.gyp:crypto_unittests',
987 '../ipc/ipc.gyp:ipc_tests',
988 '../jingle/jingle.gyp:jingle_unittests',
989 '../media/media.gyp:media_unittests',
990 '../net/net.gyp:net_unittests',
991 '../printing/printing.gyp:printing_unittests',
992 '../remoting/remoting.gyp:remoting_unittests',
993 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
994 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
995 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
996 '../url/url.gyp:url_unittests',
1000 'target_name': 'chromium_builder_dbg_valgrind_mac',
1003 '../base/base.gyp:base_unittests',
1004 '../chrome/chrome.gyp:unit_tests',
1005 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1006 '../components/components_tests.gyp:components_unittests',
1007 '../content/content_shell_and_tests.gyp:content_unittests',
1008 '../crypto/crypto.gyp:crypto_unittests',
1009 '../device/device_tests.gyp:device_unittests',
1010 '../ipc/ipc.gyp:ipc_tests',
1011 '../jingle/jingle.gyp:jingle_unittests',
1012 '../media/media.gyp:media_unittests',
1013 '../net/net.gyp:net_unittests',
1014 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1015 '../printing/printing.gyp:printing_unittests',
1016 '../remoting/remoting.gyp:remoting_unittests',
1017 '../sql/sql.gyp:sql_unittests',
1018 '../sync/sync.gyp:sync_unit_tests',
1019 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1020 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1021 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1022 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1023 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1024 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1025 '../url/url.gyp:url_unittests',
1032 # These targets are here so the build bots can use them to build
1033 # subsets of a full tree for faster cycle times.
1035 'target_name': 'chromium_builder',
1038 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1039 '../cc/cc_tests.gyp:cc_unittests',
1040 '../chrome/chrome.gyp:browser_tests',
1041 '../chrome/chrome.gyp:crash_service',
1042 '../chrome/chrome.gyp:gcapi_test',
1043 '../chrome/chrome.gyp:installer_util_unittests',
1044 '../chrome/chrome.gyp:interactive_ui_tests',
1045 '../chrome/chrome.gyp:performance_browser_tests',
1046 '../chrome/chrome.gyp:sync_integration_tests',
1047 '../chrome/chrome.gyp:unit_tests',
1048 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1049 '../components/components_tests.gyp:components_unittests',
1050 '../content/content_shell_and_tests.gyp:content_browsertests',
1051 '../content/content_shell_and_tests.gyp:content_unittests',
1052 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
1053 # ../chrome/test/mini_installer requires mini_installer.
1054 '../chrome/installer/mini_installer.gyp:mini_installer',
1055 '../courgette/courgette.gyp:courgette_unittests',
1056 '../device/device_tests.gyp:device_unittests',
1057 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1058 '../gpu/gpu.gyp:gpu_unittests',
1059 '../ipc/ipc.gyp:ipc_tests',
1060 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1061 '../jingle/jingle.gyp:jingle_unittests',
1062 '../media/media.gyp:media_unittests',
1063 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1064 '../printing/printing.gyp:printing_unittests',
1065 '../remoting/remoting.gyp:remoting_unittests',
1066 '../sql/sql.gyp:sql_unittests',
1067 '../sync/sync.gyp:sync_unit_tests',
1068 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1069 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1070 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1071 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1072 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1073 '../tools/telemetry/telemetry.gyp:*',
1074 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1075 '../ui/events/events.gyp:events_unittests',
1076 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1077 '../ui/views/views.gyp:views_unittests',
1078 '../url/url.gyp:url_unittests',
1081 ['target_arch=="ia32"', {
1083 '../chrome/chrome.gyp:crash_service_win64',
1089 'target_name': 'chromium_builder_win_cf',
1093 'target_name': 'chromium_builder_dbg_tsan_win',
1096 '../base/base.gyp:base_unittests',
1097 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1098 '../components/components_tests.gyp:components_unittests',
1099 '../content/content_shell_and_tests.gyp:content_unittests',
1100 '../crypto/crypto.gyp:crypto_unittests',
1101 '../ipc/ipc.gyp:ipc_tests',
1102 '../jingle/jingle.gyp:jingle_unittests',
1103 '../media/media.gyp:media_unittests',
1104 '../net/net.gyp:net_unittests',
1105 '../printing/printing.gyp:printing_unittests',
1106 '../remoting/remoting.gyp:remoting_unittests',
1107 '../sql/sql.gyp:sql_unittests',
1108 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1109 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1110 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1111 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1112 '../url/url.gyp:url_unittests',
1116 'target_name': 'chromium_builder_lkgr_drmemory_win',
1119 '../content/content_shell_and_tests.gyp:content_shell',
1120 '../content/content_shell_and_tests.gyp:content_shell_crash_service',
1121 '../content/content_shell_and_tests.gyp:layout_test_helper',
1125 'target_name': 'chromium_builder_dbg_drmemory_win',
1128 '../ash/ash.gyp:ash_shell_unittests',
1129 '../ash/ash.gyp:ash_unittests',
1130 '../base/base.gyp:base_unittests',
1131 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1132 '../cc/cc_tests.gyp:cc_unittests',
1133 '../chrome/chrome.gyp:browser_tests',
1134 '../chrome/chrome.gyp:chrome_app_unittests',
1135 '../chrome/chrome.gyp:chromedriver_unittests',
1136 '../chrome/chrome.gyp:installer_util_unittests',
1137 '../chrome/chrome.gyp:unit_tests',
1138 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
1139 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1140 '../components/components_tests.gyp:components_unittests',
1141 '../content/content_shell_and_tests.gyp:content_browsertests',
1142 '../content/content_shell_and_tests.gyp:content_shell',
1143 '../content/content_shell_and_tests.gyp:content_shell_crash_service',
1144 '../content/content_shell_and_tests.gyp:layout_test_helper',
1145 '../content/content_shell_and_tests.gyp:content_unittests',
1146 '../courgette/courgette.gyp:courgette_unittests',
1147 '../crypto/crypto.gyp:crypto_unittests',
1148 '../device/device_tests.gyp:device_unittests',
1149 '../extensions/extensions.gyp:extensions_unittests',
1150 '../gin/gin.gyp:gin_shell',
1151 '../gin/gin.gyp:gin_unittests',
1152 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1153 '../google_apis/google_apis.gyp:google_apis_unittests',
1154 '../gpu/gpu.gyp:angle_unittests',
1155 '../gpu/gpu.gyp:gpu_unittests',
1156 '../ipc/ipc.gyp:ipc_tests',
1157 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1158 '../jingle/jingle.gyp:jingle_unittests',
1159 '../media/cast/cast.gyp:cast_unittests',
1160 '../media/media.gyp:media_unittests',
1161 '../mojo/mojo.gyp:mojo',
1162 '../net/net.gyp:net_unittests',
1163 '../printing/printing.gyp:printing_unittests',
1164 '../remoting/remoting.gyp:remoting_unittests',
1165 '../sql/sql.gyp:sql_unittests',
1166 '../sync/sync.gyp:sync_unit_tests',
1167 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1168 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1169 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1170 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1171 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_heap_unittests',
1172 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_platform_unittests',
1173 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
1174 '../ui/app_list/app_list.gyp:app_list_unittests',
1175 '../ui/aura/aura.gyp:aura_unittests',
1176 '../ui/compositor/compositor.gyp:compositor_unittests',
1177 '../ui/display/display.gyp:display_unittests',
1178 '../ui/events/events.gyp:events_unittests',
1179 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1180 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
1181 '../url/url.gyp:url_unittests',
1185 'target_name': 'webkit_builder_win',
1193 ['branding=="Chrome"', {
1196 'target_name': 'chrome_official_builder',
1199 '../base/base.gyp:base_unittests',
1200 '../chrome/chrome.gyp:app_installer',
1201 '../chrome/chrome.gyp:app_installer_unittests',
1202 '../chrome/chrome.gyp:browser_tests',
1203 '../chrome/chrome.gyp:sync_integration_tests',
1204 '../chrome/chrome.gyp:crash_service',
1205 '../chrome/chrome.gyp:gcapi_dll',
1206 '../chrome/chrome.gyp:pack_policy_templates',
1207 '../chrome/installer/mini_installer.gyp:mini_installer',
1208 '../cloud_print/cloud_print.gyp:cloud_print',
1209 '../courgette/courgette.gyp:courgette',
1210 '../courgette/courgette.gyp:courgette64',
1211 '../ipc/ipc.gyp:ipc_tests',
1212 '../media/media.gyp:media_unittests',
1213 '../net/net.gyp:net_unittests_run',
1214 '../printing/printing.gyp:printing_unittests',
1215 '../remoting/remoting.gyp:remoting_webapp',
1216 '../sql/sql.gyp:sql_unittests',
1217 '../sync/sync.gyp:sync_unit_tests',
1218 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
1219 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1220 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1221 '../ui/views/views.gyp:views_unittests',
1222 '../url/url.gyp:url_unittests',
1225 ['target_arch=="ia32"', {
1227 '../chrome/chrome.gyp:crash_service_win64',
1230 ['component != "shared_library" and wix_exists == "True" and \
1231 sas_dll_exists == "True"', {
1233 '../remoting/remoting.gyp:remoting_host_installation',
1235 }], # component != "shared_library"
1239 }], # branding=="Chrome"
1245 'target_name': 'aura_builder',
1248 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1249 '../cc/cc_tests.gyp:cc_unittests',
1250 '../chrome/chrome.gyp:browser_tests',
1251 '../chrome/chrome.gyp:chrome',
1252 '../components/components_tests.gyp:components_unittests',
1253 '../content/content_shell_and_tests.gyp:content_browsertests',
1254 '../content/content_shell_and_tests.gyp:content_unittests',
1255 '../device/device_tests.gyp:device_unittests',
1256 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1257 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1258 '../remoting/remoting.gyp:remoting_unittests',
1259 '../ui/app_list/app_list.gyp:*',
1260 '../ui/aura/aura.gyp:*',
1261 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1262 '../ui/compositor/compositor.gyp:*',
1263 '../ui/display/display.gyp:display_unittests',
1264 '../ui/events/events.gyp:*',
1265 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1266 '../ui/keyboard/keyboard.gyp:*',
1267 '../ui/message_center/message_center.gyp:*',
1268 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1269 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1270 '../ui/views/views.gyp:views',
1271 '../ui/views/views.gyp:views_unittests',
1272 '../ui/wm/wm.gyp:*',
1278 '../chrome/chrome.gyp:interactive_ui_tests',
1279 '../chrome/chrome.gyp:unit_tests',
1284 '../chrome/chrome.gyp:crash_service',
1287 ['OS=="win" and target_arch=="ia32"', {
1289 '../chrome/chrome.gyp:crash_service_win64',
1294 '../ash/ash.gyp:ash_shell',
1295 '../ash/ash.gyp:ash_unittests',
1299 # Tests that currently only work on Linux.
1301 '../base/base.gyp:base_unittests',
1302 '../ipc/ipc.gyp:ipc_tests',
1303 '../sql/sql.gyp:sql_unittests',
1304 '../sync/sync.gyp:sync_unit_tests',
1309 '../athena/main/athena_main.gyp:*',
1310 '../chromeos/chromeos.gyp:chromeos_unittests',
1311 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
1316 '../ui/ozone/ozone.gyp:*',
1317 '../ui/ozone/demo/ozone_demos.gyp:*',
1326 # TODO(thakis): Remove this once the linux gtk bot no longer references
1327 # it (probably after the first aura release on linux), see r249162
1330 'target_name': 'aura_builder',
1333 '../chrome/chrome.gyp:chrome',
1339 ['test_isolation_mode != "noop"', {
1342 'target_name': 'chromium_swarm_tests',
1345 '../base/base.gyp:base_unittests_run',
1346 '../chrome/chrome.gyp:browser_tests_run',
1347 '../content/content_shell_and_tests.gyp:content_browsertests_run',
1348 '../content/content_shell_and_tests.gyp:content_unittests_run',
1349 '../net/net.gyp:net_unittests_run',
1354 '../chrome/chrome.gyp:interactive_ui_tests_run',
1355 '../chrome/chrome.gyp:sync_integration_tests_run',
1356 '../chrome/chrome.gyp:unit_tests_run',
1360 }, # target_name: chromium_swarm_tests
1363 ['archive_chromoting_tests==1', {
1366 'target_name': 'chromoting_swarm_tests',
1369 '../testing/chromoting/integration_tests.gyp:chromoting_integration_tests_run',
1371 }, # target_name: chromoting_swarm_tests
1374 ['OS=="mac" and toolkit_views==1', {
1377 'target_name': 'macviews_builder',
1380 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1381 '../ui/views/views.gyp:views',
1382 '../ui/views/views.gyp:views_unittests',
1384 }, # target_name: macviews_builder
1386 }], # os=='mac' and toolkit_views==1