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

Unified Diff: Tools/Scripts/webkitpy/common/config/ports.py

Issue 18292002: Rename chromium-android port to android (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added a TODO to remove '--platform chromium' Created 7 years, 5 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 | « no previous file | Tools/Scripts/webkitpy/layout_tests/port/android.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/common/config/ports.py
diff --git a/Tools/Scripts/webkitpy/common/config/ports.py b/Tools/Scripts/webkitpy/common/config/ports.py
index ce2b78fb0583e8d091aabd7e1a1248f1182312b0..abea220a4c268762eed0e491f0fb1f85d797fa87 100644
--- a/Tools/Scripts/webkitpy/common/config/ports.py
+++ b/Tools/Scripts/webkitpy/common/config/ports.py
@@ -62,7 +62,7 @@ class DeprecatedPort(object):
def port(port_name):
ports = {
"chromium": ChromiumPort,
- "chromium-android": ChromiumAndroidPort,
+ "chromium-android": AndroidPort,
"chromium-xvfb": ChromiumXVFBPort,
}
return ports.get(port_name, ChromiumPort)()
@@ -107,7 +107,7 @@ class ChromiumPort(DeprecatedPort):
return self.script_shell_command("run-chromium-webkit-unit-tests")
-class ChromiumAndroidPort(ChromiumPort):
+class AndroidPort(ChromiumPort):
port_flag_name = "chromium-android"
« no previous file with comments | « no previous file | Tools/Scripts/webkitpy/layout_tests/port/android.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698