Chromium Code Reviews

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

Issue 23604048: Get rid of fastMallocGoodSize() and replace it with something generic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missed WTF_EXPORT. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« 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 'ArrayBufferContents.cpp', 8 'ArrayBufferContents.cpp',
9 'ArrayBufferContents.h', 9 'ArrayBufferContents.h',
10 'ArrayBufferDeallocationObserver.h', 10 'ArrayBufferDeallocationObserver.h',
(...skipping 80 matching lines...)
91 'ParallelJobsLibdispatch.h', 91 'ParallelJobsLibdispatch.h',
92 'PartitionAlloc.cpp', 92 'PartitionAlloc.cpp',
93 'PartitionAlloc.h', 93 'PartitionAlloc.h',
94 'PassOwnArrayPtr.h', 94 'PassOwnArrayPtr.h',
95 'PassOwnPtr.h', 95 'PassOwnPtr.h',
96 'PassRefPtr.h', 96 'PassRefPtr.h',
97 'PassTraits.h', 97 'PassTraits.h',
98 'PrintStream.cpp', 98 'PrintStream.cpp',
99 'PrintStream.h', 99 'PrintStream.h',
100 'ProcessID.h', 100 'ProcessID.h',
101 'QuantizedAllocation.cpp',
102 'QuantizedAllocation.h',
101 'RandomNumber.cpp', 103 'RandomNumber.cpp',
102 'RandomNumber.h', 104 'RandomNumber.h',
103 'RandomNumberSeed.h', 105 'RandomNumberSeed.h',
104 'RefCounted.h', 106 'RefCounted.h',
105 'RefCountedLeakCounter.cpp', 107 'RefCountedLeakCounter.cpp',
106 'RefCountedLeakCounter.h', 108 'RefCountedLeakCounter.h',
107 'RefPtr.h', 109 'RefPtr.h',
108 'RefPtrHashMap.h', 110 'RefPtrHashMap.h',
109 'RetainPtr.h', 111 'RetainPtr.h',
110 'SHA1.cpp', 112 'SHA1.cpp',
(...skipping 120 matching lines...)
231 'tests/StringImpl.cpp', 233 'tests/StringImpl.cpp',
232 'tests/StringOperators.cpp', 234 'tests/StringOperators.cpp',
233 'tests/TemporaryChange.cpp', 235 'tests/TemporaryChange.cpp',
234 'tests/Vector.cpp', 236 'tests/Vector.cpp',
235 'tests/VectorBasic.cpp', 237 'tests/VectorBasic.cpp',
236 'tests/VectorReverse.cpp', 238 'tests/VectorReverse.cpp',
237 'tests/WTFString.cpp', 239 'tests/WTFString.cpp',
238 ], 240 ],
239 }, 241 },
240 } 242 }
OLDNEW
« no previous file with comments | « Source/wtf/WTF.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine