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

Unified Diff: Source/core/core.gypi

Issue 23431021: Refactoring animation code in accelerated path. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix typo Created 7 years, 3 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
« no previous file with comments | « no previous file | Source/core/platform/animation/AnimationTranslationUtil.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index f506b1dca963aeac81ddc1583d61dc92bb1c5148..b59d3b7386b5c977f53543e191bb6b03f624dc6e 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1537,6 +1537,8 @@
'rendering/VerticalPositionCache.h',
'rendering/break_lines.cpp',
'rendering/break_lines.h',
+ 'rendering/animation/WebAnimationProvider.cpp',
+ 'rendering/animation/WebAnimationProvider.h',
'rendering/shapes/PolygonShape.cpp',
'rendering/shapes/PolygonShape.h',
'rendering/shapes/RasterShape.cpp',
@@ -2697,6 +2699,8 @@
'platform/Widget.cpp',
'platform/Widget.h',
'platform/animation/AnimationValue.h',
+ 'platform/animation/AnimationTranslationUtil.cpp',
+ 'platform/animation/AnimationTranslationUtil.h',
'platform/animation/CSSAnimationData.cpp',
'platform/animation/CSSAnimationDataList.cpp',
'platform/animation/KeyframeValueList.cpp',
@@ -2899,8 +2903,6 @@
'platform/graphics/cg/IntPointCG.cpp',
'platform/graphics/cg/IntRectCG.cpp',
'platform/graphics/cg/IntSizeCG.cpp',
- 'platform/graphics/chromium/AnimationTranslationUtil.cpp',
- 'platform/graphics/chromium/AnimationTranslationUtil.h',
'platform/graphics/chromium/Canvas2DLayerBridge.cpp',
'platform/graphics/chromium/Canvas2DLayerBridge.h',
'platform/graphics/chromium/Canvas2DLayerManager.cpp',
@@ -3826,13 +3828,13 @@
'page/ImageBitmapTest.cpp',
'platform/DecimalTest.cpp',
'platform/SharedBufferTest.cpp',
+ 'platform/animation/AnimationTranslationUtilTest.cpp',
'platform/chromium/ClipboardChromiumTest.cpp',
'platform/graphics/BitmapImageTest.cpp',
'platform/graphics/FontTest.cpp',
'platform/graphics/GraphicsContextTest.cpp',
'platform/graphics/RoundedRectTest.cpp',
'platform/graphics/UnitBezierTest.cpp',
- 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp',
'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp',
'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp',
'platform/graphics/chromium/DeferredImageDecoderTest.cpp',
« no previous file with comments | « no previous file | Source/core/platform/animation/AnimationTranslationUtil.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698