diff options
author | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-27 03:44:00 +0000 |
---|---|---|
committer | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-27 03:44:00 +0000 |
commit | a0b4e074d5ca13634a1671ea074ffa7a6ad9fea1 (patch) | |
tree | 5c055032d0969af22aa9c14989f5fa6851585ff9 /ppapi | |
parent | fe9e400abf019d5e2491ae0603803afb1dc724b7 (diff) | |
download | chromium_src-a0b4e074d5ca13634a1671ea074ffa7a6ad9fea1.zip chromium_src-a0b4e074d5ca13634a1671ea074ffa7a6ad9fea1.tar.gz chromium_src-a0b4e074d5ca13634a1671ea074ffa7a6ad9fea1.tar.bz2 |
Add missing change
This file was missing from:
http://codereview.chromium.org/8045001/
This caused a missmatch in the presubmit by the next PPAPI developer.
BUG= http://code.google.com/p/chromium/issues/detail?id=97708
TEST= manually run on originally failing machine.
Review URL: http://codereview.chromium.org/8050001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102883 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/PRESUBMIT.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/PRESUBMIT.py b/ppapi/PRESUBMIT.py index 0476b63..61b1da0 100644 --- a/ppapi/PRESUBMIT.py +++ b/ppapi/PRESUBMIT.py @@ -47,7 +47,7 @@ def CheckChange(input_api, output_api): # --out to pick which files to examine (only the ones in the CL) ppapi_dir = input_api.PresubmitLocalPath() cmd = [ sys.executable, 'generator.py', - '--wnone', '--diff', '--test','--cgen', '--range=M13,M14'] + '--wnone', '--diff', '--test','--cgen', '--range=M13,M16'] # Only generate output for IDL files references (as *.h or *.idl) in this CL cmd.append('--out=' + ','.join([name + '.idl' for name in both])) |