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

Unified Diff: BUILD.gn

Issue 443933002: Move objects-visiting into heap. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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/heap/heap.h » ('j') | src/heap/objects-visiting-inl.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 07772ab58ede3fbd28e0cac5c1a6f32dd55281bf..ac7223ca88edb4e64d8c19c73bf300e24f7e7bda 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -656,6 +656,8 @@ source_set("v8_base") {
"src/heap/mark-compact-inl.h",
"src/heap/mark-compact.cc",
"src/heap/mark-compact.h",
+ "src/heap/objects-visiting.cc",
Michael Starzinger 2014/08/06 11:35:29 nit: Can we add the "-inl.h" file as well?
Hannes Payer (out of office) 2014/08/07 11:12:03 Done.
+ "src/heap/objects-visiting.h",
"src/heap/spaces-inl.h",
"src/heap/spaces.cc",
"src/heap/spaces.h",
@@ -758,8 +760,6 @@ source_set("v8_base") {
"src/objects-debug.cc",
"src/objects-inl.h",
"src/objects-printer.cc",
- "src/objects-visiting.cc",
- "src/objects-visiting.h",
"src/objects.cc",
"src/objects.h",
"src/optimizing-compiler-thread.cc",
« no previous file with comments | « no previous file | src/heap/heap.h » ('j') | src/heap/objects-visiting-inl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698