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

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

Issue 1943223002: Web Animations: Add AnimationEffectTimingProperties IDL dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_nullableNull
Patch Set: https Created 4 years, 8 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 | « third_party/WebKit/Source/core/animation/KeyframeEffectOptions.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8b480523de889737cf5b4724043ddb9c93981ae8..d7a853cfa8fd5326a24787b65fea6c2326d1d8c5 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -3667,8 +3667,9 @@
'svg/properties/SVGPropertyTearOff.cpp',
],
'core_dictionary_idl_files': [
- 'animation/KeyframeEffectOptions.idl',
+ 'animation/AnimationEffectTimingProperties.idl',
'animation/ComputedTimingProperties.idl',
+ 'animation/KeyframeEffectOptions.idl',
'css/FontFaceDescriptors.idl',
'css/FontFaceSetLoadEventInit.idl',
'css/MediaQueryListEventInit.idl',
@@ -3722,10 +3723,12 @@
'timing/PerformanceObserverInit.idl',
],
'generated_core_dictionary_files': [
- '<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp',
- '<(blink_core_output_dir)/animation/KeyframeEffectOptions.h',
+ '<(blink_core_output_dir)/animation/AnimationEffectTimingProperties.cpp',
+ '<(blink_core_output_dir)/animation/AnimationEffectTimingProperties.h',
'<(blink_core_output_dir)/animation/ComputedTimingProperties.cpp',
'<(blink_core_output_dir)/animation/ComputedTimingProperties.h',
+ '<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp',
+ '<(blink_core_output_dir)/animation/KeyframeEffectOptions.h',
'<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
'<(blink_core_output_dir)/css/FontFaceDescriptors.h',
'<(blink_core_output_dir)/css/FontFaceSetLoadEventInit.cpp',
« no previous file with comments | « third_party/WebKit/Source/core/animation/KeyframeEffectOptions.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698