Chromium Code Reviews

Unified Diff: BUILD.gn

Issue 2801073006: Decouple root visitors from object visitors. (Closed)
Patch Set: rebase Created 3 years, 8 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 | « no previous file | src/api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 0cba3cd5b13383a946d7e5292d539c41c04393a0..c6d158f29eaa114fc3c8091c483af72318af8e90 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1933,6 +1933,8 @@ v8_source_set("v8_base") {
"src/vector.h",
"src/version.cc",
"src/version.h",
+ "src/visitors.cc",
+ "src/visitors.h",
"src/vm-state-inl.h",
"src/vm-state.h",
"src/wasm/decoder.h",
« no previous file with comments | « no previous file | src/api.h » ('j') | no next file with comments »

Powered by Google App Engine