| 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 'weborigin/SecurityOrigin.cpp', | 754 'weborigin/SecurityOrigin.cpp', |
| 754 'weborigin/SecurityOrigin.h', | 755 'weborigin/SecurityOrigin.h', |
| 755 'weborigin/SecurityOriginCache.h', | 756 'weborigin/SecurityOriginCache.h', |
| 756 'weborigin/SecurityOriginHash.h', | 757 'weborigin/SecurityOriginHash.h', |
| 757 'weborigin/SecurityPolicy.cpp', | 758 'weborigin/SecurityPolicy.cpp', |
| 758 'weborigin/SecurityPolicy.h', | 759 'weborigin/SecurityPolicy.h', |
| 759 'win/HWndDC.h', | 760 'win/HWndDC.h', |
| 760 'win/SystemInfo.cpp', | 761 'win/SystemInfo.cpp', |
| 761 'win/SystemInfo.h', | 762 'win/SystemInfo.h', |
| 762 ], | 763 ], |
| 764 'platform_test_support_files': [ |
| 765 'animation/TimingFunctionTestHelper.h', |
| 766 'animation/TimingFunctionTestHelper.cpp', |
| 767 'animation/TimingFunctionTestHelperTest.cpp', |
| 768 ], |
| 763 'platform_test_files': [ | 769 'platform_test_files': [ |
| 764 'ClockTest.cpp', | 770 'ClockTest.cpp', |
| 765 'DecimalTest.cpp', | 771 'DecimalTest.cpp', |
| 766 'LayoutUnitTest.cpp', | 772 'LayoutUnitTest.cpp', |
| 767 'LifecycleContextTest.cpp', | 773 'LifecycleContextTest.cpp', |
| 768 'PODArenaTest.cpp', | 774 'PODArenaTest.cpp', |
| 769 'PODFreeListArenaTest.cpp', | 775 'PODFreeListArenaTest.cpp', |
| 770 'PODIntervalTreeTest.cpp', | 776 'PODIntervalTreeTest.cpp', |
| 771 'PODRedBlackTreeTest.cpp', | 777 'PODRedBlackTreeTest.cpp', |
| 772 'SharedBufferTest.cpp', | 778 'SharedBufferTest.cpp', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 783 'testing/TreeTestHelpers.h', | 789 'testing/TreeTestHelpers.h', |
| 784 'text/BidiResolverTest.cpp', | 790 'text/BidiResolverTest.cpp', |
| 785 'text/DateTimeFormatTest.cpp', | 791 'text/DateTimeFormatTest.cpp', |
| 786 'weborigin/DatabaseIdentifierTest.cpp', | 792 'weborigin/DatabaseIdentifierTest.cpp', |
| 787 'weborigin/KURLTest.cpp', | 793 'weborigin/KURLTest.cpp', |
| 788 'weborigin/OriginAccessEntryTest.cpp', | 794 'weborigin/OriginAccessEntryTest.cpp', |
| 789 'weborigin/SecurityOriginTest.cpp', | 795 'weborigin/SecurityOriginTest.cpp', |
| 790 ], | 796 ], |
| 791 }, | 797 }, |
| 792 } | 798 } |
| OLD | NEW |