| 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 b6e0870ffe0d636a668bb1fd05a9526acc890c7c..758b4447df18a9cf7cb18baf3c365809cbeec113 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -3666,6 +3666,7 @@
|
| 'dom/MutationObserverInit.idl',
|
| 'dom/shadow/ShadowRootInit.idl',
|
| 'dom/TouchInit.idl',
|
| + 'events/AddEventListenerOptions.idl',
|
| 'events/AnimationEventInit.idl',
|
| 'events/AnimationPlayerEventInit.idl',
|
| 'events/ApplicationCacheErrorEventInit.idl',
|
| @@ -3734,6 +3735,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',
|
|
|