| 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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 'transforms/RotateTransformOperation.h', | 428 'transforms/RotateTransformOperation.h', |
| 429 'transforms/ScaleTransformOperation.cpp', | 429 'transforms/ScaleTransformOperation.cpp', |
| 430 'transforms/ScaleTransformOperation.h', | 430 'transforms/ScaleTransformOperation.h', |
| 431 'transforms/SkewTransformOperation.cpp', | 431 'transforms/SkewTransformOperation.cpp', |
| 432 'transforms/SkewTransformOperation.h', | 432 'transforms/SkewTransformOperation.h', |
| 433 'transforms/TransformOperations.cpp', | 433 'transforms/TransformOperations.cpp', |
| 434 'transforms/TranslateTransformOperation.cpp', | 434 'transforms/TranslateTransformOperation.cpp', |
| 435 'transforms/TranslateTransformOperation.h', | 435 'transforms/TranslateTransformOperation.h', |
| 436 'transforms/TransformationMatrix.cpp', | 436 'transforms/TransformationMatrix.cpp', |
| 437 'transforms/TransformationMatrix.h', | 437 'transforms/TransformationMatrix.h', |
| 438 'weborigin/DatabaseIdentifier.cpp', |
| 439 'weborigin/DatabaseIdentifier.h', |
| 440 'weborigin/KURL.cpp', |
| 441 'weborigin/KURL.h', |
| 442 'weborigin/KURLHash.h', |
| 443 'weborigin/KnownPorts.cpp', |
| 444 'weborigin/KnownPorts.h', |
| 445 'weborigin/OriginAccessEntry.cpp', |
| 446 'weborigin/OriginAccessEntry.h', |
| 447 'weborigin/ReferrerPolicy.h', |
| 448 'weborigin/SchemeRegistry.cpp', |
| 449 'weborigin/SchemeRegistry.h', |
| 450 'weborigin/SecurityOrigin.cpp', |
| 451 'weborigin/SecurityOrigin.h', |
| 452 'weborigin/SecurityOriginCache.h', |
| 453 'weborigin/SecurityOriginHash.h', |
| 454 'weborigin/SecurityPolicy.cpp', |
| 455 'weborigin/SecurityPolicy.h', |
| 456 'weborigin/WebOriginExport.h', |
| 438 'win/HWndDC.h', | 457 'win/HWndDC.h', |
| 439 'win/SystemInfo.cpp', | 458 'win/SystemInfo.cpp', |
| 440 'win/SystemInfo.h', | 459 'win/SystemInfo.h', |
| 441 ], | 460 ], |
| 442 'platform_test_files': [ | 461 'platform_test_files': [ |
| 443 'ClockTest.cpp', | 462 'ClockTest.cpp', |
| 444 'DecimalTest.cpp', | 463 'DecimalTest.cpp', |
| 445 'LayoutUnitTest.cpp', | 464 'LayoutUnitTest.cpp', |
| 446 'LifecycleContextTest.cpp', | 465 'LifecycleContextTest.cpp', |
| 447 'PODArenaTest.cpp', | 466 'PODArenaTest.cpp', |
| 448 'PODFreeListArenaTest.cpp', | 467 'PODFreeListArenaTest.cpp', |
| 449 'PODIntervalTreeTest.cpp', | 468 'PODIntervalTreeTest.cpp', |
| 450 'PODRedBlackTreeTest.cpp', | 469 'PODRedBlackTreeTest.cpp', |
| 451 'SharedBufferTest.cpp', | 470 'SharedBufferTest.cpp', |
| 452 'animation/UnitBezierTest.cpp', | 471 'animation/UnitBezierTest.cpp', |
| 453 'clipboard/ClipboardUtilitiesTest.cpp', | 472 'clipboard/ClipboardUtilitiesTest.cpp', |
| 454 'geometry/RegionTest.cpp', | 473 'geometry/RegionTest.cpp', |
| 455 'geometry/RoundedRectTest.cpp', | 474 'geometry/RoundedRectTest.cpp', |
| 456 'graphics/ThreadSafeDataTransportTest.cpp', | 475 'graphics/ThreadSafeDataTransportTest.cpp', |
| 457 'testing/ArenaTestHelpers.h', | 476 'testing/ArenaTestHelpers.h', |
| 458 'testing/TreeTestHelpers.cpp', | 477 'testing/TreeTestHelpers.cpp', |
| 459 'testing/TreeTestHelpers.h', | 478 'testing/TreeTestHelpers.h', |
| 460 'text/BidiResolverTest.cpp', | 479 'text/BidiResolverTest.cpp', |
| 461 'text/DateTimeFormatTest.cpp', | 480 'text/DateTimeFormatTest.cpp', |
| 481 'weborigin/DatabaseIdentifierTest.cpp', |
| 482 'weborigin/KURLTest.cpp', |
| 483 'weborigin/SecurityOriginTest.cpp', |
| 462 ], | 484 ], |
| 463 }, | 485 }, |
| 464 } | 486 } |
| OLD | NEW |