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

Unified Diff: tools/cr/cr/targets/chromium_testshell.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: tools/cr/cr/targets/chromium_testshell.py
diff --git a/tools/cr/cr/targets/chromium_testshell.py b/tools/cr/cr/targets/chromium_testshell.py
index c8cf65f70c2651a967c65eb7230604cd03c8909f..663fd7e06d7d2728ca695a82cb02588fb8f3e85e 100644
--- a/tools/cr/cr/targets/chromium_testshell.py
+++ b/tools/cr/cr/targets/chromium_testshell.py
@@ -16,7 +16,7 @@ class ChromiumTestShellTarget(cr.NamedTarget):
CONFIG = cr.Config.From(
CR_RUN_ARGUMENTS=cr.Config.Optional('-d "{CR_URL!e}"'),
CR_TARGET_NAME='ChromiumTestShell',
- CR_PACKAGE='org.chromium.chrome.testshell',
+ CR_PACKAGE='org.chromium.chrome.shell',
CR_ACTIVITY='.ChromiumTestShellActivity',
)

Powered by Google App Engine
This is Rietveld 408576698