| 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 95be9a5b301dce1865160b68f0c2742d67b0be06..8583c727f00f31f70ddbace92bf9c5325bafd9d9 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -3676,6 +3676,7 @@
|
| 'dom/MutationObserverInit.idl',
|
| 'dom/shadow/ShadowRootInit.idl',
|
| 'dom/TouchInit.idl',
|
| + 'events/AddEventListenerOptions.idl',
|
| 'events/AnimationEventInit.idl',
|
| 'events/AnimationPlayerEventInit.idl',
|
| 'events/ApplicationCacheErrorEventInit.idl',
|
| @@ -3744,6 +3745,8 @@
|
| '<(blink_core_output_dir)/dom/shadow/ShadowRootInit.h',
|
| '<(blink_core_output_dir)/dom/TouchInit.cpp',
|
| '<(blink_core_output_dir)/dom/TouchInit.h',
|
| + '<(blink_core_output_dir)/events/AddEventListenerOptions.cpp',
|
| + '<(blink_core_output_dir)/events/AddEventListenerOptions.h',
|
| '<(blink_core_output_dir)/events/AnimationEventInit.cpp',
|
| '<(blink_core_output_dir)/events/AnimationEventInit.h',
|
| '<(blink_core_output_dir)/events/AnimationPlayerEventInit.cpp',
|
|
|