| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'platform_files': [ | 3 'platform_files': [ |
| 4 'exported/Platform.cpp', | 4 'exported/Platform.cpp', |
| 5 'exported/WebData.cpp', | 5 'exported/WebData.cpp', |
| 6 'Clock.cpp', | 6 'Clock.cpp', |
| 7 'Clock.h', | 7 'Clock.h', |
| 8 'DateComponents.cpp', | 8 'DateComponents.cpp', |
| 9 'DateComponents.h', | 9 'DateComponents.h', |
| 10 'Decimal.cpp', | 10 'Decimal.cpp', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 'LocalizedStrings.cpp', | 21 'LocalizedStrings.cpp', |
| 22 'LocalizedStrings.h', | 22 'LocalizedStrings.h', |
| 23 'Logging.cpp', | 23 'Logging.cpp', |
| 24 'Logging.h', | 24 'Logging.h', |
| 25 'NotImplemented.cpp', | 25 'NotImplemented.cpp', |
| 26 'NotImplemented.h', | 26 'NotImplemented.h', |
| 27 'PurgeableBuffer.cpp', | 27 'PurgeableBuffer.cpp', |
| 28 'PurgeableBuffer.h', | 28 'PurgeableBuffer.h', |
| 29 'SharedBuffer.cpp', | 29 'SharedBuffer.cpp', |
| 30 'SharedBuffer.h', | 30 'SharedBuffer.h', |
| 31 'URLPatternMatcher.cpp', |
| 32 'URLPatternMatcher.h', |
| 31 'UUID.cpp', | 33 'UUID.cpp', |
| 32 'UUID.h', | 34 'UUID.h', |
| 33 ], | 35 ], |
| 34 'platform_test_files': [ | 36 'platform_test_files': [ |
| 35 'ClockTest.cpp', | 37 'ClockTest.cpp', |
| 36 'DecimalTest.cpp', | 38 'DecimalTest.cpp', |
| 37 'LayoutUnitTest.cpp', | 39 'LayoutUnitTest.cpp', |
| 38 'SharedBufferTest.cpp', | 40 'SharedBufferTest.cpp', |
| 39 ], | 41 ], |
| 40 }, | 42 }, |
| 41 } | 43 } |
| OLD | NEW |