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

Unified Diff: Source/core/core.gypi

Issue 408443004: Web Animations: Remove confusing interpolation subdirectory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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: 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',
« no previous file with comments | « Source/core/animation/interpolation/StyleInterpolation.h ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698