| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 'network/ProxyServer.cpp', | 104 'network/ProxyServer.cpp', |
| 105 'network/ProxyServer.h', | 105 'network/ProxyServer.h', |
| 106 'network/ResourceError.cpp', | 106 'network/ResourceError.cpp', |
| 107 'network/ResourceError.h', | 107 'network/ResourceError.h', |
| 108 'network/SocketStreamError.cpp', | 108 'network/SocketStreamError.cpp', |
| 109 'network/SocketStreamError.h', | 109 'network/SocketStreamError.h', |
| 110 'network/SocketStreamHandle.cpp', | 110 'network/SocketStreamHandle.cpp', |
| 111 'network/SocketStreamHandle.h', | 111 'network/SocketStreamHandle.h', |
| 112 'network/SocketStreamHandleClient.h', | 112 'network/SocketStreamHandleClient.h', |
| 113 'network/SocketStreamHandleInternal.h', | 113 'network/SocketStreamHandleInternal.h', |
| 114 'scroll/ScrollTypes.h', |
| 114 'text/BidiContext.cpp', | 115 'text/BidiContext.cpp', |
| 115 'text/BidiContext.h', | 116 'text/BidiContext.h', |
| 116 'text/BidiResolver.h', | 117 'text/BidiResolver.h', |
| 117 'text/BidiRunList.h', | 118 'text/BidiRunList.h', |
| 118 'text/DateTimeFormat.cpp', | 119 'text/DateTimeFormat.cpp', |
| 119 'text/DateTimeFormat.h', | 120 'text/DateTimeFormat.h', |
| 120 'text/DecodeEscapeSequences.h', | 121 'text/DecodeEscapeSequences.h', |
| 121 'text/LineEnding.cpp', | 122 'text/LineEnding.cpp', |
| 122 'text/LineEnding.h', | 123 'text/LineEnding.h', |
| 123 'text/LocaleICU.cpp', | 124 'text/LocaleICU.cpp', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'clipboard/ClipboardUtilitiesTest.cpp', | 164 'clipboard/ClipboardUtilitiesTest.cpp', |
| 164 'geometry/RoundedRectTest.cpp', | 165 'geometry/RoundedRectTest.cpp', |
| 165 'text/DateTimeFormatTest.cpp', | 166 'text/DateTimeFormatTest.cpp', |
| 166 'ClockTest.cpp', | 167 'ClockTest.cpp', |
| 167 'DecimalTest.cpp', | 168 'DecimalTest.cpp', |
| 168 'LayoutUnitTest.cpp', | 169 'LayoutUnitTest.cpp', |
| 169 'SharedBufferTest.cpp', | 170 'SharedBufferTest.cpp', |
| 170 ], | 171 ], |
| 171 }, | 172 }, |
| 172 } | 173 } |
| OLD | NEW |