OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'platform_files': [ | 3 'platform_files': [ |
4 'CalculationValue.cpp', | 4 'CalculationValue.cpp', |
5 'CalculationValue.h', | 5 'CalculationValue.h', |
6 'Clock.cpp', | 6 'Clock.cpp', |
7 'Clock.h', | 7 'Clock.h', |
8 'ContentType.cpp', | 8 'ContentType.cpp', |
9 'ContentType.h', | 9 'ContentType.h', |
10 'CrossThreadCopier.cpp', | 10 'CrossThreadCopier.cpp', |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 'text/TextDecoration.h', | 341 'text/TextDecoration.h', |
342 'text/TextEncodingDetector.cpp', | 342 'text/TextEncodingDetector.cpp', |
343 'text/TextEncodingDetector.h', | 343 'text/TextEncodingDetector.h', |
344 'text/TextStream.cpp', | 344 'text/TextStream.cpp', |
345 'text/TextStream.h', | 345 'text/TextStream.h', |
346 'text/UnicodeBidi.h', | 346 'text/UnicodeBidi.h', |
347 'text/UnicodeRange.cpp', | 347 'text/UnicodeRange.cpp', |
348 'text/UnicodeRange.h', | 348 'text/UnicodeRange.h', |
349 'transforms/AffineTransform.cpp', | 349 'transforms/AffineTransform.cpp', |
350 'transforms/AffineTransform.h', | 350 'transforms/AffineTransform.h', |
| 351 'transforms/IdentityTransformOperation.h', |
| 352 'transforms/InterpolatedTransformOperation.h', |
| 353 'transforms/InterpolatedTransformOperation.cpp', |
| 354 'transforms/Matrix3DTransformOperation.cpp', |
| 355 'transforms/Matrix3DTransformOperation.h', |
| 356 'transforms/MatrixTransformOperation.cpp', |
| 357 'transforms/MatrixTransformOperation.h', |
| 358 'transforms/PerspectiveTransformOperation.cpp', |
| 359 'transforms/PerspectiveTransformOperation.h', |
| 360 'transforms/RotateTransformOperation.cpp', |
| 361 'transforms/RotateTransformOperation.h', |
| 362 'transforms/ScaleTransformOperation.cpp', |
| 363 'transforms/ScaleTransformOperation.h', |
| 364 'transforms/SkewTransformOperation.cpp', |
| 365 'transforms/SkewTransformOperation.h', |
| 366 'transforms/TransformOperations.cpp', |
| 367 'transforms/TranslateTransformOperation.cpp', |
| 368 'transforms/TranslateTransformOperation.h', |
351 'transforms/TransformationMatrix.cpp', | 369 'transforms/TransformationMatrix.cpp', |
352 'transforms/TransformationMatrix.h', | 370 'transforms/TransformationMatrix.h', |
353 'win/HWndDC.h', | 371 'win/HWndDC.h', |
354 'win/SystemInfo.cpp', | 372 'win/SystemInfo.cpp', |
355 'win/SystemInfo.h', | 373 'win/SystemInfo.h', |
356 ], | 374 ], |
357 'platform_test_files': [ | 375 'platform_test_files': [ |
358 'ClockTest.cpp', | 376 'ClockTest.cpp', |
359 'DecimalTest.cpp', | 377 'DecimalTest.cpp', |
360 'LayoutUnitTest.cpp', | 378 'LayoutUnitTest.cpp', |
361 'PODArenaTest.cpp', | 379 'PODArenaTest.cpp', |
362 'PODFreeListArenaTest.cpp', | 380 'PODFreeListArenaTest.cpp', |
363 'PODIntervalTreeTest.cpp', | 381 'PODIntervalTreeTest.cpp', |
364 'PODRedBlackTreeTest.cpp', | 382 'PODRedBlackTreeTest.cpp', |
365 'SharedBufferTest.cpp', | 383 'SharedBufferTest.cpp', |
366 'animation/UnitBezierTest.cpp', | 384 'animation/UnitBezierTest.cpp', |
367 'clipboard/ClipboardUtilitiesTest.cpp', | 385 'clipboard/ClipboardUtilitiesTest.cpp', |
368 'geometry/RegionTest.cpp', | 386 'geometry/RegionTest.cpp', |
369 'geometry/RoundedRectTest.cpp', | 387 'geometry/RoundedRectTest.cpp', |
370 'graphics/ThreadSafeDataTransportTest.cpp', | 388 'graphics/ThreadSafeDataTransportTest.cpp', |
371 'testing/ArenaTestHelpers.h', | 389 'testing/ArenaTestHelpers.h', |
372 'testing/TreeTestHelpers.cpp', | 390 'testing/TreeTestHelpers.cpp', |
373 'testing/TreeTestHelpers.h', | 391 'testing/TreeTestHelpers.h', |
374 'text/BidiResolverTest.cpp', | 392 'text/BidiResolverTest.cpp', |
375 'text/DateTimeFormatTest.cpp', | 393 'text/DateTimeFormatTest.cpp', |
376 ], | 394 ], |
377 }, | 395 }, |
378 } | 396 } |
OLD | NEW |