| Index: third_party/WebKit/Source/wtf/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn
|
| index 4789c9e9ce6f5802f4a7d17c814a6ee7774af8ed..6f944869db26fb48262d1744b40697e5ed195ccd 100644
|
| --- a/third_party/WebKit/Source/wtf/BUILD.gn
|
| +++ b/third_party/WebKit/Source/wtf/BUILD.gn
|
| @@ -133,12 +133,6 @@ component("wtf") {
|
| "WTFThreadData.cpp",
|
| "WTFThreadData.h",
|
| "WeakPtr.h",
|
| - "allocator/AddressSpaceRandomization.cpp",
|
| - "allocator/AddressSpaceRandomization.h",
|
| - "allocator/PageAllocator.cpp",
|
| - "allocator/PageAllocator.h",
|
| - "allocator/PartitionAlloc.cpp",
|
| - "allocator/PartitionAlloc.h",
|
| "allocator/PartitionAllocator.cpp",
|
| "allocator/PartitionAllocator.h",
|
| "allocator/Partitions.cpp",
|
| @@ -322,7 +316,6 @@ test("wtf_unittests") {
|
| "TreeNodeTest.cpp",
|
| "TypeTraitsTest.cpp",
|
| "VectorTest.cpp",
|
| - "allocator/PartitionAllocTest.cpp",
|
| "dtoa_test.cpp",
|
| "testing/RunAllTests.cpp",
|
| "text/AtomicStringTest.cpp",
|
|
|