| 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 16 matching lines...) Expand all  Loading... | 
|  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       'PurgeableBuffer.cpp', |  31       'PurgeableBuffer.cpp', | 
|  32       'PurgeableBuffer.h', |  32       'PurgeableBuffer.h', | 
|  33       'SharedBuffer.cpp', |  33       'SharedBuffer.cpp', | 
|  34       'SharedBuffer.h', |  34       'SharedBuffer.h', | 
|  35       'UUID.cpp', |  35       'UUID.cpp', | 
|  36       'UUID.h', |  36       'UUID.h', | 
 |  37       'text/BidiContext.cpp', | 
 |  38       'text/BidiContext.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 |