| 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 a230010eb1bacbe990244ae918a951a1ab9d1c69..20aa0103822a48276471c08ac86e884c2f59e14b 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -2718,8 +2718,8 @@
|
| 'events/PageTransitionEvent.h',
|
| 'events/PointerEvent.cpp',
|
| 'events/PointerEvent.h',
|
| - 'events/PointerEventManager.cpp',
|
| - 'events/PointerEventManager.h',
|
| + 'events/PointerEventFactory.cpp',
|
| + 'events/PointerEventFactory.h',
|
| 'events/PopStateEvent.cpp',
|
| 'events/PopStateEvent.h',
|
| 'events/ProgressEvent.cpp',
|
| @@ -2753,6 +2753,8 @@
|
| 'input/EventHandler.h',
|
| 'input/InputDeviceCapabilities.cpp',
|
| 'input/InputDeviceCapabilities.h',
|
| + 'input/PointerEventManager.cpp',
|
| + 'input/PointerEventManager.h',
|
| 'input/TouchActionUtil.cpp',
|
| 'input/TouchActionUtil.h',
|
| ],
|
| @@ -3961,7 +3963,7 @@
|
| 'editing/serializers/StyledMarkupSerializerTest.cpp',
|
| 'editing/spellcheck/SpellCheckerTest.cpp',
|
| 'events/EventPathTest.cpp',
|
| - 'events/PointerEventManagerTest.cpp',
|
| + 'events/PointerEventFactoryTest.cpp',
|
| 'fetch/CachingCorrectnessTest.cpp',
|
| 'fetch/ClientHintsPreferencesTest.cpp',
|
| 'fetch/FetchUtilsTest.cpp',
|
|
|