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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/python.py

Issue 2166223002: Rename Tools/Scripts/webkitpy/bindings/main.py to bindings_tests.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « third_party/WebKit/Tools/Scripts/webkitpy/bindings/main.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/python.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/python.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/python.py
index 663fbf6e3834de3f58e5cc7ebad36edb89d72c58..61881ec6eafaad811a82f8eadb6109f4015f09d6 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/python.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/python.py
@@ -79,6 +79,7 @@ class PythonChecker(object):
wkf.path_from_webkit_base('Tools', 'Scripts'),
wkf.path_from_webkit_base('Source', 'build', 'scripts'),
wkf.path_from_webkit_base('Tools', 'Scripts', 'webkitpy', 'thirdparty'),
+ wkf.path_from_webkit_base('Source', 'bindings', 'scripts'),
])
return executive.run_command([
sys.executable,
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/bindings/main.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698