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

Unified Diff: Source/core/core.gypi

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No, really. Created 5 years, 7 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/core/css/resolver/StyleResolver.cpp » ('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 4c790fb07de9fb46c68166abf17d2d0400c32d88..a58de4161dc3721e998ee9e0dad547228baf0242 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -5,12 +5,12 @@
'variables': {
# Files for which bindings (.cpp and .h files) will be generated
'core_idl_files': [
+ 'animation/KeyframeEffect.idl',
+ 'animation/EffectModel.idl',
+ 'animation/AnimationEffectReadOnly.idl',
+ 'animation/AnimationEffectTiming.idl',
'animation/Animation.idl',
- 'animation/AnimationEffect.idl',
- 'animation/AnimationNode.idl',
- 'animation/AnimationPlayer.idl',
'animation/AnimationTimeline.idl',
- 'animation/Timing.idl',
'clipboard/DataTransfer.idl',
'clipboard/DataTransferItemList.idl',
'css/CSS.idl',
@@ -851,19 +851,19 @@
'Init.cpp',
'Init.h',
'animation/AngleSVGInterpolation.h',
- 'animation/Animation.cpp',
- 'animation/Animation.h',
+ 'animation/KeyframeEffect.cpp',
+ 'animation/KeyframeEffect.h',
'animation/AnimationClock.cpp',
'animation/AnimationClock.h',
- 'animation/AnimationEffect.h',
+ 'animation/EffectModel.h',
'animation/AnimationInputHelpers.cpp',
'animation/AnimationInputHelpers.h',
- 'animation/AnimationNode.cpp',
- 'animation/AnimationNode.h',
- 'animation/AnimationNodeTiming.cpp',
- 'animation/AnimationNodeTiming.h',
- 'animation/AnimationPlayer.cpp',
- 'animation/AnimationPlayer.h',
+ 'animation/AnimationEffect.cpp',
+ 'animation/AnimationEffect.h',
+ 'animation/AnimationEffectTiming.cpp',
+ 'animation/AnimationEffectTiming.h',
+ 'animation/Animation.cpp',
+ 'animation/Animation.h',
'animation/AnimationStack.cpp',
'animation/AnimationStack.h',
'animation/AnimationTimeline.cpp',
@@ -3552,7 +3552,7 @@
'svg/properties/SVGPropertyTearOff.cpp',
],
'core_dictionary_idl_files': [
- 'animation/AnimationTimingProperties.idl',
+ 'animation/KeyframeEffectOptions.idl',
'animation/ComputedTimingProperties.idl',
'css/FontFaceDescriptors.idl',
'css/MediaQueryListEventInit.idl',
@@ -3593,8 +3593,8 @@
'page/EventSourceInit.idl',
],
'generated_core_dictionary_files': [
- '<(blink_core_output_dir)/animation/AnimationTimingProperties.cpp',
- '<(blink_core_output_dir)/animation/AnimationTimingProperties.h',
+ '<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp',
+ '<(blink_core_output_dir)/animation/KeyframeEffectOptions.h',
'<(blink_core_output_dir)/animation/ComputedTimingProperties.cpp',
'<(blink_core_output_dir)/animation/ComputedTimingProperties.h',
'<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
@@ -3741,10 +3741,10 @@
'core_unittest_files': [
'animation/AnimationClockTest.cpp',
'animation/AnimationInputHelpersTest.cpp',
- 'animation/AnimationNodeTest.cpp',
- 'animation/AnimationPlayerTest.cpp',
- 'animation/AnimationStackTest.cpp',
+ 'animation/AnimationEffectTest.cpp',
'animation/AnimationTest.cpp',
+ 'animation/AnimationStackTest.cpp',
+ 'animation/KeyframeEffectTest.cpp',
'animation/AnimationTestHelper.cpp',
'animation/AnimationTestHelper.h',
'animation/AnimationTimelineTest.cpp',
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698