Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index cec0cf33935225e88c622a94dea3e7692f74b3ed..e0cc307ca0e474a3ff21158970057b3a02e04124 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -680,15 +680,15 @@ |
'animation/css/CSSTimingData.h', |
'animation/css/CSSTransitionData.cpp', |
'animation/css/CSSTransitionData.h', |
- 'animation/interpolation/DefaultStyleInterpolation.h', |
- 'animation/interpolation/DeferredLegacyStyleInterpolation.h', |
- 'animation/interpolation/DeferredLegacyStyleInterpolation.cpp', |
- 'animation/interpolation/Interpolation.cpp', |
- 'animation/interpolation/Interpolation.h', |
- 'animation/interpolation/LegacyStyleInterpolation.h', |
- 'animation/interpolation/LengthStyleInterpolation.cpp', |
- 'animation/interpolation/LengthStyleInterpolation.h', |
- 'animation/interpolation/StyleInterpolation.h', |
+ 'animation/DefaultStyleInterpolation.h', |
+ 'animation/DeferredLegacyStyleInterpolation.h', |
+ 'animation/DeferredLegacyStyleInterpolation.cpp', |
+ 'animation/Interpolation.cpp', |
+ 'animation/Interpolation.h', |
+ 'animation/LegacyStyleInterpolation.h', |
+ 'animation/LengthStyleInterpolation.cpp', |
+ 'animation/LengthStyleInterpolation.h', |
+ 'animation/StyleInterpolation.h', |
'clipboard/DataObject.cpp', |
'clipboard/DataObject.h', |
'clipboard/DataObjectItem.cpp', |
@@ -3366,8 +3366,8 @@ |
'animation/KeyframeEffectModelTest.cpp', |
'animation/TimingCalculationsTest.cpp', |
'animation/TimingInputTest.cpp', |
- 'animation/interpolation/DeferredLegacyStyleInterpolationTest.cpp', |
- 'animation/interpolation/LengthStyleInterpolationTest.cpp', |
+ 'animation/DeferredLegacyStyleInterpolationTest.cpp', |
+ 'animation/LengthStyleInterpolationTest.cpp', |
'css/AffectedByFocusTest.cpp', |
'css/CSSCalculationValueTest.cpp', |
'css/CSSFontFaceTest.cpp', |