Skip to content

Commit

Permalink
Add missing change
Browse files Browse the repository at this point in the history
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
  • Loading branch information
noelallen@google.com committed Sep 27, 2011
1 parent fe9e400 commit a0b4e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppapi/PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down

0 comments on commit a0b4e07

Please sign in to comment.