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 49ea34bc8dc9f84dd995bdf8358e92ca0984e582..45071df4dd5abb80da4802f09823be7a45b5aa98 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', |
@@ -147,6 +149,23 @@ |
'animation/TimingFunction.cpp', |
'animation/TimingFunction.h', |
'animation/UnitBezier.h', |
+ 'animation/WebCompositorAnimationCurve.cpp', |
+ 'animation/WebCompositorAnimationCurve.h', |
+ 'animation/WebFilterAnimationCurve.cpp', |
+ 'animation/WebFilterAnimationCurve.h', |
+ 'animation/WebFilterKeyframe.h', |
+ 'animation/WebFilterOperations.cpp', |
+ 'animation/WebFilterOperations.h', |
+ 'animation/WebFloatAnimationCurve.cpp', |
+ 'animation/WebFloatAnimationCurve.h', |
+ 'animation/WebFloatKeyframe.h', |
+ 'animation/WebScrollOffsetAnimationCurve.cpp', |
+ 'animation/WebScrollOffsetAnimationCurve.h', |
+ 'animation/WebTransformAnimationCurve.cpp', |
+ 'animation/WebTransformAnimationCurve.h', |
+ 'animation/WebTransformKeyframe.h', |
+ 'animation/WebTransformOperations.cpp', |
+ 'animation/WebTransformOperations.h', |
'audio/AudioArray.h', |
'audio/AudioBus.cpp', |
'audio/AudioBus.h', |
@@ -1002,6 +1021,7 @@ |
'WebVectorTest.cpp', |
'animation/TimingFunctionTest.cpp', |
'animation/UnitBezierTest.cpp', |
+ 'animation/WebFloatAnimationCurveTest.cpp', |
'blob/BlobDataTest.cpp', |
'clipboard/ClipboardUtilitiesTest.cpp', |
'fonts/FontCacheTest.cpp', |