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

Unified Diff: Source/core/core.gypi

Issue 152853003: Web Animations API: Bindings for TimedItem.specified with readonly attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix timed-item-specified-getters.html (mashed in rebase) Created 6 years, 10 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
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/platform/animation/TimingFunction.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 1523224ebda4ec13d03ee26565fb7afc2122b523..908384a02de87ed78d8ca5c12adbe90cf5386e68 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -6,6 +6,7 @@
'animation/Player.idl',
'animation/TimedItem.idl',
'animation/Timeline.idl',
+ 'animation/Timing.idl',
'clipboard/Clipboard.idl',
'clipboard/DataTransferItem.idl',
'clipboard/DataTransferItemList.idl',
@@ -602,6 +603,8 @@
'animation/TimedItem.cpp',
'animation/TimedItem.h',
'animation/TimedItemCalculations.h',
+ 'animation/TimedItemTiming.cpp',
+ 'animation/TimedItemTiming.h',
'animation/Timing.h',
'animation/css/CSSAnimatableValueFactory.cpp',
'animation/css/CSSAnimatableValueFactory.h',
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/platform/animation/TimingFunction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698