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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py

Issue 2392683003: Remove TestWebKitPort from port_testcase. (Closed)
Patch Set: Rebased Created 4 years, 2 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: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py
index 63ba31e1c51109345744363c40af4d543b7206db..ab8cf6e3637d05e7ee987f41827d9359bd80e541 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py
@@ -657,6 +657,7 @@ class AndroidPort(base.Port):
return self._host_port.path_to_apache()
def path_to_apache_config_file(self):
+ print self._host_port
Dirk Pranke 2016/10/06 17:48:58 is this change intentional?
qyearsley 2016/10/06 20:15:43 Nope! Now removed.
return self._host_port.path_to_apache_config_file()
def _path_to_driver(self, target=None):

Powered by Google App Engine
This is Rietveld 408576698