Chromium Code Reviews| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 198 'geometry/LayoutBoxExtent.cpp', | 198 'geometry/LayoutBoxExtent.cpp', |
| 199 'geometry/LayoutBoxExtent.h', | 199 'geometry/LayoutBoxExtent.h', |
| 200 'geometry/LayoutPoint.h', | 200 'geometry/LayoutPoint.h', |
| 201 'geometry/LayoutRect.cpp', | 201 'geometry/LayoutRect.cpp', |
| 202 'geometry/LayoutRect.h', | 202 'geometry/LayoutRect.h', |
| 203 'geometry/LayoutSize.h', | 203 'geometry/LayoutSize.h', |
| 204 'geometry/RoundedRect.cpp', | 204 'geometry/RoundedRect.cpp', |
| 205 'geometry/RoundedRect.h', | 205 'geometry/RoundedRect.h', |
| 206 'graphics/angle/ANGLEPlatformBridge.cpp', | 206 'graphics/angle/ANGLEPlatformBridge.cpp', |
| 207 'graphics/angle/ANGLEPlatformBridge.h', | 207 'graphics/angle/ANGLEPlatformBridge.h', |
| 208 'graphics/Region.cpp', | |
| 209 'graphics/Region.h', | |
|
abarth-chromium
2013/10/13 15:19:51
I think these should be in platform/geometry/Regio
| |
| 208 'network/DNS.cpp', | 210 'network/DNS.cpp', |
| 209 'network/DNS.h', | 211 'network/DNS.h', |
| 210 'network/HTTPHeaderMap.cpp', | 212 'network/HTTPHeaderMap.cpp', |
| 211 'network/HTTPHeaderMap.h', | 213 'network/HTTPHeaderMap.h', |
| 212 'network/HTTPParsers.cpp', | 214 'network/HTTPParsers.cpp', |
| 213 'network/HTTPParsers.h', | 215 'network/HTTPParsers.h', |
| 214 'network/ParsedContentType.cpp', | 216 'network/ParsedContentType.cpp', |
| 215 'network/ParsedContentType.h', | 217 'network/ParsedContentType.h', |
| 216 'network/ProxyServer.cpp', | 218 'network/ProxyServer.cpp', |
| 217 'network/ProxyServer.h', | 219 'network/ProxyServer.h', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 291 'geometry/RoundedRectTest.cpp', | 293 'geometry/RoundedRectTest.cpp', |
| 292 'geometry/RoundedRectTest.cpp', | 294 'geometry/RoundedRectTest.cpp', |
| 293 'testing/ArenaTestHelpers.h', | 295 'testing/ArenaTestHelpers.h', |
| 294 'testing/TreeTestHelpers.cpp', | 296 'testing/TreeTestHelpers.cpp', |
| 295 'testing/TreeTestHelpers.h', | 297 'testing/TreeTestHelpers.h', |
| 296 'text/DateTimeFormatTest.cpp', | 298 'text/DateTimeFormatTest.cpp', |
| 297 'text/DateTimeFormatTest.cpp', | 299 'text/DateTimeFormatTest.cpp', |
| 298 ], | 300 ], |
| 299 }, | 301 }, |
| 300 } | 302 } |
| OLD | NEW |