OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'platform_files': [ | 3 'platform_files': [ |
4 'AsyncFileSystemCallbacks.h', | 4 'AsyncFileSystemCallbacks.h', |
5 'CalculationValue.cpp', | 5 'CalculationValue.cpp', |
6 'CalculationValue.h', | 6 'CalculationValue.h', |
7 'Clock.cpp', | 7 'Clock.cpp', |
8 'Clock.h', | 8 'Clock.h', |
9 'ContentType.cpp', | 9 'ContentType.cpp', |
10 'ContentType.h', | 10 'ContentType.h', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'geometry/LayoutRect.h', | 257 'geometry/LayoutRect.h', |
258 'geometry/LayoutSize.h', | 258 'geometry/LayoutSize.h', |
259 'geometry/Region.cpp', | 259 'geometry/Region.cpp', |
260 'geometry/Region.h', | 260 'geometry/Region.h', |
261 'geometry/RoundedRect.cpp', | 261 'geometry/RoundedRect.cpp', |
262 'geometry/RoundedRect.h', | 262 'geometry/RoundedRect.h', |
263 'geometry/TransformState.cpp', | 263 'geometry/TransformState.cpp', |
264 'geometry/TransformState.h', | 264 'geometry/TransformState.h', |
265 'graphics/angle/ANGLEPlatformBridge.cpp', | 265 'graphics/angle/ANGLEPlatformBridge.cpp', |
266 'graphics/angle/ANGLEPlatformBridge.h', | 266 'graphics/angle/ANGLEPlatformBridge.h', |
| 267 'graphics/Color.cpp', |
| 268 'graphics/Color.h', |
267 'graphics/ColorSpace.h', | 269 'graphics/ColorSpace.h', |
| 270 'graphics/DrawLooper.cpp', |
| 271 'graphics/DrawLooper.h', |
268 'graphics/GraphicsTypes.cpp', | 272 'graphics/GraphicsTypes.cpp', |
269 'graphics/GraphicsTypes.h', | 273 'graphics/GraphicsTypes.h', |
270 'graphics/GraphicsTypes3D.h', | 274 'graphics/GraphicsTypes3D.h', |
271 'graphics/ImageOrientation.cpp', | 275 'graphics/ImageOrientation.cpp', |
272 'graphics/ImageOrientation.h', | 276 'graphics/ImageOrientation.h', |
273 'graphics/PathTraversalState.cpp', | 277 'graphics/PathTraversalState.cpp', |
274 'graphics/PathTraversalState.h', | 278 'graphics/PathTraversalState.h', |
275 'graphics/ScaledImageFragment.cpp', | 279 'graphics/ScaledImageFragment.cpp', |
276 'graphics/ScaledImageFragment.h', | 280 'graphics/ScaledImageFragment.h', |
277 'graphics/TextRun.cpp', | 281 'graphics/TextRun.cpp', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 'geometry/RoundedRectTest.cpp', | 400 'geometry/RoundedRectTest.cpp', |
397 'graphics/ThreadSafeDataTransportTest.cpp', | 401 'graphics/ThreadSafeDataTransportTest.cpp', |
398 'testing/ArenaTestHelpers.h', | 402 'testing/ArenaTestHelpers.h', |
399 'testing/TreeTestHelpers.cpp', | 403 'testing/TreeTestHelpers.cpp', |
400 'testing/TreeTestHelpers.h', | 404 'testing/TreeTestHelpers.h', |
401 'text/BidiResolverTest.cpp', | 405 'text/BidiResolverTest.cpp', |
402 'text/DateTimeFormatTest.cpp', | 406 'text/DateTimeFormatTest.cpp', |
403 ], | 407 ], |
404 }, | 408 }, |
405 } | 409 } |
OLD | NEW |