Index: third_party/WebKit/Source/platform/blink_platform.gypi |
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi |
index 68ff2e27abb58ab230e24bda103bf932ba7866a3..eb6cc7b9bf755b27cef2749e4bcd4d1d16f32777 100644 |
--- a/third_party/WebKit/Source/platform/blink_platform.gypi |
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi |
@@ -9,6 +9,8 @@ |
'CheckedInt.h', |
'Clock.cpp', |
'Clock.h', |
+ 'CompositorFactory.cpp', |
+ 'CompositorFactory.h', |
'ContentDecryptionModuleResult.h', |
'ContentSettingCallbacks.cpp', |
'ContentSettingCallbacks.h', |
@@ -149,6 +151,33 @@ |
'animation/TimingFunction.cpp', |
'animation/TimingFunction.h', |
'animation/UnitBezier.h', |
+ 'animation/CompositorAnimation.cpp', |
+ 'animation/CompositorAnimation.h', |
+ 'animation/CompositorAnimationCurve.cpp', |
+ 'animation/CompositorAnimationCurve.h', |
+ 'animation/CompositorAnimationPlayer.cpp', |
+ 'animation/CompositorAnimationPlayer.h', |
+ 'animation/CompositorAnimationPlayerClient.cpp', |
+ 'animation/CompositorAnimationPlayerClient.h', |
+ 'animation/CompositorAnimationTimeline.cpp', |
+ 'animation/CompositorAnimationTimeline.h', |
+ 'animation/CompositorFilterAnimationCurve.cpp', |
+ 'animation/CompositorFilterAnimationCurve.h', |
+ 'animation/CompositorFilterKeyframe.cpp', |
+ 'animation/CompositorFilterKeyframe.h', |
+ 'animation/CompositorFloatAnimationCurve.cpp', |
+ 'animation/CompositorFloatAnimationCurve.h', |
+ 'animation/CompositorFloatKeyframe.h', |
+ 'animation/CompositorScrollOffsetAnimationCurve.cpp', |
+ 'animation/CompositorScrollOffsetAnimationCurve.h', |
+ 'animation/CompositorTransformAnimationCurve.cpp', |
+ 'animation/CompositorTransformAnimationCurve.h', |
+ 'animation/CompositorTransformKeyframe.cpp', |
+ 'animation/CompositorTransformKeyframe.h', |
+ 'animation/CompositorTransformOperations.cpp', |
+ 'animation/CompositorTransformOperations.h', |
+ 'animation/WebToCCAnimationDelegateAdapter.cpp', |
+ 'animation/WebToCCAnimationDelegateAdapter.h', |
'audio/AudioArray.h', |
'audio/AudioBus.cpp', |
'audio/AudioBus.h', |
@@ -268,7 +297,6 @@ |
'exported/WebAudioDevice.cpp', |
'exported/WebBlobData.cpp', |
'exported/WebCanvasCaptureHandler.cpp', |
- 'exported/WebCompositorAnimationPlayerClient.cpp', |
'exported/WebContentDecryptionModule.cpp', |
'exported/WebContentDecryptionModuleAccess.cpp', |
'exported/WebContentDecryptionModuleResult.cpp', |
@@ -291,7 +319,6 @@ |
'exported/WebEncryptedMediaRequest.cpp', |
'exported/WebFederatedCredential.cpp', |
'exported/WebFileSystemCallbacks.cpp', |
- 'exported/WebFilterKeyframe.cpp', |
'exported/WebHTTPBody.cpp', |
'exported/WebHTTPLoadInfo.cpp', |
'exported/WebImageGenerator.cpp', |
@@ -346,7 +373,6 @@ |
'exported/WebThreadSafeData.cpp', |
'exported/WebThreadedDataReceiver.cpp', |
'exported/WebTraceLocation.cpp', |
- 'exported/WebTransformKeyframe.cpp', |
'exported/WebURL.cpp', |
'exported/WebURLError.cpp', |
'exported/WebURLLoaderClient.cpp', |
@@ -525,6 +551,8 @@ |
'graphics/ColorSpaceProfileData.h', |
'graphics/CompositingReasons.cpp', |
'graphics/CompositingReasons.h', |
+ 'graphics/CompositorFilterOperations.cpp', |
+ 'graphics/CompositorFilterOperations.h', |
'graphics/CompositorMutableState.cpp', |
'graphics/CompositorMutableState.h', |
'graphics/CompositorMutableStateProvider.cpp', |
@@ -1018,6 +1046,9 @@ |
'WebVectorTest.cpp', |
'animation/TimingFunctionTest.cpp', |
'animation/UnitBezierTest.cpp', |
+ 'animation/CompositorAnimationPlayerTest.cpp', |
+ 'animation/CompositorAnimationTest.cpp', |
+ 'animation/CompositorFloatAnimationCurveTest.cpp', |
'blob/BlobDataTest.cpp', |
'clipboard/ClipboardUtilitiesTest.cpp', |
'fonts/CharacterTest.cpp', |