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

Unified 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: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698