diff options
author | aurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 01:31:26 +0000 |
---|---|---|
committer | aurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 01:31:26 +0000 |
commit | efeb59e66b1e367a30746a855e3abbeb0958f90b (patch) | |
tree | 6c2c57b1043be70cdef49157263da426a547e214 /android_webview/android_webview_tests.gypi | |
parent | 744178a15835a50f91d5f0bd656632bfa79db54d (diff) | |
download | chromium_src-efeb59e66b1e367a30746a855e3abbeb0958f90b.zip chromium_src-efeb59e66b1e367a30746a855e3abbeb0958f90b.tar.gz chromium_src-efeb59e66b1e367a30746a855e3abbeb0958f90b.tar.bz2 |
Rename chromium_testshell target to chrome_shell_apk.
Final rename of ChromiumTestShell to ChromeShell.
Now the new targets to build ChromeShell and ChromeShellTest APKs will be:
chrome_shell_apk
chrome_shell_test_apk
This will better align with ContentShell and ContentShellTest APKs' targets:
content_shell_apk
content_shell_test_apk
BUG=348137
TBR=mnaganov@chromium.org
Review URL: https://codereview.chromium.org/189133005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/android_webview_tests.gypi')
-rw-r--r-- | android_webview/android_webview_tests.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi index 9eadf38..f2be536 100644 --- a/android_webview/android_webview_tests.gypi +++ b/android_webview/android_webview_tests.gypi @@ -52,7 +52,7 @@ { # android_webview_apk creates a .jar as a side effect. Any java # targets that need that .jar in their classpath should depend on this - # target. For more details see the chromium_testshell_java target. + # target. For more details see the chrome_shell_apk_java target. 'target_name': 'android_webview_apk_java', 'type': 'none', 'dependencies': [ |