| Index: ppapi/PRESUBMIT.py
|
| diff --git a/ppapi/PRESUBMIT.py b/ppapi/PRESUBMIT.py
|
| index 61b1da09c2fc89b55563d84ae7729750988f1f80..b879ed88f67784963092db1c0f39797866aeee85 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,M16']
|
| + '--wnone', '--diff', '--test','--cgen', '--range=M13,M17']
|
|
|
| # Only generate output for IDL files references (as *.h or *.idl) in this CL
|
| cmd.append('--out=' + ','.join([name + '.idl' for name in both]))
|
| @@ -69,4 +69,3 @@ def CheckChangeOnUpload(input_api, output_api):
|
| def CheckChangeOnCommit(input_api, output_api):
|
| # return []
|
| return CheckChange(input_api, output_api)
|
| -
|
|
|