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

Unified Diff: BUILD.gn

Issue 1553083003: 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: fix Created 4 years, 12 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 | « no previous file | Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index fc7010ef97f5792b8651320ca98c9c486dc85815..b463b91439b358104593d7ca61756161e79f1f55 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -870,6 +870,9 @@ source_set("v8_base") {
"src/compiler/value-numbering-reducer.h",
"src/compiler/verifier.cc",
"src/compiler/verifier.h",
+ "src/compiler/wasm-compiler.cc",
+ "src/compiler/wasm-compiler.h",
+ "src/compiler/wasm-linkage.cc",
"src/compiler/zone-pool.cc",
"src/compiler/zone-pool.h",
"src/compiler.cc",
@@ -1287,6 +1290,24 @@ source_set("v8_base") {
"src/version.h",
"src/vm-state-inl.h",
"src/vm-state.h",
+ "src/wasm/asm-wasm-builder.cc",
+ "src/wasm/asm-wasm-builder.h",
+ "src/wasm/ast-decoder.cc",
+ "src/wasm/ast-decoder.h",
+ "src/wasm/decoder.h",
+ "src/wasm/encoder.cc",
+ "src/wasm/encoder.h",
+ "src/wasm/module-decoder.cc",
+ "src/wasm/module-decoder.h",
+ "src/wasm/wasm-js.cc",
+ "src/wasm/wasm-js.h",
+ "src/wasm/wasm-macro-gen.h",
+ "src/wasm/wasm-module.cc",
+ "src/wasm/wasm-module.h",
+ "src/wasm/wasm-opcodes.cc",
+ "src/wasm/wasm-opcodes.h",
+ "src/wasm/wasm-result.cc",
+ "src/wasm/wasm-result.h",
"src/zone.cc",
"src/zone.h",
"src/zone-allocator.h",
« no previous file with comments | « no previous file | Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698