| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
| 8 # compilation targets to 'All'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
| 9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
| 10 }, | 10 }, |
| (...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 # WARNING: | 706 # WARNING: |
| 707 # Do not add targets here without communicating the implications | 707 # Do not add targets here without communicating the implications |
| 708 # on tryserver triggers and load. Discuss with | 708 # on tryserver triggers and load. Discuss with |
| 709 # chrome-infrastructure-team please. | 709 # chrome-infrastructure-team please. |
| 710 'target_name': 'android_builder_tests', | 710 'target_name': 'android_builder_tests', |
| 711 'type': 'none', | 711 'type': 'none', |
| 712 'dependencies': [ | 712 'dependencies': [ |
| 713 '../android_webview/android_webview.gyp:android_webview_unittests', | 713 '../android_webview/android_webview.gyp:android_webview_unittests', |
| 714 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests
', | 714 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests
', |
| 715 '../base/base.gyp:base_unittests', | 715 '../base/base.gyp:base_unittests', |
| 716 '../breakpad/breakpad.gyp:breakpad_unittests', | 716 '../breakpad/breakpad.gyp:breakpad_unittests_stripped', |
| 717 # Also compile the tools needed to deal with minidumps, they are | 717 # Also compile the tools needed to deal with minidumps, they are |
| 718 # needed to run minidump tests upstream. | 718 # needed to run minidump tests upstream. |
| 719 '../breakpad/breakpad.gyp:dump_syms#host', | 719 '../breakpad/breakpad.gyp:dump_syms#host', |
| 720 '../breakpad/breakpad.gyp:symupload#host', | 720 '../breakpad/breakpad.gyp:symupload#host', |
| 721 '../breakpad/breakpad.gyp:minidump_dump#host', | 721 '../breakpad/breakpad.gyp:minidump_dump#host', |
| 722 '../breakpad/breakpad.gyp:minidump_stackwalk#host', | 722 '../breakpad/breakpad.gyp:minidump_stackwalk#host', |
| 723 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu
ltiple_proguards_test_apk', | 723 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu
ltiple_proguards_test_apk', |
| 724 '../cc/cc_tests.gyp:cc_perftests_apk', | 724 '../cc/cc_tests.gyp:cc_perftests_apk', |
| 725 '../cc/cc_tests.gyp:cc_unittests', | 725 '../cc/cc_tests.gyp:cc_unittests', |
| 726 '../chrome/chrome.gyp:unit_tests', | 726 '../chrome/chrome.gyp:unit_tests', |
| 727 '../components/components_tests.gyp:components_unittests', | 727 '../components/components_tests.gyp:components_unittests', |
| 728 '../content/content_shell_and_tests.gyp:content_browsertests', | 728 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 729 '../content/content_shell_and_tests.gyp:content_gl_tests', | 729 '../content/content_shell_and_tests.gyp:content_gl_tests', |
| 730 '../content/content_shell_and_tests.gyp:content_linker_test_apk', | 730 '../content/content_shell_and_tests.gyp:content_linker_test_apk', |
| 731 '../content/content_shell_and_tests.gyp:content_shell_test_apk', | 731 '../content/content_shell_and_tests.gyp:content_shell_test_apk', |
| 732 '../content/content_shell_and_tests.gyp:content_unittests', | 732 '../content/content_shell_and_tests.gyp:content_unittests', |
| 733 '../gpu/gpu.gyp:gl_tests', | 733 '../gpu/gpu.gyp:gl_tests', |
| 734 '../gpu/gpu.gyp:gpu_unittests', | 734 '../gpu/gpu.gyp:gpu_unittests', |
| 735 '../ipc/ipc.gyp:ipc_tests', | 735 '../ipc/ipc.gyp:ipc_tests', |
| 736 '../media/media.gyp:media_perftests_apk', | 736 '../media/media.gyp:media_perftests_apk', |
| 737 '../media/media.gyp:media_unittests', | 737 '../media/media.gyp:media_unittests', |
| 738 '../net/net.gyp:net_unittests', | 738 '../net/net.gyp:net_unittests', |
| 739 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 739 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', |
| 740 '../sql/sql.gyp:sql_unittests', | 740 '../sql/sql.gyp:sql_unittests', |
| 741 '../sync/sync.gyp:sync_unit_tests', | 741 '../sync/sync.gyp:sync_unit_tests', |
| 742 '../third_party/WebKit/public/all.gyp:*', | 742 '../third_party/WebKit/public/all.gyp:*', |
| 743 '../tools/android/android_tools.gyp:android_tools', | 743 '../tools/android/android_tools.gyp:android_tools', |
| 744 '../tools/android/android_tools.gyp:memconsumer', | 744 '../tools/android/android_tools.gyp:memconsumer', |
| 745 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', | 745 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', |
| 746 '../ui/ui_unittests.gyp:ui_unittests', | 746 '../ui/ui_unittests.gyp:ui_unittests', |
| 747 # Required by ui_unittests. | 747 # Required by ui_unittests. |
| 748 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but | 748 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but |
| 749 # this would cause circular gyp dependency which needs refactoring t
he | 749 # this would cause circular gyp dependency which needs refactoring t
he |
| (...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1210 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1210 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1211 '../chrome/chrome.gyp:sync_integration_tests_run', | 1211 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1212 '../chrome/chrome.gyp:unit_tests_run', | 1212 '../chrome/chrome.gyp:unit_tests_run', |
| 1213 '../net/net.gyp:net_unittests_run', | 1213 '../net/net.gyp:net_unittests_run', |
| 1214 ], | 1214 ], |
| 1215 }, # target_name: chromium_swarm_tests | 1215 }, # target_name: chromium_swarm_tests |
| 1216 ], | 1216 ], |
| 1217 }], | 1217 }], |
| 1218 ], # conditions | 1218 ], # conditions |
| 1219 } | 1219 } |
| OLD | NEW |