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

Unified Diff: BUILD.gn

Issue 2594973003: [wasm] Rename ast-decoder.* to function-body-decoder.* (Closed)
Patch Set: Created 4 years 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/compiler/wasm-compiler.cc » ('j') | src/wasm/function-body-decoder.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 d12746b8192a66150ffeb771b11642edbea1ba2e..d6a05c42ae0a9273121e7a3570f3a0eada9a93b3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1744,9 +1744,9 @@ v8_source_set("v8_base") {
"src/version.h",
"src/vm-state-inl.h",
"src/vm-state.h",
- "src/wasm/ast-decoder.cc",
- "src/wasm/ast-decoder.h",
"src/wasm/decoder.h",
+ "src/wasm/function-body-decoder.cc",
+ "src/wasm/function-body-decoder.h",
"src/wasm/leb-helper.h",
"src/wasm/managed.h",
"src/wasm/module-decoder.cc",
« no previous file with comments | « no previous file | src/compiler/wasm-compiler.cc » ('j') | src/wasm/function-body-decoder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698