| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'platform_files': [ | 3 'platform_files': [ |
| 4 'Clock.cpp', | 4 'Clock.cpp', |
| 5 'Clock.h', | 5 'Clock.h', |
| 6 'ContentType.cpp', | 6 'ContentType.cpp', |
| 7 'ContentType.h', | 7 'ContentType.h', |
| 8 'DateComponents.cpp', | 8 'DateComponents.cpp', |
| 9 'DateComponents.h', | 9 'DateComponents.h', |
| 10 'Decimal.cpp', | 10 'Decimal.cpp', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 'LinkHash.cpp', | 24 'LinkHash.cpp', |
| 25 'LinkHash.h', | 25 'LinkHash.h', |
| 26 'LocalizedStrings.cpp', | 26 'LocalizedStrings.cpp', |
| 27 'LocalizedStrings.h', | 27 'LocalizedStrings.h', |
| 28 'Logging.cpp', | 28 'Logging.cpp', |
| 29 'Logging.h', | 29 'Logging.h', |
| 30 'NotImplemented.cpp', | 30 'NotImplemented.cpp', |
| 31 'NotImplemented.h', | 31 'NotImplemented.h', |
| 32 'Partitions.cpp', | 32 'Partitions.cpp', |
| 33 'Partitions.h', | 33 'Partitions.h', |
| 34 'PlatformEvent.h', |
| 34 'PlatformThreadData.cpp', | 35 'PlatformThreadData.cpp', |
| 35 'PlatformThreadData.h', | 36 'PlatformThreadData.h', |
| 36 'PurgeableBuffer.cpp', | 37 'PurgeableBuffer.cpp', |
| 37 'PurgeableBuffer.h', | 38 'PurgeableBuffer.h', |
| 38 'SharedBuffer.cpp', | 39 'SharedBuffer.cpp', |
| 39 'SharedBuffer.h', | 40 'SharedBuffer.h', |
| 40 'SharedBufferChunkReader.cpp', | 41 'SharedBufferChunkReader.cpp', |
| 41 'SharedBufferChunkReader.h', | 42 'SharedBufferChunkReader.h', |
| 42 'SharedTimer.cpp', | 43 'SharedTimer.cpp', |
| 43 'SharedTimer.h', | 44 'SharedTimer.h', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'platform_test_files': [ | 122 'platform_test_files': [ |
| 122 'clipboard/ClipboardUtilitiesTest.cpp', | 123 'clipboard/ClipboardUtilitiesTest.cpp', |
| 123 'text/DateTimeFormatTest.cpp', | 124 'text/DateTimeFormatTest.cpp', |
| 124 'ClockTest.cpp', | 125 'ClockTest.cpp', |
| 125 'DecimalTest.cpp', | 126 'DecimalTest.cpp', |
| 126 'LayoutUnitTest.cpp', | 127 'LayoutUnitTest.cpp', |
| 127 'SharedBufferTest.cpp', | 128 'SharedBufferTest.cpp', |
| 128 ], | 129 ], |
| 129 }, | 130 }, |
| 130 } | 131 } |
| OLD | NEW |