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

Unified Diff: sky/tools/webkitpy/common/webkit_finder.py

Issue 704833002: Switch test_sky to sky_server (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/tests/services/xhr.sky ('k') | sky/tools/webkitpy/layout_tests/port/base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/common/webkit_finder.py
diff --git a/sky/tools/webkitpy/common/webkit_finder.py b/sky/tools/webkitpy/common/webkit_finder.py
index b887584dfac2d1429707bea7a3111aa635d3d60e..0f2f1dbe4587548f3265cf30687bf83560578a52 100644
--- a/sky/tools/webkitpy/common/webkit_finder.py
+++ b/sky/tools/webkitpy/common/webkit_finder.py
@@ -72,7 +72,7 @@ class WebKitFinder(object):
"""Returns the relative path to the script from the top of the WebKit tree."""
# This is intentionally relative in order to force callers to consider what
# their current working directory is (and change to the top of the tree if necessary).
- return self._filesystem.join("tools", script_name)
+ return self.path_from_chromium_base("sky", "tools", script_name)
def layout_tests_dir(self):
return self.path_from_webkit_base('tests')
« no previous file with comments | « sky/tests/services/xhr.sky ('k') | sky/tools/webkitpy/layout_tests/port/base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698