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

Unified Diff: chrome/chrome_android.gypi

Issue 184493006: Rename to ChromiumTestShell package from testshell to shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix py lint Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/devtools/devtools_adb_bridge.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_android.gypi
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index e10880811fbb0b2b2a5c7aaa74d16cfe5fca8a76..8292d4b68f20974490d3b0220ee1c3667988ef43 100644
--- a/chrome/chrome_android.gypi
+++ b/chrome/chrome_android.gypi
@@ -56,9 +56,9 @@
],
'variables': {
'apk_name': 'ChromiumTestShell',
- 'manifest_package_name': 'org.chromium.chrome.testshell',
+ 'manifest_package_name': 'org.chromium.chrome.shell',
'java_in_dir': 'android/testshell/java',
- 'resource_dir': 'android/testshell/res',
+ 'resource_dir': 'android/shell/res',
'asset_location': '<(PRODUCT_DIR)/../assets/<(package_name)',
'native_lib_target': 'libchromiumtestshell',
'native_lib_version_name': '<(version_full)',
« no previous file with comments | « chrome/browser/devtools/devtools_adb_bridge.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698