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

Unified Diff: chrome/PRESUBMIT.py

Issue 794243004: chrome: Cleanup some entries from presubmit's exclude list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/PRESUBMIT.py
diff --git a/chrome/PRESUBMIT.py b/chrome/PRESUBMIT.py
index bf91a9c937cdbc8d97b33957c44a56be801d8e8b..77706f5da443f5f81d859556fe006c76fb45533c 100644
--- a/chrome/PRESUBMIT.py
+++ b/chrome/PRESUBMIT.py
@@ -26,20 +26,8 @@ EXCLUDE = (
r'.*resource.h$',
# Header trickery
r'.*-inl\.h$',
- # Templates
- r'sigslotrepeater\.h$',
- # GCC attribute trickery
- r'sel_main\.cc$',
- # Mozilla code
- r'mork_reader\.h$',
- r'mork_reader\.cc$',
- r'nss_decryptor_linux\.cc$',
# Has safe printf usage that cpplint complains about
r'safe_browsing_util\.cc$',
- # Bogus ifdef tricks
- r'renderer_webkitplatformsupport_impl\.cc$',
- # Lines > 100 chars
- r'gcapi\.cc$',
Lei Zhang 2014/12/12 01:53:00 gcapi.cc still exists, but I don't see any lines >
)
def _CheckChangeLintsClean(input_api, output_api):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698