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

Unified Diff: src/v8.gyp

Issue 2071343003: V8. ASM-2-WASM. Validator V2. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: tests function tables and module exports. Created 4 years, 6 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 | « BUILD.gn ('k') | src/wasm/asm-typer.h » ('j') | src/wasm/asm-typer.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 301cc126601b3b5ceb33b0df172a58d3b035d285..80ba314d218ad5a2362f0d9282c9cd536d315aed 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1170,6 +1170,8 @@
'wasm/module-decoder.h',
'wasm/switch-logic.h',
'wasm/switch-logic.cc',
+ 'wasm/asm-typer.cc',
+ 'wasm/asm-typer.h',
'wasm/wasm-debug.cc',
'wasm/wasm-debug.h',
'wasm/wasm-external-refs.cc',
« no previous file with comments | « BUILD.gn ('k') | src/wasm/asm-typer.h » ('j') | src/wasm/asm-typer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698