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

Unified Diff: src/lexer/lexer.gyp

Issue 68523018: Experimental lexer generator: Make --minimize-default default. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lexer/lexer.gyp
diff --git a/src/lexer/lexer.gyp b/src/lexer/lexer.gyp
index cc7939bf4487fda32ee2898810bcd49b87bf8049..1be4acd155ddbfe43143c27a4d50e603cfda6de0 100644
--- a/src/lexer/lexer.gyp
+++ b/src/lexer/lexer.gyp
@@ -94,6 +94,7 @@
'../../tools/lexer_generator/generator.py',
'--re=../../src/lexer/lexer_py.re',
'--code=<(SHARED_INTERMEDIATE_DIR)/generated_lexer.cc',
+ '--minimize-default',
],
},
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698