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

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

Issue 2518253002: Move Partition Allocator into Chromium base. (Closed)
Patch Set: Created 4 years, 1 month 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 54cf9ba396e3baf5a3345fe7d85c25794a731941..6f6d03460d260f2d41fdd6d5d6f8049fb2b964d9 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -134,16 +134,8 @@ 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",
- "allocator/Partitions.h",
+ "asm/SaturatedArithmeticARM.h",
Primiano Tucci (use gerrit) 2016/11/22 14:28:33 uh? either you forgot to git-add this file or this
palmer 2016/11/24 01:05:56 Don't know how that happened. Fixed.
"build_config.h",
"debug/Alias.h",
"debug/CrashLogging.h",

Powered by Google App Engine
This is Rietveld 408576698