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

Unified Diff: src/v8.h

Issue 437993003: Move a bunch of GC related files to heap/ subdirectory (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: make presubmit happy 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 | « src/transitions.h ('k') | src/x64/macro-assembler-x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.h
diff --git a/src/v8.h b/src/v8.h
index b0db7cac3ebde3176072c20a2dee7a8921f00821..8ae75fb85475dbc13013978849dc299e78798052 100644
--- a/src/v8.h
+++ b/src/v8.h
@@ -37,10 +37,10 @@
// Objects & heap
#include "src/objects-inl.h" // NOLINT
-#include "src/spaces-inl.h" // NOLINT
-#include "src/heap-inl.h" // NOLINT
-#include "src/incremental-marking-inl.h" // NOLINT
-#include "src/mark-compact-inl.h" // NOLINT
+#include "src/heap/spaces-inl.h" // NOLINT
+#include "src/heap/heap-inl.h" // NOLINT
+#include "src/heap/incremental-marking-inl.h" // NOLINT
+#include "src/heap/mark-compact-inl.h" // NOLINT
#include "src/log-inl.h" // NOLINT
#include "src/handles-inl.h" // NOLINT
#include "src/types-inl.h" // NOLINT
« no previous file with comments | « src/transitions.h ('k') | src/x64/macro-assembler-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698