OLD | NEW |
1 # For GN compatibility, this file can not have any conditions. | 1 # For GN compatibility, this file can not have any conditions. |
2 { | 2 { |
3 'variables': { | 3 'variables': { |
4 'wtf_files': [ | 4 'wtf_files': [ |
5 'ASCIICType.cpp', | 5 'ASCIICType.cpp', |
6 'ASCIICType.h', | 6 'ASCIICType.h', |
7 'AddressSanitizer.h', | 7 'AddressSanitizer.h', |
8 'AddressSpaceRandomization.cpp', | 8 'AddressSpaceRandomization.cpp', |
9 'AddressSpaceRandomization.h', | 9 'AddressSpaceRandomization.h', |
10 'Alias.cpp', | 10 'Alias.cpp', |
(...skipping 26 matching lines...) Expand all Loading... |
37 'ConditionalDestructor.h', | 37 'ConditionalDestructor.h', |
38 'ContainerAnnotations.h', | 38 'ContainerAnnotations.h', |
39 'CryptographicallyRandomNumber.cpp', | 39 'CryptographicallyRandomNumber.cpp', |
40 'CryptographicallyRandomNumber.h', | 40 'CryptographicallyRandomNumber.h', |
41 'CurrentTime.cpp', | 41 'CurrentTime.cpp', |
42 'CurrentTime.h', | 42 'CurrentTime.h', |
43 'DataLog.cpp', | 43 'DataLog.cpp', |
44 'DataLog.h', | 44 'DataLog.h', |
45 'DateMath.cpp', | 45 'DateMath.cpp', |
46 'DateMath.h', | 46 'DateMath.h', |
47 'DefaultAllocator.cpp', | |
48 'DefaultAllocator.h', | |
49 'Deque.h', | 47 'Deque.h', |
50 'DoublyLinkedList.h', | 48 'DoublyLinkedList.h', |
51 'DynamicAnnotations.cpp', | 49 'DynamicAnnotations.cpp', |
52 'DynamicAnnotations.h', | 50 'DynamicAnnotations.h', |
53 'FilePrintStream.cpp', | 51 'FilePrintStream.cpp', |
54 'FilePrintStream.h', | 52 'FilePrintStream.h', |
55 'Float32Array.h', | 53 'Float32Array.h', |
56 'Float64Array.h', | 54 'Float64Array.h', |
57 'Forward.h', | 55 'Forward.h', |
58 'Functional.h', | 56 'Functional.h', |
(...skipping 25 matching lines...) Expand all Loading... |
84 'Noncopyable.h', | 82 'Noncopyable.h', |
85 'NotFound.h', | 83 'NotFound.h', |
86 'NullPtr.h', | 84 'NullPtr.h', |
87 'Optional.h', | 85 'Optional.h', |
88 'OwnPtr.h', | 86 'OwnPtr.h', |
89 'OwnPtrCommon.h', | 87 'OwnPtrCommon.h', |
90 'PageAllocator.cpp', | 88 'PageAllocator.cpp', |
91 'PageAllocator.h', | 89 'PageAllocator.h', |
92 'PartitionAlloc.cpp', | 90 'PartitionAlloc.cpp', |
93 'PartitionAlloc.h', | 91 'PartitionAlloc.h', |
| 92 'PartitionAllocator.cpp', |
| 93 'PartitionAllocator.h', |
94 'Partitions.cpp', | 94 'Partitions.cpp', |
95 'Partitions.h', | 95 'Partitions.h', |
96 'PassOwnPtr.h', | 96 'PassOwnPtr.h', |
97 'PassRefPtr.h', | 97 'PassRefPtr.h', |
98 'PassTraits.h', | 98 'PassTraits.h', |
99 'PrintStream.cpp', | 99 'PrintStream.cpp', |
100 'PrintStream.h', | 100 'PrintStream.h', |
101 'RefCounted.h', | 101 'RefCounted.h', |
102 'RefCountedLeakCounter.cpp', | 102 'RefCountedLeakCounter.cpp', |
103 'RefCountedLeakCounter.h', | 103 'RefCountedLeakCounter.h', |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 'text/StringOperatorsTest.cpp', | 236 'text/StringOperatorsTest.cpp', |
237 'text/TextCodecReplacementTest.cpp', | 237 'text/TextCodecReplacementTest.cpp', |
238 'text/TextCodecUTF8Test.cpp', | 238 'text/TextCodecUTF8Test.cpp', |
239 'text/WTFStringTest.cpp', | 239 'text/WTFStringTest.cpp', |
240 ], | 240 ], |
241 'wtf_unittest_helper_files': [ | 241 'wtf_unittest_helper_files': [ |
242 'testing/WTFTestPrinters.cpp', | 242 'testing/WTFTestPrinters.cpp', |
243 ], | 243 ], |
244 }, | 244 }, |
245 } | 245 } |
OLD | NEW |