Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1616653002: CC Animation: Move files from cc_blink to Source/platform/animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Fix copyrights and years. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'WebThread.cpp', 144 'WebThread.cpp',
145 'Widget.cpp', 145 'Widget.cpp',
146 'Widget.h', 146 'Widget.h',
147 'WindowsKeyboardCodes.h', 147 'WindowsKeyboardCodes.h',
148 'animation/AnimationUtilities.h', 148 'animation/AnimationUtilities.h',
149 'animation/CubicBezierControlPoints.cpp', 149 'animation/CubicBezierControlPoints.cpp',
150 'animation/CubicBezierControlPoints.h', 150 'animation/CubicBezierControlPoints.h',
151 'animation/TimingFunction.cpp', 151 'animation/TimingFunction.cpp',
152 'animation/TimingFunction.h', 152 'animation/TimingFunction.h',
153 'animation/UnitBezier.h', 153 'animation/UnitBezier.h',
154 'animation/CompositorAnimation.cpp',
155 'animation/CompositorAnimation.h',
156 'animation/CompositorAnimationCurve.cpp',
157 'animation/CompositorAnimationCurve.h',
158 'animation/CompositorAnimationPlayer.cpp',
159 'animation/CompositorAnimationPlayer.h',
160 'animation/CompositorAnimationPlayerClient.cpp',
161 'animation/CompositorAnimationPlayerClient.h',
162 'animation/CompositorAnimationTimeline.cpp',
163 'animation/CompositorAnimationTimeline.h',
164 'animation/CompositorFilterAnimationCurve.cpp',
165 'animation/CompositorFilterAnimationCurve.h',
166 'animation/CompositorFilterKeyframe.cpp',
167 'animation/CompositorFilterKeyframe.h',
168 'animation/CompositorFloatAnimationCurve.cpp',
169 'animation/CompositorFloatAnimationCurve.h',
170 'animation/CompositorFloatKeyframe.h',
171 'animation/CompositorScrollOffsetAnimationCurve.cpp',
172 'animation/CompositorScrollOffsetAnimationCurve.h',
173 'animation/CompositorTransformAnimationCurve.cpp',
174 'animation/CompositorTransformAnimationCurve.h',
175 'animation/CompositorTransformKeyframe.cpp',
176 'animation/CompositorTransformKeyframe.h',
177 'animation/CompositorTransformOperations.cpp',
178 'animation/CompositorTransformOperations.h',
179 'animation/WebToCCAnimationDelegateAdapter.cpp',
180 'animation/WebToCCAnimationDelegateAdapter.h',
154 'audio/AudioArray.h', 181 'audio/AudioArray.h',
155 'audio/AudioBus.cpp', 182 'audio/AudioBus.cpp',
156 'audio/AudioBus.h', 183 'audio/AudioBus.h',
157 'audio/AudioChannel.cpp', 184 'audio/AudioChannel.cpp',
158 'audio/AudioChannel.h', 185 'audio/AudioChannel.h',
159 'audio/AudioDSPKernel.cpp', 186 'audio/AudioDSPKernel.cpp',
160 'audio/AudioDSPKernel.h', 187 'audio/AudioDSPKernel.h',
161 'audio/AudioDSPKernelProcessor.cpp', 188 'audio/AudioDSPKernelProcessor.cpp',
162 'audio/AudioDSPKernelProcessor.h', 189 'audio/AudioDSPKernelProcessor.h',
163 'audio/AudioDelayDSPKernel.cpp', 190 'audio/AudioDelayDSPKernel.cpp',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'credentialmanager/PlatformFederatedCredential.h', 290 'credentialmanager/PlatformFederatedCredential.h',
264 'credentialmanager/PlatformPasswordCredential.cpp', 291 'credentialmanager/PlatformPasswordCredential.cpp',
265 'credentialmanager/PlatformPasswordCredential.h', 292 'credentialmanager/PlatformPasswordCredential.h',
266 'exported/Platform.cpp', 293 'exported/Platform.cpp',
267 'exported/WebActiveGestureAnimation.cpp', 294 'exported/WebActiveGestureAnimation.cpp',
268 'exported/WebActiveGestureAnimation.h', 295 'exported/WebActiveGestureAnimation.h',
269 'exported/WebAudioBus.cpp', 296 'exported/WebAudioBus.cpp',
270 'exported/WebAudioDevice.cpp', 297 'exported/WebAudioDevice.cpp',
271 'exported/WebBlobData.cpp', 298 'exported/WebBlobData.cpp',
272 'exported/WebCanvasCaptureHandler.cpp', 299 'exported/WebCanvasCaptureHandler.cpp',
273 'exported/WebCompositorAnimationPlayerClient.cpp',
274 'exported/WebContentDecryptionModule.cpp', 300 'exported/WebContentDecryptionModule.cpp',
275 'exported/WebContentDecryptionModuleAccess.cpp', 301 'exported/WebContentDecryptionModuleAccess.cpp',
276 'exported/WebContentDecryptionModuleResult.cpp', 302 'exported/WebContentDecryptionModuleResult.cpp',
277 'exported/WebContentDecryptionModuleSession.cpp', 303 'exported/WebContentDecryptionModuleSession.cpp',
278 'exported/WebContentSettingCallbacks.cpp', 304 'exported/WebContentSettingCallbacks.cpp',
279 'exported/WebCredential.cpp', 305 'exported/WebCredential.cpp',
280 'exported/WebCryptoAlgorithm.cpp', 306 'exported/WebCryptoAlgorithm.cpp',
281 'exported/WebCryptoKey.cpp', 307 'exported/WebCryptoKey.cpp',
282 'exported/WebCryptoKeyAlgorithm.cpp', 308 'exported/WebCryptoKeyAlgorithm.cpp',
283 'exported/WebCryptoResult.cpp', 309 'exported/WebCryptoResult.cpp',
284 'exported/WebCryptoUtil.cpp', 310 'exported/WebCryptoUtil.cpp',
285 'exported/WebCursorInfo.cpp', 311 'exported/WebCursorInfo.cpp',
286 'exported/WebData.cpp', 312 'exported/WebData.cpp',
287 'exported/WebDataConsumerHandle.cpp', 313 'exported/WebDataConsumerHandle.cpp',
288 'exported/WebDeviceMotionData.cpp', 314 'exported/WebDeviceMotionData.cpp',
289 'exported/WebDeviceOrientationData.cpp', 315 'exported/WebDeviceOrientationData.cpp',
290 'exported/WebDragData.cpp', 316 'exported/WebDragData.cpp',
291 'exported/WebEncryptedMediaClient.cpp', 317 'exported/WebEncryptedMediaClient.cpp',
292 'exported/WebEncryptedMediaKeyInformation.cpp', 318 'exported/WebEncryptedMediaKeyInformation.cpp',
293 'exported/WebEncryptedMediaRequest.cpp', 319 'exported/WebEncryptedMediaRequest.cpp',
294 'exported/WebFederatedCredential.cpp', 320 'exported/WebFederatedCredential.cpp',
295 'exported/WebFileSystemCallbacks.cpp', 321 'exported/WebFileSystemCallbacks.cpp',
296 'exported/WebFilterKeyframe.cpp',
297 'exported/WebHTTPBody.cpp', 322 'exported/WebHTTPBody.cpp',
298 'exported/WebHTTPLoadInfo.cpp', 323 'exported/WebHTTPLoadInfo.cpp',
299 'exported/WebImageGenerator.cpp', 324 'exported/WebImageGenerator.cpp',
300 'exported/WebImage.cpp', 325 'exported/WebImage.cpp',
301 'exported/WebMediaConstraints.cpp', 326 'exported/WebMediaConstraints.cpp',
302 'exported/WebMediaDeviceInfo.cpp', 327 'exported/WebMediaDeviceInfo.cpp',
303 'exported/WebMediaPlayerClient.cpp', 328 'exported/WebMediaPlayerClient.cpp',
304 'exported/WebMediaPlayerEncryptedMediaClient.cpp', 329 'exported/WebMediaPlayerEncryptedMediaClient.cpp',
305 'exported/WebMediaRecorderHandler.cpp', 330 'exported/WebMediaRecorderHandler.cpp',
306 'exported/WebMediaStream.cpp', 331 'exported/WebMediaStream.cpp',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'exported/WebSocketHandshakeResponseInfo.cpp', 366 'exported/WebSocketHandshakeResponseInfo.cpp',
342 'exported/WebSourceInfo.cpp', 367 'exported/WebSourceInfo.cpp',
343 'exported/WebSpeechSynthesisUtterance.cpp', 368 'exported/WebSpeechSynthesisUtterance.cpp',
344 'exported/WebSpeechSynthesisVoice.cpp', 369 'exported/WebSpeechSynthesisVoice.cpp',
345 'exported/WebSpeechSynthesizerClientImpl.cpp', 370 'exported/WebSpeechSynthesizerClientImpl.cpp',
346 'exported/WebSpeechSynthesizerClientImpl.h', 371 'exported/WebSpeechSynthesizerClientImpl.h',
347 'exported/WebStorageQuotaCallbacks.cpp', 372 'exported/WebStorageQuotaCallbacks.cpp',
348 'exported/WebThreadSafeData.cpp', 373 'exported/WebThreadSafeData.cpp',
349 'exported/WebThreadedDataReceiver.cpp', 374 'exported/WebThreadedDataReceiver.cpp',
350 'exported/WebTraceLocation.cpp', 375 'exported/WebTraceLocation.cpp',
351 'exported/WebTransformKeyframe.cpp',
352 'exported/WebURL.cpp', 376 'exported/WebURL.cpp',
353 'exported/WebURLError.cpp', 377 'exported/WebURLError.cpp',
354 'exported/WebURLLoaderClient.cpp', 378 'exported/WebURLLoaderClient.cpp',
355 'exported/WebURLLoaderTestDelegate.cpp', 379 'exported/WebURLLoaderTestDelegate.cpp',
356 'exported/WebURLLoadTiming.cpp', 380 'exported/WebURLLoadTiming.cpp',
357 'exported/WebURLRequest.cpp', 381 'exported/WebURLRequest.cpp',
358 'exported/WebURLRequestPrivate.h', 382 'exported/WebURLRequestPrivate.h',
359 'exported/WebURLResponse.cpp', 383 'exported/WebURLResponse.cpp',
360 'exported/WebURLResponsePrivate.h', 384 'exported/WebURLResponsePrivate.h',
361 'exported/WrappedResourceRequest.h', 385 'exported/WrappedResourceRequest.h',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 'graphics/CanvasMetrics.cpp', 544 'graphics/CanvasMetrics.cpp',
521 'graphics/CanvasMetrics.h', 545 'graphics/CanvasMetrics.h',
522 'graphics/Color.cpp', 546 'graphics/Color.cpp',
523 'graphics/Color.h', 547 'graphics/Color.h',
524 'graphics/ColorSpace.cpp', 548 'graphics/ColorSpace.cpp',
525 'graphics/ColorSpace.h', 549 'graphics/ColorSpace.h',
526 'graphics/ColorSpaceProfileData.cpp', 550 'graphics/ColorSpaceProfileData.cpp',
527 'graphics/ColorSpaceProfileData.h', 551 'graphics/ColorSpaceProfileData.h',
528 'graphics/CompositingReasons.cpp', 552 'graphics/CompositingReasons.cpp',
529 'graphics/CompositingReasons.h', 553 'graphics/CompositingReasons.h',
554 'graphics/CompositorFactory.cpp',
555 'graphics/CompositorFactory.h',
556 'graphics/CompositorFilterOperations.cpp',
557 'graphics/CompositorFilterOperations.h',
530 'graphics/CompositorMutableState.cpp', 558 'graphics/CompositorMutableState.cpp',
531 'graphics/CompositorMutableState.h', 559 'graphics/CompositorMutableState.h',
532 'graphics/CompositorMutableStateProvider.cpp', 560 'graphics/CompositorMutableStateProvider.cpp',
533 'graphics/CompositorMutableStateProvider.h', 561 'graphics/CompositorMutableStateProvider.h',
534 'graphics/ContentLayerDelegate.cpp', 562 'graphics/ContentLayerDelegate.cpp',
535 'graphics/ContentLayerDelegate.h', 563 'graphics/ContentLayerDelegate.h',
536 'graphics/ContiguousContainer.cpp', 564 'graphics/ContiguousContainer.cpp',
537 'graphics/ContiguousContainer.h', 565 'graphics/ContiguousContainer.h',
538 'graphics/CrossfadeGeneratedImage.cpp', 566 'graphics/CrossfadeGeneratedImage.cpp',
539 'graphics/CrossfadeGeneratedImage.h', 567 'graphics/CrossfadeGeneratedImage.h',
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 'PODRedBlackTreeTest.cpp', 1033 'PODRedBlackTreeTest.cpp',
1006 'PurgeableVectorTest.cpp', 1034 'PurgeableVectorTest.cpp',
1007 'SharedBufferTest.cpp', 1035 'SharedBufferTest.cpp',
1008 'TimerTest.cpp', 1036 'TimerTest.cpp',
1009 'TracedValueTest.cpp', 1037 'TracedValueTest.cpp',
1010 'UUIDTest.cpp', 1038 'UUIDTest.cpp',
1011 'WebScreenInfoTest.cpp', 1039 'WebScreenInfoTest.cpp',
1012 'WebVectorTest.cpp', 1040 'WebVectorTest.cpp',
1013 'animation/TimingFunctionTest.cpp', 1041 'animation/TimingFunctionTest.cpp',
1014 'animation/UnitBezierTest.cpp', 1042 'animation/UnitBezierTest.cpp',
1043 'animation/CompositorAnimationPlayerTest.cpp',
1044 'animation/CompositorAnimationTest.cpp',
1045 'animation/CompositorFloatAnimationCurveTest.cpp',
1015 'blob/BlobDataTest.cpp', 1046 'blob/BlobDataTest.cpp',
1016 'clipboard/ClipboardUtilitiesTest.cpp', 1047 'clipboard/ClipboardUtilitiesTest.cpp',
1017 'fonts/CharacterTest.cpp', 1048 'fonts/CharacterTest.cpp',
1018 'fonts/FontCacheTest.cpp', 1049 'fonts/FontCacheTest.cpp',
1019 'fonts/FontDescriptionTest.cpp', 1050 'fonts/FontDescriptionTest.cpp',
1020 'fonts/GlyphBufferTest.cpp', 1051 'fonts/GlyphBufferTest.cpp',
1021 'fonts/GlyphPageTreeNodeTest.cpp', 1052 'fonts/GlyphPageTreeNodeTest.cpp',
1022 'fonts/OrientationIteratorTest.cpp', 1053 'fonts/OrientationIteratorTest.cpp',
1023 'fonts/ScriptRunIteratorTest.cpp', 1054 'fonts/ScriptRunIteratorTest.cpp',
1024 'fonts/SmallCapsIteratorTest.cpp', 1055 'fonts/SmallCapsIteratorTest.cpp',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1147 ['OS!="mac"', 1178 ['OS!="mac"',
1148 { 1179 {
1149 'platform_test_files': [ 1180 'platform_test_files': [
1150 'scroll/ScrollAnimatorTest.cpp', 1181 'scroll/ScrollAnimatorTest.cpp',
1151 ], 1182 ],
1152 } 1183 }
1153 ], 1184 ],
1154 ], 1185 ],
1155 }, 1186 },
1156 } 1187 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698