| 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 'LayoutTestSupport.h', | 21 'LayoutTestSupport.h', |
| 22 'LayoutUnit.h', | 22 'LayoutUnit.h', |
| 23 'LinkHash.cpp', | 23 'LinkHash.cpp', |
| 24 'LinkHash.h', | 24 'LinkHash.h', |
| 25 'LocalizedStrings.cpp', | 25 'LocalizedStrings.cpp', |
| 26 'LocalizedStrings.h', | 26 'LocalizedStrings.h', |
| 27 'Logging.cpp', | 27 'Logging.cpp', |
| 28 'Logging.h', | 28 'Logging.h', |
| 29 'NotImplemented.cpp', | 29 'NotImplemented.cpp', |
| 30 'NotImplemented.h', | 30 'NotImplemented.h', |
| 31 'PlatformEvent.cpp', |
| 32 'PlatformEvent.h', |
| 31 'PurgeableBuffer.cpp', | 33 'PurgeableBuffer.cpp', |
| 32 'PurgeableBuffer.h', | 34 'PurgeableBuffer.h', |
| 33 'SharedBuffer.cpp', | 35 'SharedBuffer.cpp', |
| 34 'SharedBuffer.h', | 36 'SharedBuffer.h', |
| 35 'UUID.cpp', | 37 'UUID.cpp', |
| 36 'UUID.h', | 38 'UUID.h', |
| 37 ], | 39 ], |
| 38 'platform_test_files': [ | 40 'platform_test_files': [ |
| 39 'ClockTest.cpp', | 41 'ClockTest.cpp', |
| 40 'DecimalTest.cpp', | 42 'DecimalTest.cpp', |
| 41 'LayoutUnitTest.cpp', | 43 'LayoutUnitTest.cpp', |
| 42 'SharedBufferTest.cpp', | 44 'SharedBufferTest.cpp', |
| 43 ], | 45 ], |
| 44 }, | 46 }, |
| 45 } | 47 } |
| OLD | NEW |