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'.
10 # For Android-specific targets.
11 'android_app_targets%': [],
17 'xcode_create_dependents_test_runner': 1,
22 '../components/components.gyp:*',
23 '../components/components_tests.gyp:*',
24 '../content/content.gyp:*',
25 '../crypto/crypto.gyp:*',
29 '../testing/gmock.gyp:*',
30 '../testing/gtest.gyp:*',
31 '../third_party/icu/icu.gyp:*',
32 '../third_party/libxml/libxml.gyp:*',
33 '../third_party/sqlite/sqlite.gyp:*',
34 '../third_party/zlib/zlib.gyp:*',
35 '../ui/accessibility/accessibility.gyp:*',
36 '../ui/base/ui_base.gyp:*',
37 '../ui/display/display.gyp:display_unittests',
38 '../ui/snapshot/snapshot.gyp:*',
42 ['OS!="ios" and OS!="mac"', {
44 '../ui/touch_selection/ui_touch_selection.gyp:*',
49 '../chrome/chrome.gyp:browser',
50 '../chrome/chrome.gyp:browser_ui',
52 # NOTE: This list of targets is present because
53 # mojo_base.gyp:mojo_base cannot be built on iOS, as
54 # javascript-related targets cause v8 to be built.
55 '../mojo/mojo_base.gyp:mojo_common_lib',
56 '../mojo/mojo_base.gyp:mojo_common_unittests',
57 '../google_apis/google_apis.gyp:google_apis_unittests',
58 '../skia/skia_tests.gyp:skia_unittests',
59 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
60 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
61 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests',
62 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
63 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
64 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
65 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
66 '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils',
67 '../third_party/mojo/mojo_public.gyp:mojo_system',
68 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
69 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests',
70 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
75 '../content/content_shell_and_tests.gyp:content_shell_apk',
76 '<@(android_app_targets)',
77 'android_builder_tests',
78 '../android_webview/android_webview.gyp:android_webview_apk',
79 '../android_webview/android_webview.gyp:system_webview_apk',
80 '../android_webview/android_webview_telemetry_shell.gyp:android_webview_telemetry_shell_apk',
81 '../chrome/chrome.gyp:chrome_shell_apk',
82 '../chrome/chrome.gyp:chrome_sync_shell_apk',
83 '../remoting/remoting.gyp:remoting_apk',
84 '../tools/telemetry/telemetry.gyp:*#host',
85 # TODO(nyquist) This should instead by a target for sync when all of
86 # the sync-related code for Android has been upstreamed.
87 # See http://crbug.com/159203
88 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_javalib',
91 ['target_arch == "arm" or target_arch == "arm64"', {
93 # The relocation packer only works on ARM or ARM64.
94 '../tools/relocation_packer/relocation_packer.gyp:relocation_packer_unittests#host',
100 '../content/content_shell_and_tests.gyp:*',
101 # TODO: This should build on Android and the target should move to the list above.
102 '../sync/sync.gyp:*',
105 ['OS!="ios" and OS!="android"', {
107 '../third_party/re2/re2.gyp:re2',
108 '../chrome/chrome.gyp:*',
109 '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
110 '../cc/blink/cc_blink_tests.gyp:*',
111 '../cc/cc_tests.gyp:*',
112 '../device/bluetooth/bluetooth.gyp:*',
113 '../device/device_tests.gyp:*',
114 '../device/usb/usb.gyp:*',
117 '../gpu/tools/tools.gyp:*',
119 '../ipc/mojo/ipc_mojo.gyp:*',
120 '../jingle/jingle.gyp:*',
121 '../media/cast/cast.gyp:*',
122 '../media/media.gyp:*',
123 '../mojo/mojo.gyp:*',
124 '../mojo/mojo_base.gyp:*',
125 '../ppapi/ppapi.gyp:*',
126 '../ppapi/ppapi_internal.gyp:*',
127 '../ppapi/tools/ppapi_tools.gyp:*',
128 '../printing/printing.gyp:*',
129 '../skia/skia.gyp:*',
130 '../sync/tools/sync_tools.gyp:*',
131 '../third_party/WebKit/public/all.gyp:*',
132 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
133 '../third_party/codesighs/codesighs.gyp:*',
134 '../third_party/ffmpeg/ffmpeg.gyp:*',
135 '../third_party/iccjpeg/iccjpeg.gyp:*',
136 '../third_party/libpng/libpng.gyp:*',
137 '../third_party/libusb/libusb.gyp:*',
138 '../third_party/libwebp/libwebp.gyp:*',
139 '../third_party/libxslt/libxslt.gyp:*',
140 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
141 '../third_party/mesa/mesa.gyp:*',
142 '../third_party/modp_b64/modp_b64.gyp:*',
143 '../third_party/npapi/npapi.gyp:*',
144 '../third_party/ots/ots.gyp:*',
145 '../third_party/pdfium/samples/samples.gyp:*',
146 '../third_party/qcms/qcms.gyp:*',
147 '../tools/gn/gn.gyp:*',
148 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
149 '../tools/telemetry/telemetry.gyp:*',
150 '../v8/tools/gyp/v8.gyp:*',
151 '<(libjpeg_gyp_path):*',
154 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', {
156 '../third_party/nss/nss.gyp:*',
159 ['OS=="win" or OS=="ios" or OS=="linux"', {
161 '../breakpad/breakpad.gyp:*',
166 '../sandbox/sandbox.gyp:*',
167 '../third_party/ocmock/ocmock.gyp:*',
172 '../courgette/courgette.gyp:*',
173 '../dbus/dbus.gyp:*',
174 '../sandbox/sandbox.gyp:*',
177 ['branding=="Chrome"', {
179 '../chrome/chrome.gyp:linux_packages_<(channel)',
182 ['enable_ipc_fuzzer==1', {
184 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
191 '../chromecast/chromecast.gyp:*',
196 '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
201 ['win_use_allocator_shim==1', {
203 '../base/allocator/allocator.gyp:*',
208 '../chrome/tools/crash_service/caps/caps.gyp:*',
209 '../chrome_elf/chrome_elf.gyp:*',
210 '../cloud_print/cloud_print.gyp:*',
211 '../courgette/courgette.gyp:*',
213 '../sandbox/sandbox.gyp:*',
214 '<(angle_path)/src/angle.gyp:*',
215 '../third_party/bspatch/bspatch.gyp:*',
216 '../tools/win/static_initializers/static_initializers.gyp:*',
220 '../third_party/libevent/libevent.gyp:*',
223 ['toolkit_views==1', {
225 '../ui/views/controls/webview/webview.gyp:*',
226 '../ui/views/views.gyp:*',
231 '../ui/aura/aura.gyp:*',
232 '../ui/aura_extra/aura_extra.gyp:*',
242 '../remoting/remoting_all.gyp:remoting_all',
247 '../net/third_party/nss/ssl.gyp:*',
252 '../third_party/boringssl/boringssl.gyp:*',
253 '../third_party/boringssl/boringssl_tests.gyp:*',
256 ['enable_app_list==1', {
258 '../ui/app_list/app_list.gyp:*',
261 ['OS!="android" and OS!="ios"', {
263 '../google_apis/gcm/gcm.gyp:*',
266 ['chromeos==1 or OS=="linux" or OS=="win" or OS=="mac"', {
268 '../extensions/shell/app_shell.gyp:*',
273 '../envoy/envoy.gyp:*',
277 }, # target_name: All
279 'target_name': 'All_syzygy',
282 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and '
283 '(syzyasan==1 or syzygy_optimize==1)', {
285 '../chrome/installer/mini_installer_syzygy.gyp:*',
289 }, # target_name: All_syzygy
291 # Note: Android uses android_builder_tests below.
292 # TODO: Consider merging that with this target.
293 'target_name': 'chromium_builder_tests',
296 '../base/base.gyp:base_unittests',
297 '../components/components_tests.gyp:components_unittests',
298 '../crypto/crypto.gyp:crypto_unittests',
299 '../net/net.gyp:net_unittests',
300 '../skia/skia_tests.gyp:skia_unittests',
301 '../sql/sql.gyp:sql_unittests',
302 '../sync/sync.gyp:sync_unit_tests',
303 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
304 '../ui/display/display.gyp:display_unittests',
305 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
306 '../url/url.gyp:url_unittests',
309 ['OS!="ios" and OS!="mac"', {
311 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests',
314 ['OS!="ios" and OS!="android"', {
316 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
317 '../cc/cc_tests.gyp:cc_unittests',
318 '../chrome/chrome.gyp:browser_tests',
319 '../chrome/chrome.gyp:chromedriver_tests',
320 '../chrome/chrome.gyp:chromedriver_unittests',
321 '../chrome/chrome.gyp:interactive_ui_tests',
322 '../chrome/chrome.gyp:sync_integration_tests',
323 '../chrome/chrome.gyp:unit_tests',
324 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
325 '../content/content_shell_and_tests.gyp:content_browsertests',
326 '../content/content_shell_and_tests.gyp:content_shell',
327 '../content/content_shell_and_tests.gyp:content_unittests',
328 '../device/device_tests.gyp:device_unittests',
329 '../extensions/extensions_tests.gyp:extensions_browsertests',
330 '../extensions/extensions_tests.gyp:extensions_unittests',
331 '../gin/gin.gyp:gin_unittests',
332 '../google_apis/google_apis.gyp:google_apis_unittests',
333 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
334 '../gpu/gpu.gyp:gpu_unittests',
335 '../ipc/ipc.gyp:ipc_tests',
336 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
337 '../jingle/jingle.gyp:jingle_unittests',
338 '../media/cast/cast.gyp:cast_unittests',
339 '../media/media.gyp:media_unittests',
340 '../mojo/mojo.gyp:mojo',
341 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
342 '../remoting/remoting.gyp:remoting_unittests',
343 '../third_party/WebKit/public/all.gyp:all_blink',
344 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
345 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
346 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
347 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
348 '../tools/telemetry/telemetry.gyp:*',
353 '../chrome/chrome.gyp:app_installer',
354 '../chrome/chrome.gyp:app_installer_unittests',
355 '../chrome/chrome.gyp:crash_service',
356 '../chrome/chrome.gyp:installer_util_unittests',
357 # ../chrome/test/mini_installer requires mini_installer.
358 '../chrome/installer/mini_installer.gyp:mini_installer',
359 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
360 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
361 '../courgette/courgette.gyp:courgette_unittests',
362 '../sandbox/sandbox.gyp:sbox_integration_tests',
363 '../sandbox/sandbox.gyp:sbox_unittests',
364 '../sandbox/sandbox.gyp:sbox_validation_tests',
365 '../ui/app_list/app_list.gyp:app_list_unittests',
368 # remoting_host_installation uses lots of non-trivial GYP that tend
369 # to break because of differences between ninja and msbuild. Make
370 # sure this target is built by the builders on the main waterfall.
371 # See http://crbug.com/180600.
372 ['wix_exists == "True" and sas_dll_exists == "True"', {
374 '../remoting/remoting.gyp:remoting_host_installation',
379 # Disable incremental linking for all modules.
380 # 0: inherit, 1: disabled, 2: enabled.
381 'msvs_debug_link_incremental': '1',
382 'msvs_large_module_debug_link_mode': '1',
383 # Disable RTC. Syzygy explicitly doesn't support RTC
384 # instrumented binaries for now.
385 'win_debug_RuntimeChecks': '0',
388 # Disable iterator debugging (huge speed boost).
389 '_HAS_ITERATOR_DEBUGGING=0',
393 # Enable profile information (necessary for SyzyAsan
394 # instrumentation). This is incompatible with incremental
404 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
409 '../dbus/dbus.gyp:dbus_unittests',
410 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
415 '../ui/app_list/app_list.gyp:app_list_unittests',
416 '../ui/message_center/message_center.gyp:*',
419 ['test_isolation_mode != "noop"', {
421 'chromium_swarm_tests',
426 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
429 ['enable_basic_printing==1 or enable_print_preview==1', {
431 '../printing/printing.gyp:printing_unittests',
436 '../ui/app_list/app_list.gyp:app_list_unittests',
437 '../ui/aura/aura.gyp:aura_unittests',
438 '../ui/compositor/compositor.gyp:compositor_unittests',
439 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
440 '../ui/views/views.gyp:views_unittests',
443 ['use_aura==1 or toolkit_views==1', {
445 '../ui/events/events.gyp:events_unittests',
450 '../ash/ash.gyp:ash_unittests',
453 ['disable_nacl==0', {
455 '../components/nacl.gyp:nacl_loader_unittests',
458 ['disable_nacl==0 and disable_nacl_untrusted==0', {
460 '../mojo/mojo_nacl_untrusted.gyp:libmojo',
461 '../mojo/mojo_nacl.gyp:monacl_codegen',
462 '../mojo/mojo_nacl.gyp:monacl_sel',
463 '../mojo/mojo_nacl.gyp:monacl_shell',
467 }, # target_name: chromium_builder_tests
470 # TODO(GYP): make gn_migration.gypi work unconditionally.
471 ['OS=="linux" and target_arch=="x64" and chromeos==0 and chromecast==0 and disable_nacl==0', {
479 'target_name': 'blink_tests',
482 '../third_party/WebKit/public/all.gyp:all_blink',
487 '../content/content_shell_and_tests.gyp:content_shell_apk',
488 '../breakpad/breakpad.gyp:dump_syms#host',
489 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
493 '../content/content_shell_and_tests.gyp:content_shell',
498 '../content/content_shell_and_tests.gyp:content_shell_crash_service',
499 '../content/content_shell_and_tests.gyp:layout_test_helper',
502 ['OS!="win" and OS!="android"', {
504 '../breakpad/breakpad.gyp:minidump_stackwalk',
509 '../breakpad/breakpad.gyp:dump_syms#host',
510 '../content/content_shell_and_tests.gyp:layout_test_helper',
515 '../breakpad/breakpad.gyp:dump_syms',
519 }, # target_name: blink_tests
522 ['OS!="ios" and OS!="android"', {
525 'target_name': 'chromium_builder_nacl_win_integration',
528 'chromium_builder_tests',
530 }, # target_name: chromium_builder_nacl_win_integration
532 'target_name': 'chromium_builder_perf',
535 '../cc/cc_tests.gyp:cc_perftests',
536 '../chrome/chrome.gyp:chrome',
537 '../chrome/chrome.gyp:load_library_perf_tests',
538 '../chrome/chrome.gyp:performance_browser_tests',
539 '../chrome/chrome.gyp:sync_performance_tests',
540 '../content/content_shell_and_tests.gyp:content_shell',
541 '../gpu/gpu.gyp:gpu_perftests',
542 '../media/media.gyp:media_perftests',
543 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
544 '../tools/telemetry/telemetry.gyp:*',
547 ['OS!="ios" and OS!="win"', {
549 '../breakpad/breakpad.gyp:minidump_stackwalk',
554 '../chrome/chrome.gyp:linux_symbols'
559 '../chrome/chrome.gyp:crash_service',
562 ['OS=="win" and target_arch=="ia32"', {
564 '../chrome/chrome.gyp:crash_service_win64',
568 }, # target_name: chromium_builder_perf
570 'target_name': 'chromium_gpu_builder',
573 '../chrome/chrome.gyp:chrome',
574 '../chrome/chrome.gyp:performance_browser_tests',
575 '../content/content_shell_and_tests.gyp:content_browsertests',
576 '../content/content_shell_and_tests.gyp:content_gl_tests',
577 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
578 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test',
579 '../gpu/gpu.gyp:gl_tests',
580 '../gpu/gpu.gyp:angle_unittests',
581 '../gpu/gpu.gyp:gpu_unittests',
582 '../tools/telemetry/telemetry.gyp:*',
585 ['OS!="ios" and OS!="win"', {
587 '../breakpad/breakpad.gyp:minidump_stackwalk',
592 '../chrome/chrome.gyp:linux_symbols'
597 '../chrome/chrome.gyp:crash_service',
600 ['OS=="win" and target_arch=="ia32"', {
602 '../chrome/chrome.gyp:crash_service_win64',
606 }, # target_name: chromium_gpu_builder
608 'target_name': 'chromium_gpu_debug_builder',
611 '../chrome/chrome.gyp:chrome',
612 '../content/content_shell_and_tests.gyp:content_browsertests',
613 '../content/content_shell_and_tests.gyp:content_gl_tests',
614 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
615 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test',
616 '../gpu/gpu.gyp:gl_tests',
617 '../gpu/gpu.gyp:angle_unittests',
618 '../gpu/gpu.gyp:gpu_unittests',
619 '../tools/telemetry/telemetry.gyp:*',
622 ['OS!="ios" and OS!="win"', {
624 '../breakpad/breakpad.gyp:minidump_stackwalk',
629 '../chrome/chrome.gyp:linux_symbols'
634 '../chrome/chrome.gyp:crash_service',
637 ['OS=="win" and target_arch=="ia32"', {
639 '../chrome/chrome.gyp:crash_service_win64',
643 }, # target_name: chromium_gpu_debug_builder
645 'target_name': 'chromium_builder_perf_av',
648 'blink_tests', # to run layout tests
650 }, # target_name: chromium_builder_perf_av
652 # This target contains everything we need to run tests on the special
653 # device-equipped WebRTC bots. We have device-requiring tests in
654 # browser_tests and content_browsertests.
655 'target_name': 'chromium_builder_webrtc',
658 'chromium_builder_perf',
659 '../chrome/chrome.gyp:browser_tests',
660 '../content/content_shell_and_tests.gyp:content_browsertests',
661 '../content/content_shell_and_tests.gyp:content_unittests',
662 '../media/media.gyp:media_unittests',
663 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
664 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
669 '../remoting/remoting.gyp:*',
673 }, # target_name: chromium_builder_webrtc
675 'target_name': 'chromium_builder_chromedriver',
678 '../chrome/chrome.gyp:chromedriver',
679 '../chrome/chrome.gyp:chromedriver_tests',
680 '../chrome/chrome.gyp:chromedriver_unittests',
682 }, # target_name: chromium_builder_chromedriver
684 'target_name': 'chromium_builder_asan',
687 '../chrome/chrome.gyp:chrome',
689 # We refer to content_shell directly rather than blink_tests
690 # because we don't want the _unittests binaries.
691 '../content/content_shell_and_tests.gyp:content_shell',
696 '../net/net.gyp:hpack_fuzz_wrapper',
697 '../net/net.gyp:dns_fuzz_stub',
698 '../skia/skia.gyp:filter_fuzz_stub',
701 ['enable_ipc_fuzzer==1 and component!="shared_library" and '
702 '(OS=="linux" or OS=="win")', {
704 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
709 '../v8/src/d8.gyp:d8#host',
710 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
713 ['internal_filter_fuzzer==1', {
715 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuzzer.gyp:filter_fuzzer',
717 }], # internal_filter_fuzzer
720 'sanitizers/sanitizers.gyp:llvm-symbolizer',
723 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1', {
725 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy',
726 '../content/content_shell_and_tests.gyp:content_shell_syzyasan',
729 ['chrome_multiple_dll==1', {
731 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy',
739 'target_name': 'chromium_builder_nacl_sdk',
742 '../chrome/chrome.gyp:chrome',
747 '../chrome/chrome.gyp:chrome_nacl_win64',
751 }, #target_name: chromium_builder_nacl_sdk
753 }], #OS!=ios and OS!=android
757 # The current list of tests for android. This is temporary
758 # until the full set supported. If adding a new test here,
759 # please also add it to build/android/pylib/gtest/gtest_config.py,
760 # else the test is not run.
763 # Do not add targets here without communicating the implications
764 # on tryserver triggers and load. Discuss with
765 # chrome-infrastructure-team please.
766 'target_name': 'android_builder_tests',
769 '../android_webview/android_webview.gyp:android_webview_unittests',
770 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests',
771 '../base/base.gyp:base_unittests',
772 '../breakpad/breakpad.gyp:breakpad_unittests_deps',
773 # Also compile the tools needed to deal with minidumps, they are
774 # needed to run minidump tests upstream.
775 '../breakpad/breakpad.gyp:dump_syms#host',
776 '../breakpad/breakpad.gyp:symupload#host',
777 '../breakpad/breakpad.gyp:minidump_dump#host',
778 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
779 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multiple_proguards_test_apk',
780 '../build/android/pylib/device/commands/commands.gyp:chromium_commands',
781 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
782 '../cc/cc_tests.gyp:cc_perftests_apk',
783 '../cc/cc_tests.gyp:cc_unittests',
784 '../chrome/chrome.gyp:unit_tests',
785 '../components/components_tests.gyp:components_unittests',
786 '../content/content_shell_and_tests.gyp:content_browsertests',
787 '../content/content_shell_and_tests.gyp:content_gl_tests',
788 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk',
789 '../content/content_shell_and_tests.gyp:content_shell_test_apk',
790 '../content/content_shell_and_tests.gyp:content_unittests',
791 '../gpu/gpu.gyp:gl_tests',
792 '../gpu/gpu.gyp:gpu_unittests',
793 '../ipc/ipc.gyp:ipc_tests',
794 '../media/media.gyp:media_perftests_apk',
795 '../media/media.gyp:media_unittests',
796 '../net/net.gyp:net_unittests',
797 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
798 '../skia/skia_tests.gyp:skia_unittests',
799 '../sql/sql.gyp:sql_unittests',
800 '../sync/sync.gyp:sync_unit_tests',
801 '../testing/android/junit/junit_test.gyp:junit_unit_tests',
802 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
803 '../third_party/WebKit/public/all.gyp:*',
804 '../tools/android/android_tools.gyp:android_tools',
805 '../tools/android/android_tools.gyp:memconsumer',
806 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test',
807 '../ui/android/ui_android.gyp:ui_android_unittests',
808 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
809 '../ui/events/events.gyp:events_unittests',
810 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests',
811 # Unit test bundles packaged as an apk.
812 '../android_webview/android_webview.gyp:android_webview_test_apk',
813 '../android_webview/android_webview.gyp:android_webview_unittests_apk',
814 '../base/base.gyp:base_unittests_apk',
815 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
816 '../cc/cc_tests.gyp:cc_unittests_apk',
817 '../chrome/chrome.gyp:chrome_shell_test_apk',
818 '../chrome/chrome.gyp:chrome_sync_shell_test_apk',
819 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
820 '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
821 '../chrome/chrome.gyp:unit_tests_apk',
822 '../components/components_tests.gyp:components_unittests_apk',
823 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
824 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
825 '../content/content_shell_and_tests.gyp:content_unittests_apk',
826 '../content/content_shell_and_tests.gyp:video_decode_accelerator_unittest_apk',
827 '../gpu/gpu.gyp:gl_tests_apk',
828 '../gpu/gpu.gyp:gpu_unittests_apk',
829 '../ipc/ipc.gyp:ipc_tests_apk',
830 '../media/media.gyp:media_unittests_apk',
831 '../net/net.gyp:net_unittests_apk',
832 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
833 '../skia/skia_tests.gyp:skia_unittests_apk',
834 '../sql/sql.gyp:sql_unittests_apk',
835 '../sync/sync.gyp:sync_unit_tests_apk',
836 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unittests_apk',
837 '../ui/android/ui_android.gyp:ui_android_unittests_apk',
838 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk',
839 '../ui/events/events.gyp:events_unittests_apk',
840 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
841 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests_apk',
844 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"', {
846 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
852 # WebRTC Chromium tests to run on Android.
853 'target_name': 'android_builder_chromium_webrtc',
856 '../build/android/pylib/device/commands/commands.gyp:chromium_commands',
857 '../content/content_shell_and_tests.gyp:content_browsertests',
858 '../tools/android/android_tools.gyp:android_tools',
859 '../tools/android/android_tools.gyp:memconsumer',
860 # Unit test bundles packaged as an apk.
861 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
862 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
864 }, # target_name: android_builder_chromium_webrtc
870 # Target to build everything plus the dmg. We don't put the dmg
871 # in the All target because developers really don't need it.
872 'target_name': 'all_and_dmg',
876 '../chrome/chrome.gyp:build_app_dmg',
879 # These targets are here so the build bots can use them to build
880 # subsets of a full tree for faster cycle times.
882 'target_name': 'chromium_builder_dbg',
885 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
886 '../cc/cc_tests.gyp:cc_unittests',
887 '../chrome/chrome.gyp:browser_tests',
888 '../chrome/chrome.gyp:interactive_ui_tests',
889 '../chrome/chrome.gyp:sync_integration_tests',
890 '../chrome/chrome.gyp:unit_tests',
891 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
892 '../components/components_tests.gyp:components_unittests',
893 '../content/content_shell_and_tests.gyp:content_browsertests',
894 '../content/content_shell_and_tests.gyp:content_unittests',
895 '../device/device_tests.gyp:device_unittests',
896 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
897 '../gpu/gpu.gyp:gpu_unittests',
898 '../ipc/ipc.gyp:ipc_tests',
899 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
900 '../jingle/jingle.gyp:jingle_unittests',
901 '../media/media.gyp:media_unittests',
902 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
903 '../printing/printing.gyp:printing_unittests',
904 '../remoting/remoting.gyp:remoting_unittests',
906 '../skia/skia_tests.gyp:skia_unittests',
907 '../sql/sql.gyp:sql_unittests',
908 '../sync/sync.gyp:sync_unit_tests',
909 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
910 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
911 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
912 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
913 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
914 '../tools/telemetry/telemetry.gyp:*',
915 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
916 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
917 '../url/url.gyp:url_unittests',
921 'target_name': 'chromium_builder_rel',
924 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
925 '../cc/cc_tests.gyp:cc_unittests',
926 '../chrome/chrome.gyp:browser_tests',
927 '../chrome/chrome.gyp:performance_browser_tests',
928 '../chrome/chrome.gyp:sync_integration_tests',
929 '../chrome/chrome.gyp:unit_tests',
930 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
931 '../components/components_tests.gyp:components_unittests',
932 '../content/content_shell_and_tests.gyp:content_browsertests',
933 '../content/content_shell_and_tests.gyp:content_unittests',
934 '../device/device_tests.gyp:device_unittests',
935 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
936 '../gpu/gpu.gyp:gpu_unittests',
937 '../ipc/ipc.gyp:ipc_tests',
938 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
939 '../jingle/jingle.gyp:jingle_unittests',
940 '../media/media.gyp:media_unittests',
941 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
942 '../printing/printing.gyp:printing_unittests',
943 '../remoting/remoting.gyp:remoting_unittests',
944 '../skia/skia_tests.gyp:skia_unittests',
945 '../sql/sql.gyp:sql_unittests',
946 '../sync/sync.gyp:sync_unit_tests',
947 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
948 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
949 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
950 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
951 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
952 '../tools/telemetry/telemetry.gyp:*',
953 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
954 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
955 '../url/url.gyp:url_unittests',
959 'target_name': 'chromium_builder_dbg_tsan_mac',
962 '../base/base.gyp:base_unittests',
963 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
964 '../crypto/crypto.gyp:crypto_unittests',
965 '../ipc/ipc.gyp:ipc_tests',
966 '../jingle/jingle.gyp:jingle_unittests',
967 '../media/media.gyp:media_unittests',
968 '../net/net.gyp:net_unittests',
969 '../printing/printing.gyp:printing_unittests',
970 '../remoting/remoting.gyp:remoting_unittests',
971 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
972 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
973 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
974 '../url/url.gyp:url_unittests',
978 'target_name': 'chromium_builder_dbg_valgrind_mac',
981 '../base/base.gyp:base_unittests',
982 '../chrome/chrome.gyp:unit_tests',
983 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
984 '../components/components_tests.gyp:components_unittests',
985 '../content/content_shell_and_tests.gyp:content_unittests',
986 '../crypto/crypto.gyp:crypto_unittests',
987 '../device/device_tests.gyp:device_unittests',
988 '../ipc/ipc.gyp:ipc_tests',
989 '../jingle/jingle.gyp:jingle_unittests',
990 '../media/media.gyp:media_unittests',
991 '../net/net.gyp:net_unittests',
992 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
993 '../printing/printing.gyp:printing_unittests',
994 '../remoting/remoting.gyp:remoting_unittests',
995 '../skia/skia_tests.gyp:skia_unittests',
996 '../sql/sql.gyp:sql_unittests',
997 '../sync/sync.gyp:sync_unit_tests',
998 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
999 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1000 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1001 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1002 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1003 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1004 '../url/url.gyp:url_unittests',
1011 # These targets are here so the build bots can use them to build
1012 # subsets of a full tree for faster cycle times.
1014 'target_name': 'chromium_builder',
1017 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1018 '../cc/cc_tests.gyp:cc_unittests',
1019 '../chrome/chrome.gyp:browser_tests',
1020 '../chrome/chrome.gyp:crash_service',
1021 '../chrome/chrome.gyp:gcapi_test',
1022 '../chrome/chrome.gyp:installer_util_unittests',
1023 '../chrome/chrome.gyp:interactive_ui_tests',
1024 '../chrome/chrome.gyp:performance_browser_tests',
1025 '../chrome/chrome.gyp:sync_integration_tests',
1026 '../chrome/chrome.gyp:unit_tests',
1027 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1028 '../components/components_tests.gyp:components_unittests',
1029 '../content/content_shell_and_tests.gyp:content_browsertests',
1030 '../content/content_shell_and_tests.gyp:content_unittests',
1031 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
1032 # ../chrome/test/mini_installer requires mini_installer.
1033 '../chrome/installer/mini_installer.gyp:mini_installer',
1034 '../courgette/courgette.gyp:courgette_unittests',
1035 '../device/device_tests.gyp:device_unittests',
1036 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1037 '../gpu/gpu.gyp:gpu_unittests',
1038 '../ipc/ipc.gyp:ipc_tests',
1039 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1040 '../jingle/jingle.gyp:jingle_unittests',
1041 '../media/media.gyp:media_unittests',
1042 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1043 '../printing/printing.gyp:printing_unittests',
1044 '../remoting/remoting.gyp:remoting_unittests',
1045 '../skia/skia_tests.gyp:skia_unittests',
1046 '../sql/sql.gyp:sql_unittests',
1047 '../sync/sync.gyp:sync_unit_tests',
1048 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1049 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1050 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1051 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1052 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1053 '../tools/telemetry/telemetry.gyp:*',
1054 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1055 '../ui/events/events.gyp:events_unittests',
1056 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1057 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests',
1058 '../ui/views/views.gyp:views_unittests',
1059 '../url/url.gyp:url_unittests',
1062 ['target_arch=="ia32"', {
1064 '../chrome/chrome.gyp:crash_service_win64',
1070 'target_name': 'chromium_builder_dbg_tsan_win',
1073 '../base/base.gyp:base_unittests',
1074 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1075 '../components/components_tests.gyp:components_unittests',
1076 '../content/content_shell_and_tests.gyp:content_unittests',
1077 '../crypto/crypto.gyp:crypto_unittests',
1078 '../ipc/ipc.gyp:ipc_tests',
1079 '../jingle/jingle.gyp:jingle_unittests',
1080 '../media/media.gyp:media_unittests',
1081 '../net/net.gyp:net_unittests',
1082 '../printing/printing.gyp:printing_unittests',
1083 '../remoting/remoting.gyp:remoting_unittests',
1084 '../sql/sql.gyp:sql_unittests',
1085 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1086 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1087 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1088 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1089 '../url/url.gyp:url_unittests',
1093 'target_name': 'chromium_builder_lkgr_drmemory_win',
1096 '../content/content_shell_and_tests.gyp:content_shell',
1097 '../content/content_shell_and_tests.gyp:content_shell_crash_service',
1098 '../content/content_shell_and_tests.gyp:layout_test_helper',
1102 'target_name': 'chromium_builder_dbg_drmemory_win',
1105 '../ash/ash.gyp:ash_shell_unittests',
1106 '../ash/ash.gyp:ash_unittests',
1107 '../base/base.gyp:base_unittests',
1108 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1109 '../cc/cc_tests.gyp:cc_unittests',
1110 '../chrome/chrome.gyp:browser_tests',
1111 '../chrome/chrome.gyp:chrome_app_unittests',
1112 '../chrome/chrome.gyp:chromedriver_unittests',
1113 '../chrome/chrome.gyp:installer_util_unittests',
1114 '../chrome/chrome.gyp:unit_tests',
1115 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
1116 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1117 '../components/components_tests.gyp:components_unittests',
1118 '../content/content_shell_and_tests.gyp:content_browsertests',
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',
1122 '../content/content_shell_and_tests.gyp:content_unittests',
1123 '../courgette/courgette.gyp:courgette_unittests',
1124 '../crypto/crypto.gyp:crypto_unittests',
1125 '../device/device_tests.gyp:device_unittests',
1126 '../extensions/extensions_tests.gyp:extensions_browsertests',
1127 '../extensions/extensions_tests.gyp:extensions_unittests',
1128 '../gin/gin.gyp:gin_shell',
1129 '../gin/gin.gyp:gin_unittests',
1130 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1131 '../google_apis/google_apis.gyp:google_apis_unittests',
1132 '../gpu/gpu.gyp:angle_unittests',
1133 '../gpu/gpu.gyp:gpu_unittests',
1134 '../ipc/ipc.gyp:ipc_tests',
1135 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1136 '../jingle/jingle.gyp:jingle_unittests',
1137 '../media/cast/cast.gyp:cast_unittests',
1138 '../media/media.gyp:media_unittests',
1139 '../mojo/mojo.gyp:mojo',
1140 '../net/net.gyp:net_unittests',
1141 '../printing/printing.gyp:printing_unittests',
1142 '../remoting/remoting.gyp:remoting_unittests',
1143 '../skia/skia_tests.gyp:skia_unittests',
1144 '../sql/sql.gyp:sql_unittests',
1145 '../sync/sync.gyp:sync_unit_tests',
1146 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
1147 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
1148 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
1149 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
1150 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_heap_unittests',
1151 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_platform_unittests',
1152 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
1153 '../ui/app_list/app_list.gyp:app_list_unittests',
1154 '../ui/aura/aura.gyp:aura_unittests',
1155 '../ui/compositor/compositor.gyp:compositor_unittests',
1156 '../ui/display/display.gyp:display_unittests',
1157 '../ui/events/events.gyp:events_unittests',
1158 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1159 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
1160 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests',
1161 '../url/url.gyp:url_unittests',
1166 ['branding=="Chrome"', {
1169 'target_name': 'chrome_official_builder',
1172 '../base/base.gyp:base_unittests',
1173 '../chrome/chrome.gyp:app_installer',
1174 '../chrome/chrome.gyp:app_installer_unittests',
1175 '../chrome/chrome.gyp:browser_tests',
1176 '../chrome/chrome.gyp:sync_integration_tests',
1177 '../chrome/chrome.gyp:crash_service',
1178 '../chrome/chrome.gyp:gcapi_dll',
1179 '../chrome/chrome.gyp:pack_policy_templates',
1180 '../chrome/installer/mini_installer.gyp:mini_installer',
1181 '../cloud_print/cloud_print.gyp:cloud_print',
1182 '../courgette/courgette.gyp:courgette',
1183 '../courgette/courgette.gyp:courgette64',
1184 '../ipc/ipc.gyp:ipc_tests',
1185 '../media/media.gyp:media_unittests',
1186 '../net/net.gyp:net_unittests_run',
1187 '../printing/printing.gyp:printing_unittests',
1188 '../remoting/remoting.gyp:remoting_webapp',
1189 '../sql/sql.gyp:sql_unittests',
1190 '../sync/sync.gyp:sync_unit_tests',
1191 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
1192 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1193 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1194 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests',
1195 '../ui/views/views.gyp:views_unittests',
1196 '../url/url.gyp:url_unittests',
1199 ['target_arch=="ia32"', {
1201 '../chrome/chrome.gyp:crash_service_win64',
1204 ['component != "shared_library" and wix_exists == "True" and \
1205 sas_dll_exists == "True"', {
1207 '../remoting/remoting.gyp:remoting_host_installation',
1209 }], # component != "shared_library"
1213 }], # branding=="Chrome"
1219 'target_name': 'aura_builder',
1222 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1223 '../cc/cc_tests.gyp:cc_unittests',
1224 '../chrome/chrome.gyp:browser_tests',
1225 '../chrome/chrome.gyp:chrome',
1226 '../chrome/chrome.gyp:interactive_ui_tests',
1227 '../chrome/chrome.gyp:unit_tests',
1228 '../components/components_tests.gyp:components_unittests',
1229 '../content/content_shell_and_tests.gyp:content_browsertests',
1230 '../content/content_shell_and_tests.gyp:content_unittests',
1231 '../device/device_tests.gyp:device_unittests',
1232 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1233 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1234 '../remoting/remoting.gyp:remoting_unittests',
1235 '../skia/skia_tests.gyp:skia_unittests',
1236 '../ui/app_list/app_list.gyp:*',
1237 '../ui/aura/aura.gyp:*',
1238 '../ui/aura_extra/aura_extra.gyp:*',
1239 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1240 '../ui/compositor/compositor.gyp:*',
1241 '../ui/display/display.gyp:display_unittests',
1242 '../ui/events/events.gyp:*',
1243 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1244 '../ui/keyboard/keyboard.gyp:*',
1245 '../ui/message_center/message_center.gyp:*',
1246 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1247 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests',
1248 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1249 '../ui/views/views.gyp:views',
1250 '../ui/views/views.gyp:views_unittests',
1251 '../ui/wm/wm.gyp:*',
1257 '../chrome/chrome.gyp:crash_service',
1260 ['OS=="win" and target_arch=="ia32"', {
1262 '../chrome/chrome.gyp:crash_service_win64',
1267 '../ash/ash.gyp:ash_shell',
1268 '../ash/ash.gyp:ash_unittests',
1272 # Tests that currently only work on Linux.
1274 '../base/base.gyp:base_unittests',
1275 '../ipc/ipc.gyp:ipc_tests',
1276 '../sql/sql.gyp:sql_unittests',
1277 '../sync/sync.gyp:sync_unit_tests',
1282 '../chromeos/chromeos.gyp:chromeos_unittests',
1283 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
1288 '../ui/ozone/ozone.gyp:*',
1289 '../ui/ozone/demo/ozone_demos.gyp:*',
1296 ['test_isolation_mode != "noop"', {
1299 'target_name': 'chromium_swarm_tests',
1302 '../base/base.gyp:base_unittests_run',
1303 '../chrome/chrome.gyp:browser_tests_run',
1304 '../chrome/chrome.gyp:interactive_ui_tests_run',
1305 '../chrome/chrome.gyp:sync_integration_tests_run',
1306 '../chrome/chrome.gyp:unit_tests_run',
1307 '../content/content_shell_and_tests.gyp:content_browsertests_run',
1308 '../content/content_shell_and_tests.gyp:content_unittests_run',
1309 '../net/net.gyp:net_unittests_run',
1311 }, # target_name: chromium_swarm_tests
1314 ['archive_chromoting_tests==1', {
1317 'target_name': 'chromoting_swarm_tests',
1320 '../testing/chromoting/integration_tests.gyp:chromoting_integration_tests_run',
1322 }, # target_name: chromoting_swarm_tests
1325 ['OS=="mac" and toolkit_views==1', {
1328 'target_name': 'macviews_builder',
1331 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1332 '../ui/views/views.gyp:views',
1333 '../ui/views/views.gyp:views_unittests',
1335 }, # target_name: macviews_builder
1337 }], # os=='mac' and toolkit_views==1