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

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

Issue 2570483002: Revert of Simple BlinkGC heap compaction. (Closed)
Patch Set: 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 4fc88f7f470e0317410f2768d1e137e10b4a4c68..74691b25f0d21d6cdeabba96e69657b10144c620 100644
--- a/third_party/WebKit/Source/platform/heap/BUILD.gn
+++ b/third_party/WebKit/Source/platform/heap/BUILD.gn
@@ -26,8 +26,6 @@
"Heap.h",
"HeapAllocator.cpp",
"HeapAllocator.h",
- "HeapCompact.cpp",
- "HeapCompact.h",
"HeapPage.cpp",
"HeapPage.h",
"InlinedGlobalMarkingVisitor.h",
@@ -44,8 +42,6 @@
"SafePoint.cpp",
"SafePoint.h",
"SelfKeepAlive.h",
- "SparseHeapBitmap.cpp",
- "SparseHeapBitmap.h",
"StackFrameDepth.cpp",
"StackFrameDepth.h",
"ThreadState.cpp",
@@ -80,7 +76,6 @@
test("blink_heap_unittests") {
sources = [
"BlinkGCMemoryDumpProviderTest.cpp",
- "HeapCompactTest.cpp",
"HeapTest.cpp",
"PersistentTest.cpp",
"RunAllTests.cpp",
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | third_party/WebKit/Source/platform/heap/BlinkGC.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698