| 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 'FileChooser.cpp', | 12 'FileChooser.cpp', |
| 13 'FileChooser.h', | 13 'FileChooser.h', |
| 14 'JSONValues.cpp', | 14 'JSONValues.cpp', |
| 15 'JSONValues.h', | 15 'JSONValues.h', |
| 16 'Language.cpp', | 16 'Language.cpp', |
| 17 'Language.h', | 17 'Language.h', |
| 18 'LayoutTestSupport.cpp', |
| 19 'LayoutTestSupport.h', |
| 18 'LayoutUnit.h', | 20 'LayoutUnit.h', |
| 19 'LinkHash.cpp', | 21 'LinkHash.cpp', |
| 20 'LinkHash.h', | 22 'LinkHash.h', |
| 21 'LocalizedStrings.cpp', | 23 'LocalizedStrings.cpp', |
| 22 'LocalizedStrings.h', | 24 'LocalizedStrings.h', |
| 23 'Logging.cpp', | 25 'Logging.cpp', |
| 24 'Logging.h', | 26 'Logging.h', |
| 25 'NotImplemented.cpp', | 27 'NotImplemented.cpp', |
| 26 'NotImplemented.h', | 28 'NotImplemented.h', |
| 27 'PurgeableBuffer.cpp', | 29 'PurgeableBuffer.cpp', |
| 28 'PurgeableBuffer.h', | 30 'PurgeableBuffer.h', |
| 29 'SharedBuffer.cpp', | 31 'SharedBuffer.cpp', |
| 30 'SharedBuffer.h', | 32 'SharedBuffer.h', |
| 31 ], | 33 ], |
| 32 'platform_test_files': [ | 34 'platform_test_files': [ |
| 33 'ClockTest.cpp', | 35 'ClockTest.cpp', |
| 34 'DecimalTest.cpp', | 36 'DecimalTest.cpp', |
| 35 'LayoutUnitTest.cpp', | 37 'LayoutUnitTest.cpp', |
| 36 'SharedBufferTest.cpp', | 38 'SharedBufferTest.cpp', |
| 37 ], | 39 ], |
| 38 }, | 40 }, |
| 39 } | 41 } |
| OLD | NEW |