Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1670073004: Send node transition events for touch events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing the comment Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698