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

Unified Diff: Source/core/core.gypi

Issue 292173009: Web Animations - responsive interpolation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@0519_MySeparation
Patch Set: RELEASE_ASSERT Created 6 years, 7 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 53a0ae934d0c8ee30bb3616c4348bf868feba985..30d2cd43a1849084da342df2f1d2a5f80cbeefa3 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -673,6 +673,8 @@
'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',
@@ -3347,6 +3349,7 @@
'animation/KeyframeEffectModelTest.cpp',
'animation/TimingCalculationsTest.cpp',
'animation/TimingInputTest.cpp',
+ 'animation/interpolation/DeferredLegacyStyleInterpolationTest.cpp',
'animation/interpolation/LengthStyleInterpolationTest.cpp',
'css/AffectedByFocusTest.cpp',
'css/CSSCalculationValueTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698