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

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

Issue 2591803002: NOT FOR LANDING: Thread the needle through all webmodules.
Patch Set: AddEventListener sketched out. Created 3 years, 10 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/Source/wtf/Variant.h ('k') | third_party/WebKit/fake_gen/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py
index 212b0a8dc1fe62c59519d33b82de743932e020ab..938552ef67de8a79f9b14d579a7dc3251b9eaa05 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checker.py
@@ -210,6 +210,8 @@ _SKIPPED_FILES_WITHOUT_WARNING = [
"Source/ThirdParty/leveldb" + os.path.sep,
# Prevents this being recognized as a text file.
"Source/WebCore/GNUmakefile.features.am.in",
+ # BECAUSE I HACKED IT GOOD
+ "Source/wtf/Variant.h",
]
# Extensions of files which are allowed to contain carriage returns.
« no previous file with comments | « third_party/WebKit/Source/wtf/Variant.h ('k') | third_party/WebKit/fake_gen/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698