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

Unified Diff: webkit/tools/layout_tests/webkitpy/layout_tests/update_expectations_from_dashboard.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/update_expectations_from_dashboard.py
diff --git a/webkit/tools/layout_tests/webkitpy/layout_tests/update_expectations_from_dashboard.py b/webkit/tools/layout_tests/webkitpy/layout_tests/update_expectations_from_dashboard.py
index 45bb1f3fffb7209faeb6b12e0b4ed910497e89b3..f4a564a605bbfb9b25550f06fb69ab6a33ff1ce5 100644
--- a/webkit/tools/layout_tests/webkitpy/layout_tests/update_expectations_from_dashboard.py
+++ b/webkit/tools/layout_tests/webkitpy/layout_tests/update_expectations_from_dashboard.py
@@ -30,7 +30,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)

Powered by Google App Engine
This is Rietveld 408576698