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

Unified Diff: Source/core/core.gypi

Issue 65303006: Move TimingFunction.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase steveblock's patch Created 7 years, 1 month 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index f4cbf9867a23d6144e042fa1c0173fd1a88eaa0a..df3e3d047cc3bbbacca2c26dc9444b57a0b29c76 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3530,6 +3530,9 @@
'animation/CompositorAnimationsTest.cpp',
'animation/CompositorAnimationsTestHelper.h',
'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
+ # This is almost certainly the wrong fix, but shows the problem.
+ '../platform/animation/TimingFunctionTestHelper.h',
+ '../platform/animation/TimingFunctionTestHelper.cpp',
abarth-chromium 2013/11/25 18:09:32 Is the problem that some code still uses these hel
'animation/DocumentTimelineTest.cpp',
'animation/KeyframeAnimationEffectTest.cpp',
'animation/PlayerTest.cpp',
@@ -3549,9 +3552,6 @@
'html/track/vtt/BufferedLineReaderTest.cpp',
'frame/ImageBitmapTest.cpp',
'platform/animation/AnimationTranslationUtilTest.cpp',
- 'platform/animation/TimingFunctionTestHelper.h',
- 'platform/animation/TimingFunctionTestHelper.cpp',
- 'platform/animation/TimingFunctionTestHelperTest.cpp',
'platform/graphics/BitmapImageTest.cpp',
'platform/graphics/Canvas2DLayerBridgeTest.cpp',
'platform/graphics/Canvas2DLayerManagerTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698