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

Unified Diff: BUILD.gn

Issue 2520943002: [wasm] Implement official wasm text format (Closed)
Patch Set: Return a value even after UNREACHABLE Created 4 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 | src/compiler/wasm-compiler.cc » ('j') | src/wasm/s-expr.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 9983b3a54e3a29249c8dea272c61cf21dcba70c4..8b2af437fb503ce6ad83dc170b7f40f303ba595f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1734,6 +1734,8 @@ v8_source_set("v8_base") {
"src/wasm/managed.h",
"src/wasm/module-decoder.cc",
"src/wasm/module-decoder.h",
+ "src/wasm/s-expr.cc",
+ "src/wasm/s-expr.h",
"src/wasm/signature-map.cc",
"src/wasm/signature-map.h",
"src/wasm/wasm-debug.cc",
« no previous file with comments | « no previous file | src/compiler/wasm-compiler.cc » ('j') | src/wasm/s-expr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698