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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 'UserGestureIndicator.cpp', | 133 'UserGestureIndicator.cpp', |
134 'UserGestureIndicator.h', | 134 'UserGestureIndicator.h', |
135 'URLPatternMatcher.cpp', | 135 'URLPatternMatcher.cpp', |
136 'URLPatternMatcher.h', | 136 'URLPatternMatcher.h', |
137 'UUID.cpp', | 137 'UUID.cpp', |
138 'UUID.h', | 138 'UUID.h', |
139 'Widget.cpp', | 139 'Widget.cpp', |
140 'Widget.h', | 140 'Widget.h', |
141 'WindowsKeyboardCodes.h', | 141 'WindowsKeyboardCodes.h', |
142 'animation/AnimationUtilities.h', | 142 'animation/AnimationUtilities.h', |
| 143 'animation/TimingFunction.h', |
143 'animation/UnitBezier.h', | 144 'animation/UnitBezier.h', |
144 'audio/AudioArray.h', | 145 'audio/AudioArray.h', |
145 'audio/AudioBus.cpp', | 146 'audio/AudioBus.cpp', |
146 'audio/AudioBus.h', | 147 'audio/AudioBus.h', |
147 'audio/AudioChannel.cpp', | 148 'audio/AudioChannel.cpp', |
148 'audio/AudioChannel.h', | 149 'audio/AudioChannel.h', |
149 'audio/AudioDSPKernel.cpp', | 150 'audio/AudioDSPKernel.cpp', |
150 'audio/AudioDSPKernel.h', | 151 'audio/AudioDSPKernel.h', |
151 'audio/AudioDSPKernelProcessor.cpp', | 152 'audio/AudioDSPKernelProcessor.cpp', |
152 'audio/AudioDSPKernelProcessor.h', | 153 'audio/AudioDSPKernelProcessor.h', |
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
877 'weborigin/SecurityOrigin.cpp', | 878 'weborigin/SecurityOrigin.cpp', |
878 'weborigin/SecurityOrigin.h', | 879 'weborigin/SecurityOrigin.h', |
879 'weborigin/SecurityOriginCache.h', | 880 'weborigin/SecurityOriginCache.h', |
880 'weborigin/SecurityOriginHash.h', | 881 'weborigin/SecurityOriginHash.h', |
881 'weborigin/SecurityPolicy.cpp', | 882 'weborigin/SecurityPolicy.cpp', |
882 'weborigin/SecurityPolicy.h', | 883 'weborigin/SecurityPolicy.h', |
883 'win/HWndDC.h', | 884 'win/HWndDC.h', |
884 'win/SystemInfo.cpp', | 885 'win/SystemInfo.cpp', |
885 'win/SystemInfo.h', | 886 'win/SystemInfo.h', |
886 ], | 887 ], |
| 888 'platform_test_support_files': [ |
| 889 'animation/TimingFunctionTestHelper.h', |
| 890 'animation/TimingFunctionTestHelper.cpp', |
| 891 'animation/TimingFunctionTestHelperTest.cpp', |
| 892 ], |
887 'platform_test_files': [ | 893 'platform_test_files': [ |
888 'ClockTest.cpp', | 894 'ClockTest.cpp', |
889 'DecimalTest.cpp', | 895 'DecimalTest.cpp', |
890 'LayoutUnitTest.cpp', | 896 'LayoutUnitTest.cpp', |
891 'LifecycleContextTest.cpp', | 897 'LifecycleContextTest.cpp', |
892 'PODArenaTest.cpp', | 898 'PODArenaTest.cpp', |
893 'PODFreeListArenaTest.cpp', | 899 'PODFreeListArenaTest.cpp', |
894 'PODIntervalTreeTest.cpp', | 900 'PODIntervalTreeTest.cpp', |
895 'PODRedBlackTreeTest.cpp', | 901 'PODRedBlackTreeTest.cpp', |
896 'SharedBufferTest.cpp', | 902 'SharedBufferTest.cpp', |
(...skipping 13 matching lines...) Expand all Loading... |
910 'text/BidiResolverTest.cpp', | 916 'text/BidiResolverTest.cpp', |
911 'text/DateTimeFormatTest.cpp', | 917 'text/DateTimeFormatTest.cpp', |
912 'text/UnicodeUtilitiesTest.cpp', | 918 'text/UnicodeUtilitiesTest.cpp', |
913 'weborigin/DatabaseIdentifierTest.cpp', | 919 'weborigin/DatabaseIdentifierTest.cpp', |
914 'weborigin/KURLTest.cpp', | 920 'weborigin/KURLTest.cpp', |
915 'weborigin/OriginAccessEntryTest.cpp', | 921 'weborigin/OriginAccessEntryTest.cpp', |
916 'weborigin/SecurityOriginTest.cpp', | 922 'weborigin/SecurityOriginTest.cpp', |
917 ], | 923 ], |
918 }, | 924 }, |
919 } | 925 } |
OLD | NEW |