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

Unified Diff: src/v8.gyp

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 | « src/flag-definitions.h ('k') | src/wasm/s-expr.h » ('j') | src/wasm/s-expr.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 5c8b761bd672c430d31a248d2ac0728b764bbcef..2064e0257da24655b98b28a436aac8917b14a030 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1270,6 +1270,8 @@
'wasm/managed.h',
'wasm/module-decoder.cc',
'wasm/module-decoder.h',
+ 'wasm/s-expr.cc',
+ 'wasm/s-expr.h',
'wasm/signature-map.cc',
'wasm/signature-map.h',
'wasm/wasm-debug.cc',
« no previous file with comments | « src/flag-definitions.h ('k') | src/wasm/s-expr.h » ('j') | src/wasm/s-expr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698