OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 'platform_generated.gypi', | 3 'platform_generated.gypi', |
4 ], | 4 ], |
5 'variables': { | 5 'variables': { |
6 'platform_files': [ | 6 'platform_files': [ |
7 'AsyncFileSystemCallbacks.h', | 7 'AsyncFileSystemCallbacks.h', |
8 'CalculationValue.h', | 8 'CalculationValue.h', |
9 'CheckedInt.h', | 9 'CheckedInt.h', |
10 'ContentDecryptionModuleResult.h', | 10 'ContentDecryptionModuleResult.h', |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 'Widget.h', | 140 'Widget.h', |
141 'WindowsKeyboardCodes.h', | 141 'WindowsKeyboardCodes.h', |
142 'animation/AnimationTranslationUtil.cpp', | 142 'animation/AnimationTranslationUtil.cpp', |
143 'animation/AnimationTranslationUtil.h', | 143 'animation/AnimationTranslationUtil.h', |
144 'animation/AnimationUtilities.h', | 144 'animation/AnimationUtilities.h', |
145 'animation/CompositorAnimation.cpp', | 145 'animation/CompositorAnimation.cpp', |
146 'animation/CompositorAnimation.h', | 146 'animation/CompositorAnimation.h', |
147 'animation/CompositorAnimationCurve.cpp', | 147 'animation/CompositorAnimationCurve.cpp', |
148 'animation/CompositorAnimationCurve.h', | 148 'animation/CompositorAnimationCurve.h', |
149 'animation/CompositorAnimationDelegate.h', | 149 'animation/CompositorAnimationDelegate.h', |
| 150 'animation/CompositorAnimationHost.cpp', |
| 151 'animation/CompositorAnimationHost.h', |
150 'animation/CompositorAnimationPlayer.cpp', | 152 'animation/CompositorAnimationPlayer.cpp', |
151 'animation/CompositorAnimationPlayer.h', | 153 'animation/CompositorAnimationPlayer.h', |
152 'animation/CompositorAnimationPlayerClient.cpp', | 154 'animation/CompositorAnimationPlayerClient.cpp', |
153 'animation/CompositorAnimationPlayerClient.h', | 155 'animation/CompositorAnimationPlayerClient.h', |
154 'animation/CompositorAnimationTimeline.cpp', | 156 'animation/CompositorAnimationTimeline.cpp', |
155 'animation/CompositorAnimationTimeline.h', | 157 'animation/CompositorAnimationTimeline.h', |
156 'animation/CompositorFilterAnimationCurve.cpp', | 158 'animation/CompositorFilterAnimationCurve.cpp', |
157 'animation/CompositorFilterAnimationCurve.h', | 159 'animation/CompositorFilterAnimationCurve.h', |
158 'animation/CompositorFilterKeyframe.cpp', | 160 'animation/CompositorFilterKeyframe.cpp', |
159 'animation/CompositorFilterKeyframe.h', | 161 'animation/CompositorFilterKeyframe.h', |
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1145 'PODRedBlackTreeTest.cpp', | 1147 'PODRedBlackTreeTest.cpp', |
1146 'PurgeableVectorTest.cpp', | 1148 'PurgeableVectorTest.cpp', |
1147 'SharedBufferTest.cpp', | 1149 'SharedBufferTest.cpp', |
1148 'TimerTest.cpp', | 1150 'TimerTest.cpp', |
1149 'TracedValueTest.cpp', | 1151 'TracedValueTest.cpp', |
1150 'UserGestureIndicatorTest.cpp', | 1152 'UserGestureIndicatorTest.cpp', |
1151 'UUIDTest.cpp', | 1153 'UUIDTest.cpp', |
1152 'WebScreenInfoTest.cpp', | 1154 'WebScreenInfoTest.cpp', |
1153 'WebVectorTest.cpp', | 1155 'WebVectorTest.cpp', |
1154 'animation/AnimationTranslationUtilTest.cpp', | 1156 'animation/AnimationTranslationUtilTest.cpp', |
| 1157 'animation/CompositorAnimationHostTest.cpp', |
1155 'animation/CompositorAnimationPlayerTest.cpp', | 1158 'animation/CompositorAnimationPlayerTest.cpp', |
1156 'animation/CompositorAnimationTest.cpp', | 1159 'animation/CompositorAnimationTest.cpp', |
1157 'animation/CompositorAnimationTimelineTest.cpp', | 1160 'animation/CompositorAnimationTimelineTest.cpp', |
1158 'animation/CompositorFloatAnimationCurveTest.cpp', | 1161 'animation/CompositorFloatAnimationCurveTest.cpp', |
1159 'animation/TimingFunctionTest.cpp', | 1162 'animation/TimingFunctionTest.cpp', |
1160 'blob/BlobDataTest.cpp', | 1163 'blob/BlobDataTest.cpp', |
1161 'clipboard/ClipboardUtilitiesTest.cpp', | 1164 'clipboard/ClipboardUtilitiesTest.cpp', |
1162 'exported/FilePathConversionTest.cpp', | 1165 'exported/FilePathConversionTest.cpp', |
1163 'fonts/AcceptLanguagesResolverTest.cpp', | 1166 'fonts/AcceptLanguagesResolverTest.cpp', |
1164 'fonts/FontCacheTest.cpp', | 1167 'fonts/FontCacheTest.cpp', |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1322 ['OS!="mac"', | 1325 ['OS!="mac"', |
1323 { | 1326 { |
1324 'platform_test_files': [ | 1327 'platform_test_files': [ |
1325 'scroll/ScrollAnimatorTest.cpp', | 1328 'scroll/ScrollAnimatorTest.cpp', |
1326 ], | 1329 ], |
1327 } | 1330 } |
1328 ], | 1331 ], |
1329 ], | 1332 ], |
1330 }, | 1333 }, |
1331 } | 1334 } |
OLD | NEW |