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', |