summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorraymes@google.com <raymes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-19 00:09:19 +0000
committerraymes@google.com <raymes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-19 00:09:19 +0000
commitd2600606ce3eb9cdcfe98e03ef89d5ad7d0795fe (patch)
tree64dc8ac5d8bcffdc240f5a59981075f5bb1b1e7d /PRESUBMIT.py
parentbd2752226dfae27758698a3c2a268fe2cba91396 (diff)
downloadchromium_src-d2600606ce3eb9cdcfe98e03ef89d5ad7d0795fe.zip
chromium_src-d2600606ce3eb9cdcfe98e03ef89d5ad7d0795fe.tar.gz
chromium_src-d2600606ce3eb9cdcfe98e03ef89d5ad7d0795fe.tar.bz2
Exclude vulcanize-generated HTML/JS from PRESUBMIT.py checks
These files are automatically generated for the PDF extension. The long term solution is not to check in vulcanize-generated files. These files may not be needed once HTMLImports are fully implemented in chrome. BUG=303491 R=arv@chromium.org, maruel@chromium.org Review URL: https://codereview.chromium.org/154223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251890 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 9cfda61..4dd44ca 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -25,6 +25,7 @@ _EXCLUDED_PATHS = (
r".+_autogen\.h$",
r".+[\\\/]pnacl_shim\.c$",
r"^gpu[\\\/]config[\\\/].*_list_json\.cc$",
+ r"^chrome[\\\/]browser[\\\/]resources[\\\/]pdf[\\\/]index.js"
)
# TestRunner and NetscapePlugIn library is temporarily excluded from pan-project