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

Unified Diff: build/android/pylib/constants.py

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
Index: build/android/pylib/constants.py
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index d3bf734bbb731f46c31282e86f6a8bd1287017c4..75112c2c0d0db9b6525cceb43b98a2d7990dfb0b 100644
--- a/build/android/pylib/constants.py
+++ b/build/android/pylib/constants.py
@@ -61,11 +61,11 @@ PACKAGE_INFO = {
None,
'org.chromium.content_shell_apk.tests'),
'chromium_test_shell': PackageInfo(
- 'org.chromium.chrome.testshell',
- 'org.chromium.chrome.testshell.ChromiumTestShellActivity',
+ 'org.chromium.chrome.shell',
+ 'org.chromium.chrome.shell.ChromiumTestShellActivity',
'/data/local/tmp/chromium-testshell-command-line',
'chromium_testshell_devtools_remote',
- 'org.chromium.chrome.testshell.tests'),
+ 'org.chromium.chrome.shell.tests'),
'android_webview_shell': PackageInfo(
'org.chromium.android_webview.shell',
'org.chromium.android_webview.shell.AwShellActivity',

Powered by Google App Engine
This is Rietveld 408576698