| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'UserGestureIndicator.cpp', | 121 'UserGestureIndicator.cpp', |
| 122 'UserGestureIndicator.h', | 122 'UserGestureIndicator.h', |
| 123 'URLPatternMatcher.cpp', | 123 'URLPatternMatcher.cpp', |
| 124 'URLPatternMatcher.h', | 124 'URLPatternMatcher.h', |
| 125 'UUID.cpp', | 125 'UUID.cpp', |
| 126 'UUID.h', | 126 'UUID.h', |
| 127 'Widget.cpp', | 127 'Widget.cpp', |
| 128 'Widget.h', | 128 'Widget.h', |
| 129 'WindowsKeyboardCodes.h', | 129 'WindowsKeyboardCodes.h', |
| 130 'animation/AnimationUtilities.h', | 130 'animation/AnimationUtilities.h', |
| 131 'animation/TimingFunction.h', |
| 131 'animation/UnitBezier.h', | 132 'animation/UnitBezier.h', |
| 132 'audio/AudioArray.h', | 133 'audio/AudioArray.h', |
| 133 'audio/AudioBus.cpp', | 134 'audio/AudioBus.cpp', |
| 134 'audio/AudioBus.h', | 135 'audio/AudioBus.h', |
| 135 'audio/AudioChannel.cpp', | 136 'audio/AudioChannel.cpp', |
| 136 'audio/AudioChannel.h', | 137 'audio/AudioChannel.h', |
| 137 'audio/AudioDSPKernel.cpp', | 138 'audio/AudioDSPKernel.cpp', |
| 138 'audio/AudioDSPKernel.h', | 139 'audio/AudioDSPKernel.h', |
| 139 'audio/AudioDSPKernelProcessor.cpp', | 140 'audio/AudioDSPKernelProcessor.cpp', |
| 140 'audio/AudioDSPKernelProcessor.h', | 141 'audio/AudioDSPKernelProcessor.h', |
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 'weborigin/SecurityOrigin.cpp', | 534 'weborigin/SecurityOrigin.cpp', |
| 534 'weborigin/SecurityOrigin.h', | 535 'weborigin/SecurityOrigin.h', |
| 535 'weborigin/SecurityOriginCache.h', | 536 'weborigin/SecurityOriginCache.h', |
| 536 'weborigin/SecurityOriginHash.h', | 537 'weborigin/SecurityOriginHash.h', |
| 537 'weborigin/SecurityPolicy.cpp', | 538 'weborigin/SecurityPolicy.cpp', |
| 538 'weborigin/SecurityPolicy.h', | 539 'weborigin/SecurityPolicy.h', |
| 539 'win/HWndDC.h', | 540 'win/HWndDC.h', |
| 540 'win/SystemInfo.cpp', | 541 'win/SystemInfo.cpp', |
| 541 'win/SystemInfo.h', | 542 'win/SystemInfo.h', |
| 542 ], | 543 ], |
| 544 'platform_test_support_files': [ |
| 545 'animation/TimingFunctionTestHelper.h', |
| 546 'animation/TimingFunctionTestHelper.cpp', |
| 547 'animation/TimingFunctionTestHelperTest.cpp', |
| 548 ], |
| 543 'platform_test_files': [ | 549 'platform_test_files': [ |
| 544 'ClockTest.cpp', | 550 'ClockTest.cpp', |
| 545 'DecimalTest.cpp', | 551 'DecimalTest.cpp', |
| 546 'LayoutUnitTest.cpp', | 552 'LayoutUnitTest.cpp', |
| 547 'LifecycleContextTest.cpp', | 553 'LifecycleContextTest.cpp', |
| 548 'PODArenaTest.cpp', | 554 'PODArenaTest.cpp', |
| 549 'PODFreeListArenaTest.cpp', | 555 'PODFreeListArenaTest.cpp', |
| 550 'PODIntervalTreeTest.cpp', | 556 'PODIntervalTreeTest.cpp', |
| 551 'PODRedBlackTreeTest.cpp', | 557 'PODRedBlackTreeTest.cpp', |
| 552 'SharedBufferTest.cpp', | 558 'SharedBufferTest.cpp', |
| 553 'animation/UnitBezierTest.cpp', | 559 'animation/UnitBezierTest.cpp', |
| 554 'clipboard/ClipboardUtilitiesTest.cpp', | 560 'clipboard/ClipboardUtilitiesTest.cpp', |
| 555 'geometry/RegionTest.cpp', | 561 'geometry/RegionTest.cpp', |
| 556 'geometry/RoundedRectTest.cpp', | 562 'geometry/RoundedRectTest.cpp', |
| 557 'graphics/ThreadSafeDataTransportTest.cpp', | 563 'graphics/ThreadSafeDataTransportTest.cpp', |
| 558 'testing/ArenaTestHelpers.h', | 564 'testing/ArenaTestHelpers.h', |
| 559 'testing/TreeTestHelpers.cpp', | 565 'testing/TreeTestHelpers.cpp', |
| 560 'testing/TreeTestHelpers.h', | 566 'testing/TreeTestHelpers.h', |
| 561 'text/BidiResolverTest.cpp', | 567 'text/BidiResolverTest.cpp', |
| 562 'text/DateTimeFormatTest.cpp', | 568 'text/DateTimeFormatTest.cpp', |
| 563 'weborigin/DatabaseIdentifierTest.cpp', | 569 'weborigin/DatabaseIdentifierTest.cpp', |
| 564 'weborigin/KURLTest.cpp', | 570 'weborigin/KURLTest.cpp', |
| 565 'weborigin/OriginAccessEntryTest.cpp', | 571 'weborigin/OriginAccessEntryTest.cpp', |
| 566 'weborigin/SecurityOriginTest.cpp', | 572 'weborigin/SecurityOriginTest.cpp', |
| 567 ], | 573 ], |
| 568 }, | 574 }, |
| 569 } | 575 } |
| OLD | NEW |