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

Unified Diff: ppapi/generators/generator.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 | « ppapi/PRESUBMIT.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/generators/generator.py
diff --git a/ppapi/generators/generator.py b/ppapi/generators/generator.py
index 00e85aca3e4bf91eeb8214301000c9e9a1558a23..89ed733e24d007940c9eb8fab3c72cd8e19f2b8f 100755
--- a/ppapi/generators/generator.py
+++ b/ppapi/generators/generator.py
@@ -26,7 +26,6 @@ if __name__ == '__main__':
# If no arguments are provided, assume we are tring to rebuild the
# C headers with warnings off.
- if not args: args = ['--wnone', '--cgen', '--range=M13,M16']
+ if not args: args = ['--wnone', '--cgen', '--range=M13,M17']
sys.exit(Main(args))
-
« no previous file with comments | « ppapi/PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698