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

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: Change TimedItemTiming m_parent to RefPtr<TimedItem> 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 d6c58f57d3dc93137365cfb69e58fb87e5f43666..44784bb21864fc954051d8f56207d60ee05e0386 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