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

Unified Diff: Source/core/core.gypi

Issue 210363007: Declare onFinish event handler for AnimationPlayer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Stop using ContextLifecycleObserver Created 6 years, 9 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/DocumentTimeline.cpp ('k') | Source/core/events/AnimationPlayerEvent.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 5c7672bd85e26809fa39207ae90d1951c116e0a8..126b8ba49e2de1e39f33e37335100b29a95e63a9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -84,6 +84,7 @@
'dom/URL.idl',
'dom/XMLDocument.idl',
'dom/shadow/ShadowRoot.idl',
+ 'events/AnimationPlayerEvent.idl',
'events/ApplicationCacheErrorEvent.idl',
'events/AutocompleteErrorEvent.idl',
'events/BeforeUnloadEvent.idl',
@@ -2138,6 +2139,8 @@
'dom/VisitedLinkState.h',
'dom/WheelController.cpp',
'dom/WheelController.h',
+ 'events/AnimationPlayerEvent.cpp',
+ 'events/AnimationPlayerEvent.h',
'events/ApplicationCacheErrorEvent.cpp',
'events/ApplicationCacheErrorEvent.h',
'events/AutocompleteErrorEvent.h',
« no previous file with comments | « Source/core/animation/DocumentTimeline.cpp ('k') | Source/core/events/AnimationPlayerEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698