summaryrefslogtreecommitdiffstats
path: root/tools/idl_parser/PRESUBMIT.py
diff options
context:
space:
mode:
authornoelallen@chromium.org <noelallen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-01 17:56:22 +0000
committernoelallen@chromium.org <noelallen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-01 17:56:22 +0000
commit116859e0c711eabf101f12aef9c2fcbfc62be0cc (patch)
tree8210a59d45d1dbbdcc0a1f6786deeef06195f344 /tools/idl_parser/PRESUBMIT.py
parent9cb0471a4be2ddc1fd32902202a723d120e131b6 (diff)
downloadchromium_src-116859e0c711eabf101f12aef9c2fcbfc62be0cc.zip
chromium_src-116859e0c711eabf101f12aef9c2fcbfc62be0cc.tar.gz
chromium_src-116859e0c711eabf101f12aef9c2fcbfc62be0cc.tar.bz2
Adds the ability to process
identifier or identifier = ConstValue and removes string from Enums for Pepper IDL. BUG=224150 TEST=PRESUBMIT or ./run_tests.py R=nfullagar@chromium.org Review URL: https://codereview.chromium.org/18273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209454 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/idl_parser/PRESUBMIT.py')
-rw-r--r--tools/idl_parser/PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idl_parser/PRESUBMIT.py b/tools/idl_parser/PRESUBMIT.py
index 6b12b33..ff657aa 100644
--- a/tools/idl_parser/PRESUBMIT.py
+++ b/tools/idl_parser/PRESUBMIT.py
@@ -3,7 +3,7 @@
# found in the LICENSE file.
-WHITELIST = [ r'.+_test.py$' ]
+WHITELIST = [ r'^.+_test\.py$' ]
def CheckChangeOnUpload(input_api, output_api):
return input_api.canned_checks.RunUnitTestsInDirectory(