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

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

Issue 302653004: Cleanup: Remove the remaining instances of ChromiumTestShell from Telemetry scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rework! Created 6 years, 7 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 | « build/android/buildbot/bb_device_steps.py ('k') | tools/telemetry/docs/telemetry.core.browser_finder.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cr/cr/targets/chrome_shell.py
diff --git a/tools/cr/cr/targets/chrome_shell.py b/tools/cr/cr/targets/chrome_shell.py
index 65ff6270c858b8d7946f43619f9558b088996280..016d5b681ff59c0c00a6aa2301ca52235b632502 100644
--- a/tools/cr/cr/targets/chrome_shell.py
+++ b/tools/cr/cr/targets/chrome_shell.py
@@ -20,6 +20,6 @@ class ChromeShellTarget(cr.NamedTarget):
class ChromeShellTestTarget(cr.NamedTarget):
NAME = 'chrome_shell_test'
CONFIG = cr.Config.From(
- CR_TARGET_NAME='ChromiumTestShellTest',
+ CR_TARGET_NAME='ChromeShellTest',
)
« no previous file with comments | « build/android/buildbot/bb_device_steps.py ('k') | tools/telemetry/docs/telemetry.core.browser_finder.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698