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

Unified Diff: Source/platform/heap/BUILD.gn

Issue 1314793002: Oilpan: Split Heap.h into two files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Source/platform/heap/Heap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/BUILD.gn
diff --git a/Source/platform/heap/BUILD.gn b/Source/platform/heap/BUILD.gn
index ad42d6bb35a45e1afcb972aea8f1188e02fd835c..4160f02403442da6708732c5b28b7de34a113a17 100644
--- a/Source/platform/heap/BUILD.gn
+++ b/Source/platform/heap/BUILD.gn
@@ -20,6 +20,8 @@ source_set("heap") {
"Heap.h",
"HeapAllocator.cpp",
"HeapAllocator.h",
+ "HeapPage.cpp",
+ "HeapPage.h",
"InlinedGlobalMarkingVisitor.h",
"MarkingVisitor.h",
"MarkingVisitorImpl.h",
« no previous file with comments | « no previous file | Source/platform/heap/Heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698