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

Unified Diff: BUILD.gn

Issue 2403093002: [wasm] Canonicalize function signature indices for matching in indirect calls. (Closed)
Patch Set: Add TODO for myself Created 4 years, 2 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 | src/api.cc » ('j') | src/wasm/signature-map.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 f98075141d693fd85d89eaf2bceda22ea3634ba8..131a83310a1b227f601e99861c69ed25c6659a15 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1695,6 +1695,8 @@ v8_source_set("v8_base") {
"src/wasm/leb-helper.h",
"src/wasm/module-decoder.cc",
"src/wasm/module-decoder.h",
+ "src/wasm/signature-map.cc",
+ "src/wasm/signature-map.h",
"src/wasm/switch-logic.cc",
"src/wasm/switch-logic.h",
"src/wasm/wasm-debug.cc",
« no previous file with comments | « no previous file | src/api.cc » ('j') | src/wasm/signature-map.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698