Chromium Code Reviews

Unified Diff: src/v8.gyp

Issue 1967023004: [wasm] Add UTF-8 validation (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix signed/unsigned mismatch Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « BUILD.gn ('k') | src/wasm/module-decoder.cc » ('j') | src/wasm/utf8.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 25e678080b9db741b65b763dd925756331540db3..94a4f4dd670c11db18807aff7f22b85a5c9b8d9c 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1148,6 +1148,8 @@
'wasm/module-decoder.h',
'wasm/switch-logic.h',
'wasm/switch-logic.cc',
+ 'wasm/utf8.cc',
+ 'wasm/utf8.h',
'wasm/wasm-external-refs.cc',
'wasm/wasm-external-refs.h',
'wasm/wasm-function-name-table.cc',
« no previous file with comments | « BUILD.gn ('k') | src/wasm/module-decoder.cc » ('j') | src/wasm/utf8.h » ('J')

Powered by Google App Engine