| 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 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 712 # WARNING: | 712 # WARNING: |
| 713 # Do not add targets here without communicating the implications | 713 # Do not add targets here without communicating the implications |
| 714 # on tryserver triggers and load. Discuss with | 714 # on tryserver triggers and load. Discuss with |
| 715 # chrome-infrastructure-team please. | 715 # chrome-infrastructure-team please. |
| 716 'target_name': 'android_builder_tests', | 716 'target_name': 'android_builder_tests', |
| 717 'type': 'none', | 717 'type': 'none', |
| 718 'dependencies': [ | 718 'dependencies': [ |
| 719 '../android_webview/android_webview.gyp:android_webview_unittests', | 719 '../android_webview/android_webview.gyp:android_webview_unittests', |
| 720 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests
', | 720 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests
', |
| 721 '../base/base.gyp:base_unittests', | 721 '../base/base.gyp:base_unittests', |
| 722 '../breakpad/breakpad.gyp:breakpad_unittests', | 722 '../breakpad/breakpad.gyp:breakpad_unittests_stripped', |
| 723 # Also compile the tools needed to deal with minidumps, they are | 723 # Also compile the tools needed to deal with minidumps, they are |
| 724 # needed to run minidump tests upstream. | 724 # needed to run minidump tests upstream. |
| 725 '../breakpad/breakpad.gyp:dump_syms#host', | 725 '../breakpad/breakpad.gyp:dump_syms#host', |
| 726 '../breakpad/breakpad.gyp:symupload#host', | 726 '../breakpad/breakpad.gyp:symupload#host', |
| 727 '../breakpad/breakpad.gyp:minidump_dump#host', | 727 '../breakpad/breakpad.gyp:minidump_dump#host', |
| 728 '../breakpad/breakpad.gyp:minidump_stackwalk#host', | 728 '../breakpad/breakpad.gyp:minidump_stackwalk#host', |
| 729 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu
ltiple_proguards_test_apk', | 729 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu
ltiple_proguards_test_apk', |
| 730 '../cc/cc_tests.gyp:cc_perftests_apk', | 730 '../cc/cc_tests.gyp:cc_perftests_apk', |
| 731 '../cc/cc_tests.gyp:cc_unittests', | 731 '../cc/cc_tests.gyp:cc_unittests', |
| 732 '../chrome/chrome.gyp:unit_tests', | 732 '../chrome/chrome.gyp:unit_tests', |
| 733 '../components/components_tests.gyp:components_unittests', | 733 '../components/components_tests.gyp:components_unittests', |
| 734 '../content/content_shell_and_tests.gyp:content_browsertests', | 734 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 735 '../content/content_shell_and_tests.gyp:content_gl_tests', | 735 '../content/content_shell_and_tests.gyp:content_gl_tests', |
| 736 '../content/content_shell_and_tests.gyp:content_linker_test_apk', | 736 '../content/content_shell_and_tests.gyp:content_linker_test_apk', |
| 737 '../content/content_shell_and_tests.gyp:content_shell_test_apk', | 737 '../content/content_shell_and_tests.gyp:content_shell_test_apk', |
| 738 '../content/content_shell_and_tests.gyp:content_unittests', | 738 '../content/content_shell_and_tests.gyp:content_unittests', |
| 739 '../gpu/gpu.gyp:gl_tests', | 739 '../gpu/gpu.gyp:gl_tests', |
| 740 '../gpu/gpu.gyp:gpu_unittests', | 740 '../gpu/gpu.gyp:gpu_unittests', |
| 741 '../ipc/ipc.gyp:ipc_tests', | 741 '../ipc/ipc.gyp:ipc_tests', |
| 742 '../media/media.gyp:media_perftests_apk', | 742 '../media/media.gyp:media_perftests_apk', |
| 743 '../media/media.gyp:media_unittests', | 743 '../media/media.gyp:media_unittests', |
| 744 '../net/net.gyp:net_unittests', | 744 '../net/net.gyp:net_unittests', |
| 745 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 745 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', |
| 746 '../sql/sql.gyp:sql_unittests', | 746 '../sql/sql.gyp:sql_unittests', |
| 747 '../sync/sync.gyp:sync_unit_tests', | 747 '../sync/sync.gyp:sync_unit_tests', |
| 748 '../third_party/WebKit/public/all.gyp:*', | 748 '../third_party/WebKit/public/all.gyp:*', |
| 749 '../tools/android/android_tools.gyp:android_tools', | 749 '../tools/android/android_tools.gyp:android_tools', |
| 750 '../tools/android/android_tools.gyp:memconsumer', | 750 '../tools/android/android_tools.gyp:memconsumer', |
| 751 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', | 751 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', |
| 752 '../ui/ui_unittests.gyp:ui_unittests', | 752 '../ui/ui_unittests.gyp:ui_unittests', |
| 753 # Required by ui_unittests. | 753 # Required by ui_unittests. |
| 754 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but | 754 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but |
| 755 # this would cause circular gyp dependency which needs refactoring t
he | 755 # this would cause circular gyp dependency which needs refactoring t
he |
| (...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1231 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1231 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1232 '../chrome/chrome.gyp:sync_integration_tests_run', | 1232 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1233 '../chrome/chrome.gyp:unit_tests_run', | 1233 '../chrome/chrome.gyp:unit_tests_run', |
| 1234 '../net/net.gyp:net_unittests_run', | 1234 '../net/net.gyp:net_unittests_run', |
| 1235 ], | 1235 ], |
| 1236 }, # target_name: chromium_swarm_tests | 1236 }, # target_name: chromium_swarm_tests |
| 1237 ], | 1237 ], |
| 1238 }], | 1238 }], |
| 1239 ], # conditions | 1239 ], # conditions |
| 1240 } | 1240 } |
| OLD | NEW |