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

Unified Diff: third_party/WebKit/Tools/Scripts/run-bindings-tests

Issue 2878873002: webkitpy: Rename WebKitFinder to PathFinder (Closed)
Patch Set: Created 3 years, 7 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 | third_party/WebKit/Tools/Scripts/test-webkitpy » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/run-bindings-tests
diff --git a/third_party/WebKit/Tools/Scripts/run-bindings-tests b/third_party/WebKit/Tools/Scripts/run-bindings-tests
index 249e5e41a4a0da665d99f28ab9a8dd01aac4da93..2bcafb883a30db21cf994f00909cea862d39b765 100755
--- a/third_party/WebKit/Tools/Scripts/run-bindings-tests
+++ b/third_party/WebKit/Tools/Scripts/run-bindings-tests
@@ -26,8 +26,8 @@
import sys
from webkitpy.bindings.bindings_tests import run_bindings_tests
-from webkitpy.common import webkit_finder
-webkit_finder.add_typ_dir_to_sys_path()
+from webkitpy.common import path_finder
+path_finder.add_typ_dir_to_sys_path()
import typ
@@ -67,7 +67,7 @@ def main(argv):
return argument_parser.exit_status
args = runner.args
- args.top_level_dir = webkit_finder.get_bindings_scripts_dir()
+ args.top_level_dir = path_finder.get_bindings_scripts_dir()
if not args.skip_unit_tests:
return_code, _, _ = runner.run()
if return_code != 0:
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/test-webkitpy » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698