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

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: GC 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 'Clock.cpp', 10 'Clock.cpp',
11 'Clock.h', 11 'Clock.h',
12 'CompositorFactory.cpp',
13 'CompositorFactory.h',
12 'ContentDecryptionModuleResult.h', 14 'ContentDecryptionModuleResult.h',
13 'ContentSettingCallbacks.cpp', 15 'ContentSettingCallbacks.cpp',
14 'ContentSettingCallbacks.h', 16 'ContentSettingCallbacks.h',
15 'ContentType.cpp', 17 'ContentType.cpp',
16 'ContentType.h', 18 'ContentType.h',
17 'ContextMenu.cpp', 19 'ContextMenu.cpp',
18 'ContextMenu.h', 20 'ContextMenu.h',
19 'ContextMenuItem.cpp', 21 'ContextMenuItem.cpp',
20 'ContextMenuItem.h', 22 'ContextMenuItem.h',
21 'CrossThreadCopier.cpp', 23 'CrossThreadCopier.cpp',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'WebThread.cpp', 144 'WebThread.cpp',
143 'Widget.cpp', 145 'Widget.cpp',
144 'Widget.h', 146 'Widget.h',
145 'WindowsKeyboardCodes.h', 147 'WindowsKeyboardCodes.h',
146 'animation/AnimationUtilities.h', 148 'animation/AnimationUtilities.h',
147 'animation/CubicBezierControlPoints.cpp', 149 'animation/CubicBezierControlPoints.cpp',
148 'animation/CubicBezierControlPoints.h', 150 'animation/CubicBezierControlPoints.h',
149 'animation/TimingFunction.cpp', 151 'animation/TimingFunction.cpp',
150 'animation/TimingFunction.h', 152 'animation/TimingFunction.h',
151 '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',
152 'audio/AudioArray.h', 181 'audio/AudioArray.h',
153 'audio/AudioBus.cpp', 182 'audio/AudioBus.cpp',
154 'audio/AudioBus.h', 183 'audio/AudioBus.h',
155 'audio/AudioChannel.cpp', 184 'audio/AudioChannel.cpp',
156 'audio/AudioChannel.h', 185 'audio/AudioChannel.h',
157 'audio/AudioDSPKernel.cpp', 186 'audio/AudioDSPKernel.cpp',
158 'audio/AudioDSPKernel.h', 187 'audio/AudioDSPKernel.h',
159 'audio/AudioDSPKernelProcessor.cpp', 188 'audio/AudioDSPKernelProcessor.cpp',
160 'audio/AudioDSPKernelProcessor.h', 189 'audio/AudioDSPKernelProcessor.h',
161 'audio/AudioDelayDSPKernel.cpp', 190 'audio/AudioDelayDSPKernel.cpp',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'credentialmanager/PlatformFederatedCredential.h', 290 'credentialmanager/PlatformFederatedCredential.h',
262 'credentialmanager/PlatformPasswordCredential.cpp', 291 'credentialmanager/PlatformPasswordCredential.cpp',
263 'credentialmanager/PlatformPasswordCredential.h', 292 'credentialmanager/PlatformPasswordCredential.h',
264 'exported/Platform.cpp', 293 'exported/Platform.cpp',
265 'exported/WebActiveGestureAnimation.cpp', 294 'exported/WebActiveGestureAnimation.cpp',
266 'exported/WebActiveGestureAnimation.h', 295 'exported/WebActiveGestureAnimation.h',
267 'exported/WebAudioBus.cpp', 296 'exported/WebAudioBus.cpp',
268 'exported/WebAudioDevice.cpp', 297 'exported/WebAudioDevice.cpp',
269 'exported/WebBlobData.cpp', 298 'exported/WebBlobData.cpp',
270 'exported/WebCanvasCaptureHandler.cpp', 299 'exported/WebCanvasCaptureHandler.cpp',
271 'exported/WebCompositorAnimationPlayerClient.cpp',
272 'exported/WebContentDecryptionModule.cpp', 300 'exported/WebContentDecryptionModule.cpp',
273 'exported/WebContentDecryptionModuleAccess.cpp', 301 'exported/WebContentDecryptionModuleAccess.cpp',
274 'exported/WebContentDecryptionModuleResult.cpp', 302 'exported/WebContentDecryptionModuleResult.cpp',
275 'exported/WebContentDecryptionModuleSession.cpp', 303 'exported/WebContentDecryptionModuleSession.cpp',
276 'exported/WebContentSettingCallbacks.cpp', 304 'exported/WebContentSettingCallbacks.cpp',
277 'exported/WebCredential.cpp', 305 'exported/WebCredential.cpp',
278 'exported/WebCryptoAlgorithm.cpp', 306 'exported/WebCryptoAlgorithm.cpp',
279 'exported/WebCryptoKey.cpp', 307 'exported/WebCryptoKey.cpp',
280 'exported/WebCryptoKeyAlgorithm.cpp', 308 'exported/WebCryptoKeyAlgorithm.cpp',
281 'exported/WebCryptoResult.cpp', 309 'exported/WebCryptoResult.cpp',
282 'exported/WebCryptoUtil.cpp', 310 'exported/WebCryptoUtil.cpp',
283 'exported/WebCursorInfo.cpp', 311 'exported/WebCursorInfo.cpp',
284 'exported/WebData.cpp', 312 'exported/WebData.cpp',
285 'exported/WebDataConsumerHandle.cpp', 313 'exported/WebDataConsumerHandle.cpp',
286 'exported/WebDeviceMotionData.cpp', 314 'exported/WebDeviceMotionData.cpp',
287 'exported/WebDeviceOrientationData.cpp', 315 'exported/WebDeviceOrientationData.cpp',
288 'exported/WebDragData.cpp', 316 'exported/WebDragData.cpp',
289 'exported/WebEncryptedMediaClient.cpp', 317 'exported/WebEncryptedMediaClient.cpp',
290 'exported/WebEncryptedMediaKeyInformation.cpp', 318 'exported/WebEncryptedMediaKeyInformation.cpp',
291 'exported/WebEncryptedMediaRequest.cpp', 319 'exported/WebEncryptedMediaRequest.cpp',
292 'exported/WebFederatedCredential.cpp', 320 'exported/WebFederatedCredential.cpp',
293 'exported/WebFileSystemCallbacks.cpp', 321 'exported/WebFileSystemCallbacks.cpp',
294 'exported/WebFilterKeyframe.cpp',
295 'exported/WebHTTPBody.cpp', 322 'exported/WebHTTPBody.cpp',
296 'exported/WebHTTPLoadInfo.cpp', 323 'exported/WebHTTPLoadInfo.cpp',
297 'exported/WebImageGenerator.cpp', 324 'exported/WebImageGenerator.cpp',
298 'exported/WebImage.cpp', 325 'exported/WebImage.cpp',
299 'exported/WebMediaConstraints.cpp', 326 'exported/WebMediaConstraints.cpp',
300 'exported/WebMediaDeviceInfo.cpp', 327 'exported/WebMediaDeviceInfo.cpp',
301 'exported/WebMediaPlayerClient.cpp', 328 'exported/WebMediaPlayerClient.cpp',
302 'exported/WebMediaPlayerEncryptedMediaClient.cpp', 329 'exported/WebMediaPlayerEncryptedMediaClient.cpp',
303 'exported/WebMediaRecorderHandler.cpp', 330 'exported/WebMediaRecorderHandler.cpp',
304 'exported/WebMediaStream.cpp', 331 'exported/WebMediaStream.cpp',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'exported/WebSocketHandshakeResponseInfo.cpp', 366 'exported/WebSocketHandshakeResponseInfo.cpp',
340 'exported/WebSourceInfo.cpp', 367 'exported/WebSourceInfo.cpp',
341 'exported/WebSpeechSynthesisUtterance.cpp', 368 'exported/WebSpeechSynthesisUtterance.cpp',
342 'exported/WebSpeechSynthesisVoice.cpp', 369 'exported/WebSpeechSynthesisVoice.cpp',
343 'exported/WebSpeechSynthesizerClientImpl.cpp', 370 'exported/WebSpeechSynthesizerClientImpl.cpp',
344 'exported/WebSpeechSynthesizerClientImpl.h', 371 'exported/WebSpeechSynthesizerClientImpl.h',
345 'exported/WebStorageQuotaCallbacks.cpp', 372 'exported/WebStorageQuotaCallbacks.cpp',
346 'exported/WebThreadSafeData.cpp', 373 'exported/WebThreadSafeData.cpp',
347 'exported/WebThreadedDataReceiver.cpp', 374 'exported/WebThreadedDataReceiver.cpp',
348 'exported/WebTraceLocation.cpp', 375 'exported/WebTraceLocation.cpp',
349 'exported/WebTransformKeyframe.cpp',
350 'exported/WebURL.cpp', 376 'exported/WebURL.cpp',
351 'exported/WebURLError.cpp', 377 'exported/WebURLError.cpp',
352 'exported/WebURLLoaderClient.cpp', 378 'exported/WebURLLoaderClient.cpp',
353 'exported/WebURLLoaderTestDelegate.cpp', 379 'exported/WebURLLoaderTestDelegate.cpp',
354 'exported/WebURLLoadTiming.cpp', 380 'exported/WebURLLoadTiming.cpp',
355 'exported/WebURLRequest.cpp', 381 'exported/WebURLRequest.cpp',
356 'exported/WebURLRequestPrivate.h', 382 'exported/WebURLRequestPrivate.h',
357 'exported/WebURLResponse.cpp', 383 'exported/WebURLResponse.cpp',
358 'exported/WebURLResponsePrivate.h', 384 'exported/WebURLResponsePrivate.h',
359 'exported/WrappedResourceRequest.h', 385 'exported/WrappedResourceRequest.h',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'graphics/CanvasMetrics.cpp', 544 'graphics/CanvasMetrics.cpp',
519 'graphics/CanvasMetrics.h', 545 'graphics/CanvasMetrics.h',
520 'graphics/Color.cpp', 546 'graphics/Color.cpp',
521 'graphics/Color.h', 547 'graphics/Color.h',
522 'graphics/ColorSpace.cpp', 548 'graphics/ColorSpace.cpp',
523 'graphics/ColorSpace.h', 549 'graphics/ColorSpace.h',
524 'graphics/ColorSpaceProfileData.cpp', 550 'graphics/ColorSpaceProfileData.cpp',
525 'graphics/ColorSpaceProfileData.h', 551 'graphics/ColorSpaceProfileData.h',
526 'graphics/CompositingReasons.cpp', 552 'graphics/CompositingReasons.cpp',
527 'graphics/CompositingReasons.h', 553 'graphics/CompositingReasons.h',
554 'graphics/CompositorFilterOperations.cpp',
555 'graphics/CompositorFilterOperations.h',
528 'graphics/CompositorMutableState.cpp', 556 'graphics/CompositorMutableState.cpp',
529 'graphics/CompositorMutableState.h', 557 'graphics/CompositorMutableState.h',
530 'graphics/CompositorMutableStateProvider.cpp', 558 'graphics/CompositorMutableStateProvider.cpp',
531 'graphics/CompositorMutableStateProvider.h', 559 'graphics/CompositorMutableStateProvider.h',
532 'graphics/ContentLayerDelegate.cpp', 560 'graphics/ContentLayerDelegate.cpp',
533 'graphics/ContentLayerDelegate.h', 561 'graphics/ContentLayerDelegate.h',
534 'graphics/ContiguousContainer.cpp', 562 'graphics/ContiguousContainer.cpp',
535 'graphics/ContiguousContainer.h', 563 'graphics/ContiguousContainer.h',
536 'graphics/CrossfadeGeneratedImage.cpp', 564 'graphics/CrossfadeGeneratedImage.cpp',
537 'graphics/CrossfadeGeneratedImage.h', 565 'graphics/CrossfadeGeneratedImage.h',
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 'PODRedBlackTreeTest.cpp', 1039 'PODRedBlackTreeTest.cpp',
1012 'PurgeableVectorTest.cpp', 1040 'PurgeableVectorTest.cpp',
1013 'SharedBufferTest.cpp', 1041 'SharedBufferTest.cpp',
1014 'TimerTest.cpp', 1042 'TimerTest.cpp',
1015 'TracedValueTest.cpp', 1043 'TracedValueTest.cpp',
1016 'UUIDTest.cpp', 1044 'UUIDTest.cpp',
1017 'WebScreenInfoTest.cpp', 1045 'WebScreenInfoTest.cpp',
1018 'WebVectorTest.cpp', 1046 'WebVectorTest.cpp',
1019 'animation/TimingFunctionTest.cpp', 1047 'animation/TimingFunctionTest.cpp',
1020 'animation/UnitBezierTest.cpp', 1048 'animation/UnitBezierTest.cpp',
1049 'animation/CompositorAnimationPlayerTest.cpp',
1050 'animation/CompositorAnimationTest.cpp',
1051 'animation/CompositorFloatAnimationCurveTest.cpp',
1021 'blob/BlobDataTest.cpp', 1052 'blob/BlobDataTest.cpp',
1022 'clipboard/ClipboardUtilitiesTest.cpp', 1053 'clipboard/ClipboardUtilitiesTest.cpp',
1023 'fonts/CharacterTest.cpp', 1054 'fonts/CharacterTest.cpp',
1024 'fonts/FontCacheTest.cpp', 1055 'fonts/FontCacheTest.cpp',
1025 'fonts/FontDescriptionTest.cpp', 1056 'fonts/FontDescriptionTest.cpp',
1026 'fonts/GlyphBufferTest.cpp', 1057 'fonts/GlyphBufferTest.cpp',
1027 'fonts/GlyphPageTreeNodeTest.cpp', 1058 'fonts/GlyphPageTreeNodeTest.cpp',
1028 'fonts/OrientationIteratorTest.cpp', 1059 'fonts/OrientationIteratorTest.cpp',
1029 'fonts/ScriptRunIteratorTest.cpp', 1060 'fonts/ScriptRunIteratorTest.cpp',
1030 'fonts/SmallCapsIteratorTest.cpp', 1061 'fonts/SmallCapsIteratorTest.cpp',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 ['OS!="mac"', 1182 ['OS!="mac"',
1152 { 1183 {
1153 'platform_test_files': [ 1184 'platform_test_files': [
1154 'scroll/ScrollAnimatorTest.cpp', 1185 'scroll/ScrollAnimatorTest.cpp',
1155 ], 1186 ],
1156 } 1187 }
1157 ], 1188 ],
1158 ], 1189 ],
1159 }, 1190 },
1160 } 1191 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698