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

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

Issue 14238015: Move Source/WTF/wtf to Source/wtf (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 'variables': {
3 'wtf_files': [
4 'ASCIICType.h',
5 'AVLTree.h',
6 'Alignment.h',
7 'ArrayBuffer.cpp',
8 'ArrayBuffer.h',
9 'ArrayBufferView.cpp',
10 'ArrayBufferView.h',
11 'Assertions.cpp',
12 'Assertions.h',
13 'Atomics.h',
14 'AutodrainedPool.h',
15 'AutodrainedPoolMac.mm',
16 'BitArray.h',
17 'BitVector.cpp',
18 'BitVector.h',
19 'Bitmap.h',
20 'BlockStack.h',
21 'BloomFilter.h',
22 'BumpPointerAllocator.h',
23 'ByteOrder.h',
24 'CheckedArithmetic.h',
25 'CheckedBoolean.h',
26 'Compiler.h',
27 'Complex.h',
28 'CryptographicallyRandomNumber.cpp',
29 'CryptographicallyRandomNumber.h',
30 'CurrentTime.h',
31 'DataLog.cpp',
32 'DataLog.h',
33 'DateMath.cpp',
34 'DateMath.h',
35 'DecimalNumber.cpp',
36 'DecimalNumber.h',
37 'Decoder.h',
38 'Deque.h',
39 'DoublyLinkedList.h',
40 'DynamicAnnotations.cpp',
41 'DynamicAnnotations.h',
42 'Encoder.h',
43 'FastAllocBase.h',
44 'FastMalloc.cpp',
45 'FastMalloc.h',
46 'FeatureDefines.h',
47 'FilePrintStream.cpp',
48 'FilePrintStream.h',
49 'FixedArray.h',
50 'Float32Array.h',
51 'Float64Array.h',
52 'Forward.h',
53 'Functional.h',
54 'GetPtr.h',
55 'GregorianDateTime.cpp',
56 'GregorianDateTime.h',
57 'HashCountedSet.h',
58 'HashFunctions.h',
59 'HashIterators.h',
60 'HashMap.h',
61 'HashSet.h',
62 'HashTable.cpp',
63 'HashTable.h',
64 'HashTraits.h',
65 'HexNumber.h',
66 'Int16Array.h',
67 'Int32Array.h',
68 'Int8Array.h',
69 'IntegralTypedArrayBase.h',
70 'ListHashSet.h',
71 'ListRefPtr.h',
72 'Locker.h',
73 'MD5.cpp',
74 'MD5.h',
75 'MainThread.h',
76 'MallocZoneSupport.h',
77 'MathExtras.h',
78 'MediaTime.cpp',
79 'MediaTime.h',
80 'MemoryInstrumentation.cpp',
81 'MemoryInstrumentation.h',
82 'MemoryInstrumentationArrayBufferView.h',
83 'MemoryInstrumentationHashCountedSet.h',
84 'MemoryInstrumentationHashMap.h',
85 'MemoryInstrumentationHashSet.h',
86 'MemoryInstrumentationListHashSet.h',
87 'MemoryInstrumentationSequence.h',
88 'MemoryInstrumentationString.h',
89 'MemoryInstrumentationVector.h',
90 'MemoryObjectInfo.h',
91 'MessageQueue.h',
92 'NonCopyingSort.h',
93 'Noncopyable.h',
94 'NotFound.h',
95 'NullPtr.cpp',
96 'NullPtr.h',
97 'NumberOfCores.cpp',
98 'NumberOfCores.h',
99 'OSAllocator.h',
100 'OSAllocatorPosix.cpp',
101 'OSAllocatorWin.cpp',
102 'OSRandomSource.h',
103 'OwnArrayPtr.h',
104 'OwnPtr.h',
105 'OwnPtrCommon.h',
106 'PageAllocation.h',
107 'PageAllocationAligned.cpp',
108 'PageAllocationAligned.h',
109 'PageBlock.cpp',
110 'PageBlock.h',
111 'PageReservation.h',
112 'ParallelJobs.h',
113 'ParallelJobsGeneric.cpp',
114 'ParallelJobsGeneric.h',
115 'ParallelJobsLibdispatch.h',
116 'ParallelJobsOpenMP.h',
117 'PassOwnArrayPtr.h',
118 'PassOwnPtr.h',
119 'PassRefPtr.h',
120 'PassTraits.h',
121 'Platform.h',
122 'PossiblyNull.h',
123 'PrintStream.cpp',
124 'PrintStream.h',
125 'ProcessID.h',
126 'RandomNumber.cpp',
127 'RandomNumber.h',
128 'RandomNumberSeed.h',
129 'RawPointer.h',
130 'RefCounted.h',
131 'RefCountedLeakCounter.cpp',
132 'RefCountedLeakCounter.h',
133 'RefPtr.h',
134 'RefPtrHashMap.h',
135 'RetainPtr.h',
136 'SHA1.cpp',
137 'SHA1.h',
138 'SaturatedArithmetic.h',
139 'SinglyLinkedList.h',
140 'SizeLimits.cpp',
141 'StackBounds.cpp',
142 'StackBounds.h',
143 'StaticConstructors.h',
144 'StdLibExtras.h',
145 'StringExtras.h',
146 'StringHasher.h',
147 'TCPackedCache.h',
148 'TCPageMap.h',
149 'TCSpinLock.h',
150 'TCSystemAlloc.cpp',
151 'TCSystemAlloc.h',
152 'TemporaryChange.h',
153 'ThreadFunctionInvocation.h',
154 'ThreadIdentifierDataPthreads.cpp',
155 'ThreadIdentifierDataPthreads.h',
156 'ThreadRestrictionVerifier.h',
157 'ThreadSafeRefCounted.h',
158 'ThreadSpecific.h',
159 'ThreadSpecificWin.cpp',
160 'Threading.cpp',
161 'Threading.h',
162 'ThreadingPrimitives.h',
163 'ThreadingPthreads.cpp',
164 'ThreadingWin.cpp',
165 'TypeTraits.cpp',
166 'TypeTraits.h',
167 'TypedArrayBase.h',
168 'Uint16Array.h',
169 'Uint32Array.h',
170 'Uint8Array.h',
171 'UnusedParam.h',
172 'VMTags.h',
173 'ValueCheck.h',
174 'Vector.h',
175 'VectorTraits.h',
176 'WTFThreadData.cpp',
177 'WTFThreadData.h',
178 'WeakPtr.h',
179 'chromium/ChromiumThreading.h',
180 'chromium/MainThreadChromium.cpp',
181 'dtoa.cpp',
182 'dtoa.h',
183 'dtoa/bignum-dtoa.cc',
184 'dtoa/bignum-dtoa.h',
185 'dtoa/bignum.cc',
186 'dtoa/bignum.h',
187 'dtoa/cached-powers.cc',
188 'dtoa/cached-powers.h',
189 'dtoa/diy-fp.cc',
190 'dtoa/diy-fp.h',
191 'dtoa/double-conversion.cc',
192 'dtoa/double-conversion.h',
193 'dtoa/double.h',
194 'dtoa/fast-dtoa.cc',
195 'dtoa/fast-dtoa.h',
196 'dtoa/fixed-dtoa.cc',
197 'dtoa/fixed-dtoa.h',
198 'dtoa/strtod.cc',
199 'dtoa/strtod.h',
200 'dtoa/utils.h',
201 'text/ASCIIFastPath.h',
202 'text/AtomicString.cpp',
203 'text/AtomicString.h',
204 'text/AtomicStringHash.h',
205 'text/AtomicStringImpl.h',
206 'text/Base64.cpp',
207 'text/Base64.h',
208 'text/CString.cpp',
209 'text/CString.h',
210 'text/IntegerToStringConversion.h',
211 'text/StringBuffer.h',
212 'text/StringBuilder.cpp',
213 'text/StringBuilder.h',
214 'text/StringConcatenate.h',
215 'text/StringHash.h',
216 'text/StringImpl.cpp',
217 'text/StringImpl.h',
218 'text/StringOperators.h',
219 'text/StringStatics.cpp',
220 'text/TextPosition.h',
221 'text/WTFString.cpp',
222 'text/WTFString.h',
223 'unicode/CharacterNames.h',
224 'unicode/Collator.h',
225 'unicode/CollatorDefault.cpp',
226 'unicode/ScriptCodesFromICU.h',
227 'unicode/UTF8.cpp',
228 'unicode/UTF8.h',
229 'unicode/Unicode.h',
230 'unicode/UnicodeMacrosFromICU.h',
231 'unicode/icu/CollatorICU.cpp',
232 'unicode/icu/UnicodeIcu.h',
233 ],
234 }
235 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698