| 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 'Alignment.h', | 8 'Alignment.h', |
| 9 'Allocator.h', | 9 'Allocator.h', |
| 10 'Assertions.cpp', | 10 'Assertions.cpp', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'NotFound.h', | 63 'NotFound.h', |
| 64 'Optional.h', | 64 'Optional.h', |
| 65 'PassRefPtr.h', | 65 'PassRefPtr.h', |
| 66 'PrintStream.cpp', | 66 'PrintStream.cpp', |
| 67 'PrintStream.h', | 67 'PrintStream.h', |
| 68 'PtrUtil.h', | 68 'PtrUtil.h', |
| 69 'RefCounted.h', | 69 'RefCounted.h', |
| 70 'RefPtr.h', | 70 'RefPtr.h', |
| 71 'RetainPtr.h', | 71 'RetainPtr.h', |
| 72 'SaturatedArithmetic.h', | 72 'SaturatedArithmetic.h', |
| 73 'SizeAssertions.h', |
| 73 'SizeLimits.cpp', | 74 'SizeLimits.cpp', |
| 74 'SpinLock.cpp', | 75 'SpinLock.cpp', |
| 75 'SpinLock.h', | 76 'SpinLock.h', |
| 76 'StaticConstructors.h', | 77 'StaticConstructors.h', |
| 77 'StdLibExtras.h', | 78 'StdLibExtras.h', |
| 78 'StringExtras.h', | 79 'StringExtras.h', |
| 79 'StringHasher.h', | 80 'StringHasher.h', |
| 80 'ThreadRestrictionVerifier.h', | 81 'ThreadRestrictionVerifier.h', |
| 81 'ThreadSafeRefCounted.h', | 82 'ThreadSafeRefCounted.h', |
| 82 'ThreadSpecific.h', | 83 'ThreadSpecific.h', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 'text/StringOperatorsTest.cpp', | 235 'text/StringOperatorsTest.cpp', |
| 235 'text/StringViewTest.cpp', | 236 'text/StringViewTest.cpp', |
| 236 'text/TextCodecTest.cpp', | 237 'text/TextCodecTest.cpp', |
| 237 'text/TextCodecReplacementTest.cpp', | 238 'text/TextCodecReplacementTest.cpp', |
| 238 'text/TextCodecUTF8Test.cpp', | 239 'text/TextCodecUTF8Test.cpp', |
| 239 'text/WTFStringTest.cpp', | 240 'text/WTFStringTest.cpp', |
| 240 'typed_arrays/ArrayBufferBuilderTest.cpp', | 241 'typed_arrays/ArrayBufferBuilderTest.cpp', |
| 241 ], | 242 ], |
| 242 }, | 243 }, |
| 243 } | 244 } |
| OLD | NEW |