| 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.h', | 5 'ASCIICType.h', |
| 6 'AddressSanitizer.h', | 6 'AddressSanitizer.h', |
| 7 'AddressSpaceRandomization.cpp', | 7 'AddressSpaceRandomization.cpp', |
| 8 'AddressSpaceRandomization.h', | 8 'AddressSpaceRandomization.h', |
| 9 'Alignment.h', | 9 'Alignment.h', |
| 10 'Allocator.h', | 10 'Allocator.h', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'PassRefPtr.h', | 98 'PassRefPtr.h', |
| 99 'PassTraits.h', | 99 'PassTraits.h', |
| 100 'PrintStream.cpp', | 100 'PrintStream.cpp', |
| 101 'PrintStream.h', | 101 'PrintStream.h', |
| 102 'RefCounted.h', | 102 'RefCounted.h', |
| 103 'RefCountedLeakCounter.cpp', | 103 'RefCountedLeakCounter.cpp', |
| 104 'RefCountedLeakCounter.h', | 104 'RefCountedLeakCounter.h', |
| 105 'RefPtr.h', | 105 'RefPtr.h', |
| 106 'RetainPtr.h', | 106 'RetainPtr.h', |
| 107 'SaturatedArithmetic.h', | 107 'SaturatedArithmetic.h', |
| 108 'SizeAssertions.h', |
| 108 'SizeLimits.cpp', | 109 'SizeLimits.cpp', |
| 109 'SpinLock.h', | 110 'SpinLock.h', |
| 110 'StaticConstructors.h', | 111 'StaticConstructors.h', |
| 111 'StdLibExtras.h', | 112 'StdLibExtras.h', |
| 112 'StringExtras.h', | 113 'StringExtras.h', |
| 113 'StringHasher.h', | 114 'StringHasher.h', |
| 114 'TemporaryChange.h', | 115 'TemporaryChange.h', |
| 115 'ThreadRestrictionVerifier.h', | 116 'ThreadRestrictionVerifier.h', |
| 116 'ThreadSafeRefCounted.h', | 117 'ThreadSafeRefCounted.h', |
| 117 'ThreadSpecific.h', | 118 'ThreadSpecific.h', |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 'text/StringOperatorsTest.cpp', | 236 'text/StringOperatorsTest.cpp', |
| 236 'text/TextCodecReplacementTest.cpp', | 237 'text/TextCodecReplacementTest.cpp', |
| 237 'text/TextCodecUTF8Test.cpp', | 238 'text/TextCodecUTF8Test.cpp', |
| 238 'text/WTFStringTest.cpp', | 239 'text/WTFStringTest.cpp', |
| 239 ], | 240 ], |
| 240 'wtf_unittest_helper_files': [ | 241 'wtf_unittest_helper_files': [ |
| 241 'testing/WTFTestPrinters.cpp', | 242 'testing/WTFTestPrinters.cpp', |
| 242 ], | 243 ], |
| 243 }, | 244 }, |
| 244 } | 245 } |
| OLD | NEW |