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

Unified Diff: build/features.gypi

Issue 185653004: Experimental parser: merge to r19637 (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 6 years, 10 months 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 | « build/android.gypi ('k') | build/standalone.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/features.gypi
diff --git a/build/features.gypi b/build/features.gypi
index 85b8a38465cc3203233c1fa809c0a108280f711c..adcfc0ad8bfc9c3aa17b3348fa90d62e27cdd3db 100644
--- a/build/features.gypi
+++ b/build/features.gypi
@@ -61,6 +61,9 @@
# Use the v8 provided v8::Platform implementation.
'v8_use_default_platform%': 1,
+
+ # Use the generated lexer.
+ 'v8_use_generated_lexer%': 0,
},
'target_defaults': {
'conditions': [
@@ -91,6 +94,9 @@
['v8_use_default_platform==1', {
'defines': ['V8_USE_DEFAULT_PLATFORM',],
}],
+ ['v8_use_generated_lexer==1', {
+ 'defines': ['V8_USE_GENERATED_LEXER',],
+ }],
['v8_compress_startup_data=="bz2"', {
'defines': [
'COMPRESS_STARTUP_DATA_BZ2',
« no previous file with comments | « build/android.gypi ('k') | build/standalone.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698