Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: ppapi/PRESUBMIT.py

Issue 8460004: generator.py must accept M17 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix PRESUBMIT.py Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/generators/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
-
« no previous file with comments | « no previous file | ppapi/generators/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698