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

Unified Diff: tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py

Issue 189133005: Rename chromium_testshell target to chrome_shell_apk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing import Created 6 years, 9 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/telemetry/telemetry/core/backends/chrome/android_browser_finder.py
diff --git a/tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py b/tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py
index 292f48561b8f6cba2a719854424adef9a9be8f25..14cf8af878da86f5794038997f1411e5dd720b9b 100644
--- a/tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py
+++ b/tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py
@@ -24,11 +24,10 @@ CHROME_PACKAGE_NAMES = {
['org.chromium.content_shell_apk',
android_browser_backend.ContentShellBackendSettings,
'ContentShell.apk'],
- # TODO(tonyg): rename android-chromium-testshell to android-chrome-shell
tonyg 2014/03/07 02:47:04 I think we'd need a master.cfg change in order to
aurimas (slooooooooow) 2014/03/07 18:06:09 I reverted this string change.
- 'android-chromium-testshell':
+ 'android-chrome-shell':
['org.chromium.chrome.shell',
- android_browser_backend.ChromiumTestShellBackendSettings,
- 'ChromiumTestShell.apk'],
+ android_browser_backend.ChromeShellBackendSettings,
+ 'ChromeShell.apk'],
'android-webview':
['com.android.webview.chromium.shell',
android_browser_backend.WebviewBackendSettings,

Powered by Google App Engine
This is Rietveld 408576698