| 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 aec61cf80217ddfe275cdbe5eae69f166cd9b13d..ceb7ba17f3e9fa929c6acdff5c7ac7640ed9a977 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -2736,6 +2736,8 @@
|
| 'dom/shadow/SlotAssignment.h',
|
| 'dom/shadow/SlotScopedTraversal.cpp',
|
| 'dom/shadow/SlotScopedTraversal.h',
|
| + 'events/AddEventListenerOptionsResolved.cpp',
|
| + 'events/AddEventListenerOptionsResolved.h',
|
| 'events/AnimationEvent.cpp',
|
| 'events/AnimationEvent.h',
|
| 'events/AnimationPlayerEvent.cpp',
|
| @@ -4071,6 +4073,7 @@
|
| 'editing/state_machines/StateMachineTestUtil.cpp',
|
| 'editing/state_machines/StateMachineUtilTest.cpp',
|
| 'events/EventPathTest.cpp',
|
| + 'events/EventTargetTest.cpp',
|
| 'events/PointerEventFactoryTest.cpp',
|
| 'fetch/CachingCorrectnessTest.cpp',
|
| 'fetch/ClientHintsPreferencesTest.cpp',
|
|
|