| 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',
|
|
|