| Index: third_party/WebKit/Source/core/core_idl_files.gni
|
| diff --git a/third_party/WebKit/Source/core/core_idl_files.gni b/third_party/WebKit/Source/core/core_idl_files.gni
|
| index ed326bd3a842af185937b2cf8bbf227519e5ad09..55e86fa8eb3f3adc7d61e4de274c3b3333ceb94d 100644
|
| --- a/third_party/WebKit/Source/core/core_idl_files.gni
|
| +++ b/third_party/WebKit/Source/core/core_idl_files.gni
|
| @@ -34,6 +34,7 @@ core_idl_files = get_path_info([
|
| "animation/Animation.idl",
|
| "animation/AnimationTimeline.idl",
|
| "animation/DocumentTimeline.idl",
|
| + "animation/ScrollTimeline.idl",
|
| "clipboard/DataTransfer.idl",
|
| "clipboard/DataTransferItemList.idl",
|
| "css/CSS.idl",
|
| @@ -513,6 +514,7 @@ core_dictionary_idl_files =
|
| "animation/AnimationEffectTimingProperties.idl",
|
| "animation/ComputedTimingProperties.idl",
|
| "animation/KeyframeEffectOptions.idl",
|
| + "animation/ScrollTimelineOptions.idl",
|
| "css/FontFaceDescriptors.idl",
|
| "css/FontFaceSetLoadEventInit.idl",
|
| "css/MediaQueryListEventInit.idl",
|
|
|