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

Unified Diff: third_party/WebKit/Source/wtf/BUILD.gn

Issue 2518253002: Move Partition Allocator into Chromium base. (Closed)
Patch Set: Move OOM_CRASH into its own, more specific header. Fixes Windows build. 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/wtf/BUILD.gn
diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn
index 11fccb12b02bd18e9815a62e6c411621bea85778..15ca2408e2e288374b0f43e62dd744e20c131280 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -134,12 +134,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",
@@ -324,7 +318,6 @@ test("wtf_unittests") {
"TreeNodeTest.cpp",
"TypeTraitsTest.cpp",
"VectorTest.cpp",
- "allocator/PartitionAllocTest.cpp",
"dtoa_test.cpp",
"testing/RunAllTests.cpp",
"text/AtomicStringTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698