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

Unified Diff: build/features.gypi

Issue 1516753007: Remove wasm compile time option and enable wasm behind a runtime flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: back to the start state Created 5 years 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 | « Makefile ('k') | src/bootstrapper.cc » ('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 1ee3e569a76e497ec6f3665fe56a8a3d92cdc40d..f82a59f0f82f53718bae76fc53e248c89f541577 100644
--- a/build/features.gypi
+++ b/build/features.gypi
@@ -67,9 +67,6 @@
# Set to 1 to enable DCHECKs in release builds.
'dcheck_always_on%': 0,
- # Set to 1 to enable building with wasm prototype.
- 'v8_wasm%': 0,
-
# Enable/disable JavaScript API accessors.
'v8_js_accessors%': 0,
},
@@ -111,9 +108,6 @@
['dcheck_always_on!=0', {
'defines': ['DEBUG',],
}],
- ['v8_wasm!=0', {
- 'defines': ['V8_WASM',],
- }],
], # conditions
'configurations': {
'DebugBaseCommon': {
« no previous file with comments | « Makefile ('k') | src/bootstrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698