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

Side by Side Diff: Source/wtf/wtf.gypi

Issue 177213007: Simplify DefaultAllocator::Quantizer using partitionAllocActualSize() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased + adjusted PurgeableVector test Created 6 years, 10 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 unified diff | Download patch
« no previous file with comments | « Source/wtf/WTF.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'wtf_files': [ 3 'wtf_files': [
4 'ASCIICType.h', 4 'ASCIICType.h',
5 'Alignment.h', 5 'Alignment.h',
6 'ArrayBuffer.cpp', 6 'ArrayBuffer.cpp',
7 'ArrayBuffer.h', 7 'ArrayBuffer.h',
8 'ArrayBufferBuilder.cpp', 8 'ArrayBufferBuilder.cpp',
9 'ArrayBufferBuilder.h', 9 'ArrayBufferBuilder.h',
10 'ArrayBufferContents.cpp', 10 'ArrayBufferContents.cpp',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'PageAllocator.cpp', 88 'PageAllocator.cpp',
89 'PageAllocator.h', 89 'PageAllocator.h',
90 'PartitionAlloc.cpp', 90 'PartitionAlloc.cpp',
91 'PartitionAlloc.h', 91 'PartitionAlloc.h',
92 'PassOwnPtr.h', 92 'PassOwnPtr.h',
93 'PassRefPtr.h', 93 'PassRefPtr.h',
94 'PassTraits.h', 94 'PassTraits.h',
95 'PrintStream.cpp', 95 'PrintStream.cpp',
96 'PrintStream.h', 96 'PrintStream.h',
97 'ProcessID.h', 97 'ProcessID.h',
98 'QuantizedAllocation.cpp',
99 'QuantizedAllocation.h',
100 'RefCounted.h', 98 'RefCounted.h',
101 'RefCountedLeakCounter.cpp', 99 'RefCountedLeakCounter.cpp',
102 'RefCountedLeakCounter.h', 100 'RefCountedLeakCounter.h',
103 'RefPtr.h', 101 'RefPtr.h',
104 'RefPtrHashMap.h', 102 'RefPtrHashMap.h',
105 'RetainPtr.h', 103 'RetainPtr.h',
106 'SHA1.cpp', 104 'SHA1.cpp',
107 'SHA1.h', 105 'SHA1.h',
108 'SaturatedArithmetic.h', 106 'SaturatedArithmetic.h',
109 'SizeLimits.cpp', 107 'SizeLimits.cpp',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'text/TextCodecUTF8Test.cpp', 230 'text/TextCodecUTF8Test.cpp',
233 'text/WTFStringTest.cpp', 231 'text/WTFStringTest.cpp',
234 ], 232 ],
235 'wtf_unittest_helper_files': [ 233 'wtf_unittest_helper_files': [
236 'testing/WTFTestHelpers.cpp', 234 'testing/WTFTestHelpers.cpp',
237 'testing/WTFTestHelpers.h', 235 'testing/WTFTestHelpers.h',
238 'testing/WTFUnitTestHelpersExport.h', 236 'testing/WTFUnitTestHelpersExport.h',
239 ], 237 ],
240 }, 238 },
241 } 239 }
OLDNEW
« no previous file with comments | « Source/wtf/WTF.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698