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

Unified Diff: BUILD.gn

Issue 2682943007: [wasm] Refactoring: move bytecode operands into wasm-decoder-impl.h (Closed)
Patch Set: Created 3 years, 10 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/function-body-decoder-impl.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 3d7f0a7badf91632f2c9e127cf2798b692656876..8851c86c840aff8c6e66cf0c4b682a6c5b0ecb12 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1796,6 +1796,7 @@ v8_source_set("v8_base") {
"src/vm-state-inl.h",
"src/vm-state.h",
"src/wasm/decoder.h",
+ "src/wasm/function-body-decoder-impl.h",
"src/wasm/function-body-decoder.cc",
"src/wasm/function-body-decoder.h",
"src/wasm/leb-helper.h",
« no previous file with comments | « no previous file | src/v8.gyp » ('j') | src/wasm/function-body-decoder-impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698