summaryrefslogtreecommitdiff
path: root/chrome/PRESUBMIT.py
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-10-18 15:46:22 +0100
committerTorne (Richard Coles) <torne@google.com>2013-10-18 15:46:22 +0100
commit4e180b6a0b4720a9b8e9e959a882386f690f08ff (patch)
tree788435d09362885908ba5ba9ef868b852ca82c0b /chrome/PRESUBMIT.py
parent1179b92b08db0c652a0cf003ab4d89b31ce3610f (diff)
downloadchromium_org-4e180b6a0b4720a9b8e9e959a882386f690f08ff.tar.gz
Merge from Chromium at DEPS revision 228962
This commit was generated by merge_to_master.py. Change-Id: I23bd7d7766f213fd52f28ae5e1ecc6ae9df905ea
Diffstat (limited to 'chrome/PRESUBMIT.py')
-rw-r--r--chrome/PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/PRESUBMIT.py b/chrome/PRESUBMIT.py
index 8a1fccdf16..d2b0b8d2e6 100644
--- a/chrome/PRESUBMIT.py
+++ b/chrome/PRESUBMIT.py
@@ -20,7 +20,7 @@ EXCLUDE = (
r'.*_mac\.(cc|h)$',
r'.*_mac_.*',
# All the messages files do weird multiple include trickery
- r'.*_messages_internal\.h$',
+ r'.*_messages.*\.h$',
r'render_messages.h$',
# Autogenerated window resources files are off limits
r'.*resource.h$',