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

Unified Diff: src/d8.gyp

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 | « src/bootstrapper.cc ('k') | test/cctest/cctest.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.gyp
diff --git a/src/d8.gyp b/src/d8.gyp
index 2e4a6e0cc5cf7edc8804ccabaebedc13944b5f41..f249a78856ab6235aa9b41aa2ab07c613659d1cf 100644
--- a/src/d8.gyp
+++ b/src/d8.gyp
@@ -101,9 +101,6 @@
'<(icu_gyp_path):icudata',
],
}],
- ['v8_wasm!=0', {
- 'include_dirs': ['../third_party/wasm'],
- }],
],
},
{
« no previous file with comments | « src/bootstrapper.cc ('k') | test/cctest/cctest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698