| 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', |
| 11 'Decimal.h', | 11 'Decimal.h', |
| 12 'JSONValues.cpp', |
| 13 'JSONValues.h', |
| 12 'Language.cpp', | 14 'Language.cpp', |
| 13 'Language.h', | 15 'Language.h', |
| 14 'LinkHash.cpp', | 16 'LinkHash.cpp', |
| 15 'LinkHash.h', | 17 'LinkHash.h', |
| 16 'Logging.cpp', | 18 'Logging.cpp', |
| 17 'Logging.h', | 19 'Logging.h', |
| 18 'NotImplemented.cpp', | 20 'NotImplemented.cpp', |
| 19 'NotImplemented.h', | 21 'NotImplemented.h', |
| 20 'PurgeableBuffer.cpp', | 22 'PurgeableBuffer.cpp', |
| 21 'PurgeableBuffer.h', | 23 'PurgeableBuffer.h', |
| 22 'SharedBuffer.cpp', | 24 'SharedBuffer.cpp', |
| 23 'SharedBuffer.h', | 25 'SharedBuffer.h', |
| 24 ], | 26 ], |
| 25 'platform_test_files': [ | 27 'platform_test_files': [ |
| 26 'ClockTest.cpp', | 28 'ClockTest.cpp', |
| 27 'DecimalTest.cpp', | 29 'DecimalTest.cpp', |
| 28 'SharedBufferTest.cpp', | 30 'SharedBufferTest.cpp', |
| 29 ], | 31 ], |
| 30 }, | 32 }, |
| 31 } | 33 } |
| OLD | NEW |