| 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 'CheckedInt.h', | 7 'CheckedInt.h', |
| 8 'Clock.cpp', | 8 'Clock.cpp', |
| 9 'Clock.h', | 9 'Clock.h', |
| 10 'ColorChooser.cpp', | 10 'ColorChooser.cpp', |
| (...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 'transforms/RotateTransformOperation.h', | 474 'transforms/RotateTransformOperation.h', |
| 475 'transforms/ScaleTransformOperation.cpp', | 475 'transforms/ScaleTransformOperation.cpp', |
| 476 'transforms/ScaleTransformOperation.h', | 476 'transforms/ScaleTransformOperation.h', |
| 477 'transforms/SkewTransformOperation.cpp', | 477 'transforms/SkewTransformOperation.cpp', |
| 478 'transforms/SkewTransformOperation.h', | 478 'transforms/SkewTransformOperation.h', |
| 479 'transforms/TransformOperations.cpp', | 479 'transforms/TransformOperations.cpp', |
| 480 'transforms/TranslateTransformOperation.cpp', | 480 'transforms/TranslateTransformOperation.cpp', |
| 481 'transforms/TranslateTransformOperation.h', | 481 'transforms/TranslateTransformOperation.h', |
| 482 'transforms/TransformationMatrix.cpp', | 482 'transforms/TransformationMatrix.cpp', |
| 483 'transforms/TransformationMatrix.h', | 483 'transforms/TransformationMatrix.h', |
| 484 'weborigin/DatabaseIdentifier.cpp', |
| 485 'weborigin/DatabaseIdentifier.h', |
| 486 'weborigin/KURL.cpp', |
| 487 'weborigin/KURL.h', |
| 488 'weborigin/KURLHash.h', |
| 489 'weborigin/KnownPorts.cpp', |
| 490 'weborigin/KnownPorts.h', |
| 491 'weborigin/OriginAccessEntry.cpp', |
| 492 'weborigin/OriginAccessEntry.h', |
| 493 'weborigin/ReferrerPolicy.h', |
| 494 'weborigin/SchemeRegistry.cpp', |
| 495 'weborigin/SchemeRegistry.h', |
| 496 'weborigin/SecurityOrigin.cpp', |
| 497 'weborigin/SecurityOrigin.h', |
| 498 'weborigin/SecurityOriginCache.h', |
| 499 'weborigin/SecurityOriginHash.h', |
| 500 'weborigin/SecurityPolicy.cpp', |
| 501 'weborigin/SecurityPolicy.h', |
| 484 'win/HWndDC.h', | 502 'win/HWndDC.h', |
| 485 'win/SystemInfo.cpp', | 503 'win/SystemInfo.cpp', |
| 486 'win/SystemInfo.h', | 504 'win/SystemInfo.h', |
| 487 ], | 505 ], |
| 488 'platform_test_files': [ | 506 'platform_test_files': [ |
| 489 'ClockTest.cpp', | 507 'ClockTest.cpp', |
| 490 'DecimalTest.cpp', | 508 'DecimalTest.cpp', |
| 491 'LayoutUnitTest.cpp', | 509 'LayoutUnitTest.cpp', |
| 492 'LifecycleContextTest.cpp', | 510 'LifecycleContextTest.cpp', |
| 493 'PODArenaTest.cpp', | 511 'PODArenaTest.cpp', |
| 494 'PODFreeListArenaTest.cpp', | 512 'PODFreeListArenaTest.cpp', |
| 495 'PODIntervalTreeTest.cpp', | 513 'PODIntervalTreeTest.cpp', |
| 496 'PODRedBlackTreeTest.cpp', | 514 'PODRedBlackTreeTest.cpp', |
| 497 'SharedBufferTest.cpp', | 515 'SharedBufferTest.cpp', |
| 498 'animation/UnitBezierTest.cpp', | 516 'animation/UnitBezierTest.cpp', |
| 499 'clipboard/ClipboardUtilitiesTest.cpp', | 517 'clipboard/ClipboardUtilitiesTest.cpp', |
| 500 'geometry/RegionTest.cpp', | 518 'geometry/RegionTest.cpp', |
| 501 'geometry/RoundedRectTest.cpp', | 519 'geometry/RoundedRectTest.cpp', |
| 502 'graphics/ThreadSafeDataTransportTest.cpp', | 520 'graphics/ThreadSafeDataTransportTest.cpp', |
| 503 'testing/ArenaTestHelpers.h', | 521 'testing/ArenaTestHelpers.h', |
| 504 'testing/TreeTestHelpers.cpp', | 522 'testing/TreeTestHelpers.cpp', |
| 505 'testing/TreeTestHelpers.h', | 523 'testing/TreeTestHelpers.h', |
| 506 'text/BidiResolverTest.cpp', | 524 'text/BidiResolverTest.cpp', |
| 507 'text/DateTimeFormatTest.cpp', | 525 'text/DateTimeFormatTest.cpp', |
| 526 'weborigin/DatabaseIdentifierTest.cpp', |
| 527 'weborigin/KURLTest.cpp', |
| 528 'weborigin/SecurityOriginTest.cpp', |
| 508 ], | 529 ], |
| 509 }, | 530 }, |
| 510 } | 531 } |
| OLD | NEW |