Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index cd5baaad74e20f1f79cd2ff7970fafbf66c616f3..20ba4e2e8d4c03bb3a80699002cc731ed0f59091 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 |