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

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

Issue 2292893003: Remove Blink WTF GYP files. (Closed)
Patch Set: dotfile Created 4 years, 3 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 | « third_party/WebKit/Source/wtf/wtf.gyp ('k') | third_party/WebKit/Source/wtf/wtf_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # For GN compatibility, this file can not have any conditions.
2 {
3 'variables': {
4 'wtf_files': [
5 'ASCIICType.cpp',
6 'ASCIICType.h',
7 'AddressSanitizer.h',
8 'Alignment.h',
9 'Allocator.h',
10 'Assertions.cpp',
11 'Assertions.h',
12 'Atomics.h',
13 'AutoReset.h',
14 'BitVector.cpp',
15 'BitVector.h',
16 'BitwiseOperations.h',
17 'BloomFilter.h',
18 'ByteOrder.h',
19 'ByteSwap.h',
20 'CPU.h',
21 'CheckedNumeric.h',
22 'Compiler.h',
23 'ConditionalDestructor.h',
24 'ContainerAnnotations.h',
25 'CryptographicallyRandomNumber.cpp',
26 'CryptographicallyRandomNumber.h',
27 'CurrentTime.cpp',
28 'CurrentTime.h',
29 'DataLog.cpp',
30 'DataLog.h',
31 'DateMath.cpp',
32 'DateMath.h',
33 'Deque.h',
34 'DoublyLinkedList.h',
35 'DynamicAnnotations.cpp',
36 'DynamicAnnotations.h',
37 'FilePrintStream.cpp',
38 'FilePrintStream.h',
39 'Forward.h',
40 'Functional.h',
41 'GetPtr.h',
42 'HashCountedSet.h',
43 'HashFunctions.h',
44 'HashIterators.h',
45 'HashMap.h',
46 'HashSet.h',
47 'HashTable.cpp',
48 'HashTable.h',
49 'HashTableDeletedValueType.h',
50 'HashTraits.h',
51 'HexNumber.h',
52 'InstanceCounter.cpp',
53 'InstanceCounter.h',
54 'LeakAnnotations.h',
55 'LinkedStack.h',
56 'ListHashSet.h',
57 'Locker.h',
58 'MathExtras.h',
59 'MakeCancellable.cpp',
60 'MakeCancellable.h',
61 'NonCopyingSort.h',
62 'Noncopyable.h',
63 'NotFound.h',
64 'Optional.h',
65 'PassRefPtr.h',
66 'PrintStream.cpp',
67 'PrintStream.h',
68 'PtrUtil.h',
69 'RefCounted.h',
70 'RefPtr.h',
71 'RetainPtr.h',
72 'SaturatedArithmetic.h',
73 'SizeLimits.cpp',
74 'SpinLock.cpp',
75 'SpinLock.h',
76 'StaticConstructors.h',
77 'StdLibExtras.h',
78 'StringExtras.h',
79 'StringHasher.h',
80 'ThreadRestrictionVerifier.h',
81 'ThreadSafeRefCounted.h',
82 'ThreadSpecific.h',
83 'ThreadSpecificWin.cpp',
84 'Threading.h',
85 'ThreadingPrimitives.h',
86 'ThreadingPthreads.cpp',
87 'ThreadingWin.cpp',
88 'TreeNode.h',
89 'TypeTraits.h',
90 'Vector.h',
91 'VectorTraits.h',
92 'WTF.cpp',
93 'WTF.h',
94 'WTFExport.h',
95 'WTFThreadData.cpp',
96 'WTFThreadData.h',
97 'WeakPtr.h',
98 'allocator/AddressSpaceRandomization.cpp',
99 'allocator/AddressSpaceRandomization.h',
100 'allocator/PageAllocator.cpp',
101 'allocator/PageAllocator.h',
102 'allocator/PartitionAlloc.cpp',
103 'allocator/PartitionAlloc.h',
104 'allocator/PartitionAllocator.cpp',
105 'allocator/PartitionAllocator.h',
106 'allocator/Partitions.cpp',
107 'allocator/Partitions.h',
108 'asm/SaturatedArithmeticARM.h',
109 'build_config.h',
110 'debug/Alias.h',
111 'debug/CrashLogging.h',
112 'dtoa.cpp',
113 'dtoa.h',
114 'dtoa/bignum-dtoa.cc',
115 'dtoa/bignum-dtoa.h',
116 'dtoa/bignum.cc',
117 'dtoa/bignum.h',
118 'dtoa/cached-powers.cc',
119 'dtoa/cached-powers.h',
120 'dtoa/diy-fp.cc',
121 'dtoa/diy-fp.h',
122 'dtoa/double-conversion.cc',
123 'dtoa/double-conversion.h',
124 'dtoa/double.h',
125 'dtoa/fast-dtoa.cc',
126 'dtoa/fast-dtoa.h',
127 'dtoa/fixed-dtoa.cc',
128 'dtoa/fixed-dtoa.h',
129 'dtoa/strtod.cc',
130 'dtoa/strtod.h',
131 'dtoa/utils.h',
132 'text/ASCIIFastPath.h',
133 'text/AtomicString.cpp',
134 'text/AtomicString.h',
135 'text/AtomicStringCF.cpp',
136 'text/AtomicStringHash.h',
137 'text/AtomicStringTable.cpp',
138 'text/AtomicStringTable.h',
139 'text/Base64.cpp',
140 'text/Base64.h',
141 'text/CString.cpp',
142 'text/CString.h',
143 'text/CharacterNames.h',
144 'text/Collator.h',
145 'text/IntegerToStringConversion.h',
146 'text/ParsingUtilities.h',
147 'text/StringBuffer.h',
148 'text/StringBuilder.cpp',
149 'text/StringBuilder.h',
150 'text/StringConcatenate.cpp',
151 'text/StringConcatenate.h',
152 'text/StringHash.h',
153 'text/StringImpl.cpp',
154 'text/StringImpl.h',
155 'text/StringImplCF.cpp',
156 'text/StringImplMac.mm',
157 'text/StringMac.mm',
158 'text/StringOperators.h',
159 'text/StringStatics.cpp',
160 'text/StringToNumber.cpp',
161 'text/StringToNumber.h',
162 'text/StringUTF8Adaptor.h',
163 'text/StringView.h',
164 'text/StringView.cpp',
165 'text/TextCodec.h',
166 'text/TextCodec.cpp',
167 'text/TextCodecASCIIFastPath.h',
168 'text/TextCodecICU.cpp',
169 'text/TextCodecLatin1.cpp',
170 'text/TextCodecReplacement.cpp',
171 'text/TextCodecReplacement.h',
172 'text/TextCodecUTF16.cpp',
173 'text/TextCodecUTF8.cpp',
174 'text/TextCodecUTF8.h',
175 'text/TextCodecUserDefined.cpp',
176 'text/TextEncoding.cpp',
177 'text/TextEncodingRegistry.cpp',
178 'text/TextPosition.cpp',
179 'text/TextPosition.h',
180 'text/UTF8.cpp',
181 'text/UTF8.h',
182 'text/Unicode.h',
183 'text/WTFString.cpp',
184 'text/WTFString.h',
185 'text/icu/CollatorICU.cpp',
186 'text/icu/UnicodeIcu.h',
187 'typed_arrays/ArrayBuffer.cpp',
188 'typed_arrays/ArrayBuffer.h',
189 'typed_arrays/ArrayBufferBuilder.cpp',
190 'typed_arrays/ArrayBufferBuilder.h',
191 'typed_arrays/ArrayBufferContents.cpp',
192 'typed_arrays/ArrayBufferContents.h',
193 'typed_arrays/ArrayBufferView.cpp',
194 'typed_arrays/ArrayBufferView.h',
195 'typed_arrays/ArrayPiece.cpp',
196 'typed_arrays/ArrayPiece.h',
197 'typed_arrays/Float32Array.h',
198 'typed_arrays/Float64Array.h',
199 'typed_arrays/Int16Array.h',
200 'typed_arrays/Int32Array.h',
201 'typed_arrays/Int8Array.h',
202 'typed_arrays/IntegralTypedArrayBase.h',
203 'typed_arrays/TypedArrayBase.h',
204 'typed_arrays/Uint16Array.h',
205 'typed_arrays/Uint32Array.h',
206 'typed_arrays/Uint8Array.h',
207 ],
208 'wtf_unittest_files': [
209 'ASCIICTypeTest.cpp',
210 'AssertionsTest.cpp',
211 'DequeTest.cpp',
212 'FunctionalTest.cpp',
213 'HashMapTest.cpp',
214 'HashSetTest.cpp',
215 'ListHashSetTest.cpp',
216 'MakeCancellableTest.cpp',
217 'MathExtrasTest.cpp',
218 'OptionalTest.cpp',
219 'PassRefPtrTest.cpp',
220 'RefPtrTest.cpp',
221 'SaturatedArithmeticTest.cpp',
222 'StringExtrasTest.cpp',
223 'StringHasherTest.cpp',
224 'TreeNodeTest.cpp',
225 'TypeTraitsTest.cpp',
226 'VectorTest.cpp',
227 'allocator/PartitionAllocTest.cpp',
228 'dtoa_test.cpp',
229 'text/AtomicStringTest.cpp',
230 'text/CStringTest.cpp',
231 'text/IntegerToStringConversionTest.cpp',
232 'text/StringBufferTest.cpp',
233 'text/StringBuilderTest.cpp',
234 'text/StringImplTest.cpp',
235 'text/StringOperatorsTest.cpp',
236 'text/StringViewTest.cpp',
237 'text/TextCodecTest.cpp',
238 'text/TextCodecReplacementTest.cpp',
239 'text/TextCodecUTF8Test.cpp',
240 'text/WTFStringTest.cpp',
241 'typed_arrays/ArrayBufferBuilderTest.cpp',
242 ],
243 },
244 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/wtf/wtf.gyp ('k') | third_party/WebKit/Source/wtf/wtf_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698