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

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: Remove references to webAnimationsCSSEnabled 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 97e1b06a5fa997c0bcfabe3afe406676d8dab240..3486fceff5a40a9116ce664ad48eb568dbfad5d7 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',

Powered by Google App Engine
This is Rietveld 408576698