| 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",
|
|
|