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

Unified Diff: PRESUBMIT.py

Issue 9071009: Fix bugs in PRESUBMIT.py's file exclusions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 12 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 3338ddd45e27b376ccfe44924230c2418160f7db..9ae294b3ebfaa51fc93794e10e0002b0de5848e3 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -14,7 +14,8 @@ import re
_EXCLUDED_PATHS = (
r"^breakpad[\\\/].*",
- r"^net/tools/spdyshark/[\\\/].*",
+ r"^native_client_sdk[\\\/].*",
+ r"^net[\\\/]tools[\\\/]spdyshark[\\\/].*",
r"^skia[\\\/].*",
r"^v8[\\\/].*",
r".*MakeFile$",
« 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