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

Unified Diff: webkit/tools/layout_tests/webkitpy/layout_tests/expectations_line.py

Issue 6015002: Rename WebKitTools->Tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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: webkit/tools/layout_tests/webkitpy/layout_tests/expectations_line.py
diff --git a/webkit/tools/layout_tests/webkitpy/layout_tests/expectations_line.py b/webkit/tools/layout_tests/webkitpy/layout_tests/expectations_line.py
index 0bce734c4bc864b8d44ffd6bcced9023131f457b..1597a61b3aaa887a4092b8af12864e89975fefff 100644
--- a/webkit/tools/layout_tests/webkitpy/layout_tests/expectations_line.py
+++ b/webkit/tools/layout_tests/webkitpy/layout_tests/expectations_line.py
@@ -18,7 +18,7 @@ except NameError:
this_file = os.path.abspath(f)
base_dir = this_file[0:this_file.find('webkit'+ os.sep + 'tools')]
-webkitpy_dir = os.path.join(base_dir, 'third_party', 'WebKit', 'WebKitTools',
+webkitpy_dir = os.path.join(base_dir, 'third_party', 'WebKit', 'Tools',
'Scripts')
sys.path.append(webkitpy_dir)
@@ -143,4 +143,3 @@ class ExpectationsLine(test_expectations.TestExpectationsFile):
self._test,
" ".join(self._expectations).upper())
return result
-

Powered by Google App Engine
This is Rietveld 408576698