Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(574)

Side by Side Diff: build/all.gyp

Issue 189133005: Rename chromium_testshell target to chrome_shell_apk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « android_webview/android_webview_tests.gypi ('k') | build/android/adb_chrome_shell_command_line » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 '../gpu/gpu.gyp:gpu_unittests_apk', 769 '../gpu/gpu.gyp:gpu_unittests_apk',
770 '../ipc/ipc.gyp:ipc_tests_apk', 770 '../ipc/ipc.gyp:ipc_tests_apk',
771 '../media/media.gyp:media_unittests_apk', 771 '../media/media.gyp:media_unittests_apk',
772 '../net/net.gyp:net_unittests_apk', 772 '../net/net.gyp:net_unittests_apk',
773 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 773 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
774 '../sql/sql.gyp:sql_unittests_apk', 774 '../sql/sql.gyp:sql_unittests_apk',
775 '../sync/sync.gyp:sync_unit_tests_apk', 775 '../sync/sync.gyp:sync_unit_tests_apk',
776 '../ui/events/events.gyp:events_unittests_apk', 776 '../ui/events/events.gyp:events_unittests_apk',
777 '../ui/ui_unittests.gyp:ui_unittests_apk', 777 '../ui/ui_unittests.gyp:ui_unittests_apk',
778 '../android_webview/android_webview.gyp:android_webview_test_apk ', 778 '../android_webview/android_webview.gyp:android_webview_test_apk ',
779 '../chrome/chrome.gyp:chromium_testshell_test_apk', 779 '../chrome/chrome.gyp:chrome_shell_test_apk',
780 '../chrome/chrome.gyp:chromium_testshell_uiautomator_tests', 780 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
781 '../webkit/renderer/compositor_bindings/compositor_bindings_test s.gyp:webkit_compositor_bindings_unittests_apk' 781 '../webkit/renderer/compositor_bindings/compositor_bindings_test s.gyp:webkit_compositor_bindings_unittests_apk'
782 ], 782 ],
783 }], 783 }],
784 ], 784 ],
785 }, 785 },
786 { 786 {
787 # WebRTC Android APK tests. 787 # WebRTC Android APK tests.
788 'target_name': 'android_builder_webrtc', 788 'target_name': 'android_builder_webrtc',
789 'type': 'none', 789 'type': 'none',
790 'variables': { 790 'variables': {
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1229 # http://crbug.com/157234 1229 # http://crbug.com/157234
1230 #'../chrome/chrome.gyp:sync_integration_tests_run', 1230 #'../chrome/chrome.gyp:sync_integration_tests_run',
1231 '../chrome/chrome.gyp:unit_tests_run', 1231 '../chrome/chrome.gyp:unit_tests_run',
1232 '../net/net.gyp:net_unittests_run', 1232 '../net/net.gyp:net_unittests_run',
1233 ], 1233 ],
1234 }, # target_name: chromium_swarm_tests 1234 }, # target_name: chromium_swarm_tests
1235 ], 1235 ],
1236 }], 1236 }],
1237 ], # conditions 1237 ], # conditions
1238 } 1238 }
OLDNEW
« no previous file with comments | « android_webview/android_webview_tests.gypi ('k') | build/android/adb_chrome_shell_command_line » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698