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

Unified Diff: Source/wtf/wtf.gypi

Issue 1041103002: PartitionAlloc: Centralize Partition allocators into one place (Part 1) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 months 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
« Source/wtf/Partitions.cpp ('K') | « Source/wtf/text/StringImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/wtf.gypi
diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi
index 1fe43e59d24b900d02c162ef9979786bf464049b..809e141a651eaab9a86d794c4278687d8c4aa38f 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -91,6 +91,8 @@
'PageAllocator.h',
'PartitionAlloc.cpp',
'PartitionAlloc.h',
+ 'Partitions.cpp',
+ 'Partitions.h',
'PassOwnPtr.h',
'PassRefPtr.h',
'PassTraits.h',
@@ -127,8 +129,6 @@
'Uint8Array.h',
'Vector.h',
'VectorTraits.h',
- 'WTF.cpp',
- 'WTF.h',
'WTFExport.h',
'WTFThreadData.cpp',
'WTFThreadData.h',
« Source/wtf/Partitions.cpp ('K') | « Source/wtf/text/StringImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698