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

Unified Diff: Source/core/core.gypi

Issue 947923002: Add AnimationTimingProperties dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 e4c8ae8efa8bc38aec220ce19d9952bc0a252334..f9ed227b3b315e866a24e35289529dd1efbf1feb 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3499,6 +3499,7 @@
'svg/properties/SVGPropertyTearOff.cpp',
],
'core_dictionary_idl_files': [
+ 'animation/AnimationTimingProperties.idl',
'animation/ComputedTimingProperties.idl',
'css/FontFaceDescriptors.idl',
'css/MediaQueryListEventInit.idl',
@@ -3537,6 +3538,8 @@
'storage/StorageEventInit.idl',
],
'generated_core_dictionary_files': [
+ '<(blink_core_output_dir)/animation/AnimationTimingProperties.cpp',
+ '<(blink_core_output_dir)/animation/AnimationTimingProperties.h',
'<(blink_core_output_dir)/animation/ComputedTimingProperties.cpp',
'<(blink_core_output_dir)/animation/ComputedTimingProperties.h',
'<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
« Source/core/animation/Animation.idl ('K') | « Source/core/animation/TimingInputTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698