| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'platform_files': [ | 3 'platform_files': [ |
| 4 'Clock.cpp', | 4 'Clock.cpp', |
| 5 'Clock.h', | 5 'Clock.h', |
| 6 'ContentType.cpp', | 6 'ContentType.cpp', |
| 7 'ContentType.h', | 7 'ContentType.h', |
| 8 'DateComponents.cpp', | 8 'DateComponents.cpp', |
| 9 'DateComponents.h', | 9 'DateComponents.h', |
| 10 'Decimal.cpp', | 10 'Decimal.cpp', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'geometry/IntRect.cpp', | 75 'geometry/IntRect.cpp', |
| 76 'geometry/IntRect.h', | 76 'geometry/IntRect.h', |
| 77 'geometry/IntRectExtent.h', | 77 'geometry/IntRectExtent.h', |
| 78 'geometry/IntSize.h', | 78 'geometry/IntSize.h', |
| 79 'geometry/LayoutBoxExtent.cpp', | 79 'geometry/LayoutBoxExtent.cpp', |
| 80 'geometry/LayoutBoxExtent.h', | 80 'geometry/LayoutBoxExtent.h', |
| 81 'geometry/LayoutPoint.h', | 81 'geometry/LayoutPoint.h', |
| 82 'geometry/LayoutRect.cpp', | 82 'geometry/LayoutRect.cpp', |
| 83 'geometry/LayoutRect.h', | 83 'geometry/LayoutRect.h', |
| 84 'geometry/LayoutSize.h', | 84 'geometry/LayoutSize.h', |
| 85 'graphics/angle/ANGLEPlatformBridge.cpp', |
| 86 'graphics/angle/ANGLEPlatformBridge.h', |
| 85 'network/DNS.cpp', | 87 'network/DNS.cpp', |
| 86 'network/DNS.h', | 88 'network/DNS.h', |
| 87 'network/HTTPHeaderMap.cpp', | 89 'network/HTTPHeaderMap.cpp', |
| 88 'network/HTTPHeaderMap.h', | 90 'network/HTTPHeaderMap.h', |
| 89 'network/ParsedContentType.cpp', | 91 'network/ParsedContentType.cpp', |
| 90 'network/ParsedContentType.h', | 92 'network/ParsedContentType.h', |
| 91 'network/ProxyServer.cpp', | 93 'network/ProxyServer.cpp', |
| 92 'network/ProxyServer.h', | 94 'network/ProxyServer.h', |
| 93 'network/SocketStreamError.cpp', | 95 'network/SocketStreamError.cpp', |
| 94 'network/SocketStreamError.h', | 96 'network/SocketStreamError.h', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 121 'platform_test_files': [ | 123 'platform_test_files': [ |
| 122 'clipboard/ClipboardUtilitiesTest.cpp', | 124 'clipboard/ClipboardUtilitiesTest.cpp', |
| 123 'text/DateTimeFormatTest.cpp', | 125 'text/DateTimeFormatTest.cpp', |
| 124 'ClockTest.cpp', | 126 'ClockTest.cpp', |
| 125 'DecimalTest.cpp', | 127 'DecimalTest.cpp', |
| 126 'LayoutUnitTest.cpp', | 128 'LayoutUnitTest.cpp', |
| 127 'SharedBufferTest.cpp', | 129 'SharedBufferTest.cpp', |
| 128 ], | 130 ], |
| 129 }, | 131 }, |
| 130 } | 132 } |
| OLD | NEW |