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

Unified Diff: BUILD.gn

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. 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/v8.gyp » ('j') | src/wasm/utf8.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 8d605416d029e20d0925672c3a5621bfcaf5d97f..150c95fb028ca952bedba6c51fcc01db26244ce1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1479,6 +1479,8 @@ source_set("v8_base") {
"src/wasm/module-decoder.h",
"src/wasm/switch-logic.cc",
"src/wasm/switch-logic.h",
+ "src/wasm/utf8.cc",
+ "src/wasm/utf8.h",
"src/wasm/wasm-external-refs.cc",
"src/wasm/wasm-external-refs.h",
"src/wasm/wasm-function-name-table.cc",
« no previous file with comments | « no previous file | src/v8.gyp » ('j') | src/wasm/utf8.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698