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

Unified Diff: tools/cr/cr/targets/chromium_testshell.py

Issue 184993005: Rename ChromiumTestShell classes to ChromeShell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase yet again 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 663fd7e06d7d2728ca695a82cb02588fb8f3e85e..0d8351be83595a73bd05245dae730650601c5586 100644
--- a/tools/cr/cr/targets/chromium_testshell.py
+++ b/tools/cr/cr/targets/chromium_testshell.py
@@ -17,7 +17,7 @@ class ChromiumTestShellTarget(cr.NamedTarget):
CR_RUN_ARGUMENTS=cr.Config.Optional('-d "{CR_URL!e}"'),
CR_TARGET_NAME='ChromiumTestShell',
CR_PACKAGE='org.chromium.chrome.shell',
- CR_ACTIVITY='.ChromiumTestShellActivity',
+ CR_ACTIVITY='.ChromeShellActivity',
)

Powered by Google App Engine
This is Rietveld 408576698