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

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. 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/api.h » ('j') | src/heap/mark-compact.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 8daba55e4d6847575df44f16e2387819a3926b88..a331a6bd051cbc770f8cf99d65092da95aff7af3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1949,6 +1949,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') | src/heap/mark-compact.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698