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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2222313002: Implement DocumentTimeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update global-interface-listing-expected.txt Created 4 years, 4 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: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index bea58bebfecf66fd5ab8a8e727311e2a9828f14f..3779b6168e8e2a0b510492be07fd9281a49fa182 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -11,6 +11,7 @@
'animation/AnimationEffectTiming.idl',
'animation/Animation.idl',
'animation/AnimationTimeline.idl',
+ 'animation/DocumentTimeline.idl',
'clipboard/DataTransfer.idl',
'clipboard/DataTransferItemList.idl',
'css/CSS.idl',
@@ -960,6 +961,7 @@
'animation/DocumentAnimation.h',
'animation/DocumentAnimations.cpp',
'animation/DocumentAnimations.h',
+ 'animation/DocumentTimeline.h',
'animation/EffectInput.cpp',
'animation/EffectInput.h',
'animation/ElementAnimation.h',
@@ -3997,6 +3999,7 @@
'animation/AnimationTestHelper.h',
'animation/AnimationTimelineTest.cpp',
'animation/CompositorAnimationsTest.cpp',
+ 'animation/DocumentTimelineTest.cpp',
'animation/EffectInputTest.cpp',
'animation/InterpolableValueTest.cpp',
'animation/InterpolationEffectTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp ('k') | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698