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

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

Issue 2531973002: Simple BlinkGC heap compaction. (Closed)
Patch Set: synchronize on compaction finish Created 4 years 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
Index: third_party/WebKit/Source/platform/heap/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/heap/BUILD.gn b/third_party/WebKit/Source/platform/heap/BUILD.gn
index 74691b25f0d21d6cdeabba96e69657b10144c620..4fc88f7f470e0317410f2768d1e137e10b4a4c68 100644
--- a/third_party/WebKit/Source/platform/heap/BUILD.gn
+++ b/third_party/WebKit/Source/platform/heap/BUILD.gn
@@ -26,6 +26,8 @@ source_set("heap") {
"Heap.h",
"HeapAllocator.cpp",
"HeapAllocator.h",
+ "HeapCompact.cpp",
+ "HeapCompact.h",
"HeapPage.cpp",
"HeapPage.h",
"InlinedGlobalMarkingVisitor.h",
@@ -42,6 +44,8 @@ source_set("heap") {
"SafePoint.cpp",
"SafePoint.h",
"SelfKeepAlive.h",
+ "SparseHeapBitmap.cpp",
+ "SparseHeapBitmap.h",
"StackFrameDepth.cpp",
"StackFrameDepth.h",
"ThreadState.cpp",
@@ -76,6 +80,7 @@ source_set("heap") {
test("blink_heap_unittests") {
sources = [
"BlinkGCMemoryDumpProviderTest.cpp",
+ "HeapCompactTest.cpp",
"HeapTest.cpp",
"PersistentTest.cpp",
"RunAllTests.cpp",

Powered by Google App Engine
This is Rietveld 408576698