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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 '../ui/ui_unittests.gyp:ui_unittests', | 42 '../ui/ui_unittests.gyp:ui_unittests', |
43 ], | 43 ], |
44 }], | 44 }], |
45 ['OS=="android"', { | 45 ['OS=="android"', { |
46 'dependencies': [ | 46 'dependencies': [ |
47 '../content/content_shell_and_tests.gyp:content_shell_apk', | 47 '../content/content_shell_and_tests.gyp:content_shell_apk', |
48 '../mojo/mojo.gyp:mojo_shell_apk', | 48 '../mojo/mojo.gyp:mojo_shell_apk', |
49 '<@(android_app_targets)', | 49 '<@(android_app_targets)', |
50 'android_builder_tests', | 50 'android_builder_tests', |
51 '../android_webview/android_webview.gyp:android_webview_apk', | 51 '../android_webview/android_webview.gyp:android_webview_apk', |
52 '../chrome/chrome.gyp:chromium_testshell', | 52 '../chrome/chrome.gyp:chrome_shell_apk', |
53 '../remoting/remoting.gyp:remoting_apk', | 53 '../remoting/remoting.gyp:remoting_apk', |
54 '../tools/telemetry/telemetry.gyp:*#host', | 54 '../tools/telemetry/telemetry.gyp:*#host', |
55 # TODO(nyquist) This should instead by a target for sync when all of | 55 # TODO(nyquist) This should instead by a target for sync when all of |
56 # the sync-related code for Android has been upstreamed. | 56 # the sync-related code for Android has been upstreamed. |
57 # See http://crbug.com/159203 | 57 # See http://crbug.com/159203 |
58 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', | 58 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', |
59 ], | 59 ], |
60 }, { | 60 }, { |
61 'dependencies': [ | 61 'dependencies': [ |
62 '../content/content_shell_and_tests.gyp:*', | 62 '../content/content_shell_and_tests.gyp:*', |
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
774 '../gpu/gpu.gyp:gpu_unittests_apk', | 774 '../gpu/gpu.gyp:gpu_unittests_apk', |
775 '../ipc/ipc.gyp:ipc_tests_apk', | 775 '../ipc/ipc.gyp:ipc_tests_apk', |
776 '../media/media.gyp:media_unittests_apk', | 776 '../media/media.gyp:media_unittests_apk', |
777 '../net/net.gyp:net_unittests_apk', | 777 '../net/net.gyp:net_unittests_apk', |
778 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 778 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
779 '../sql/sql.gyp:sql_unittests_apk', | 779 '../sql/sql.gyp:sql_unittests_apk', |
780 '../sync/sync.gyp:sync_unit_tests_apk', | 780 '../sync/sync.gyp:sync_unit_tests_apk', |
781 '../ui/events/events.gyp:events_unittests_apk', | 781 '../ui/events/events.gyp:events_unittests_apk', |
782 '../ui/ui_unittests.gyp:ui_unittests_apk', | 782 '../ui/ui_unittests.gyp:ui_unittests_apk', |
783 '../android_webview/android_webview.gyp:android_webview_test_apk
', | 783 '../android_webview/android_webview.gyp:android_webview_test_apk
', |
784 '../chrome/chrome.gyp:chromium_testshell_test_apk', | 784 '../chrome/chrome.gyp:chrome_shell_test_apk', |
785 '../chrome/chrome.gyp:chromium_testshell_uiautomator_tests', | 785 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
786 '../webkit/renderer/compositor_bindings/compositor_bindings_test
s.gyp:webkit_compositor_bindings_unittests_apk' | 786 '../webkit/renderer/compositor_bindings/compositor_bindings_test
s.gyp:webkit_compositor_bindings_unittests_apk' |
787 ], | 787 ], |
788 }], | 788 }], |
789 ], | 789 ], |
790 }, | 790 }, |
791 { | 791 { |
792 # WebRTC Android APK tests. | 792 # WebRTC Android APK tests. |
793 'target_name': 'android_builder_webrtc', | 793 'target_name': 'android_builder_webrtc', |
794 'type': 'none', | 794 'type': 'none', |
795 'variables': { | 795 'variables': { |
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1234 # http://crbug.com/157234 | 1234 # http://crbug.com/157234 |
1235 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1235 #'../chrome/chrome.gyp:sync_integration_tests_run', |
1236 '../chrome/chrome.gyp:unit_tests_run', | 1236 '../chrome/chrome.gyp:unit_tests_run', |
1237 '../net/net.gyp:net_unittests_run', | 1237 '../net/net.gyp:net_unittests_run', |
1238 ], | 1238 ], |
1239 }, # target_name: chromium_swarm_tests | 1239 }, # target_name: chromium_swarm_tests |
1240 ], | 1240 ], |
1241 }], | 1241 }], |
1242 ], # conditions | 1242 ], # conditions |
1243 } | 1243 } |
OLD | NEW |