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', |
| 9 'DateComponents.h', |
| 10 'Language.cpp', |
| 11 'Language.h', |
| 12 'Logging.cpp', |
| 13 'Logging.h', |
| 14 'NotImplemented.cpp', |
| 15 'NotImplemented.h', |
8 'PurgeableBuffer.cpp', | 16 'PurgeableBuffer.cpp', |
9 'PurgeableBuffer.h', | 17 'PurgeableBuffer.h', |
10 'SharedBuffer.cpp', | 18 'SharedBuffer.cpp', |
11 'SharedBuffer.h', | 19 'SharedBuffer.h', |
12 ], | 20 ], |
13 'platform_test_files': [ | 21 'platform_test_files': [ |
14 'ClockTest.cpp', | 22 'ClockTest.cpp', |
15 'SharedBufferTest.cpp', | 23 'SharedBufferTest.cpp', |
16 ], | 24 ], |
17 }, | 25 }, |
18 } | 26 } |
OLD | NEW |