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

Unified Diff: Tools/Scripts/webkitpy/style/checker.py

Issue 26414004: Move core/scripts to build/scripts so that platform can use them. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
Index: Tools/Scripts/webkitpy/style/checker.py
diff --git a/Tools/Scripts/webkitpy/style/checker.py b/Tools/Scripts/webkitpy/style/checker.py
index f7cd3e5ef4f2000ecca5c4b1ce1b3e4d4ada811d..e7a2dec01ae41395562fffc8c7b7f7bb49f2ad55 100644
--- a/Tools/Scripts/webkitpy/style/checker.py
+++ b/Tools/Scripts/webkitpy/style/checker.py
@@ -144,7 +144,7 @@ _PATH_RULES_SPECIFIER = [
([# Jinja templates: files have .cpp or .h extensions, but contain
# template code, which can't be handled, so disable tests.
"Source/bindings/templates",
- "Source/core/scripts/templates"],
+ "Source/build/scripts/templates"],
["-"]),
([# IDL compiler reference output

Powered by Google App Engine
This is Rietveld 408576698