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

Unified Diff: Source/core/core.gypi

Issue 1144313003: Added PointerEvent firing on touch events. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. TODO fixes. Created 5 years, 6 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
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/dom/GlobalEventHandlers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index ed36ca955c62aa9b7025b399ae5531f7e10f512b..cd77b0d01cfbfb5d86da286fe88aa52d1a1c31c3 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2529,6 +2529,8 @@
'events/PageTransitionEvent.h',
'events/PointerEvent.cpp',
'events/PointerEvent.h',
+ 'events/PointerIdManager.cpp',
+ 'events/PointerIdManager.h',
'events/PopStateEvent.cpp',
'events/PopStateEvent.h',
'events/ProgressEvent.cpp',
@@ -2544,7 +2546,6 @@
'events/SecurityPolicyViolationEvent.h',
'events/TextEvent.cpp',
'events/TextEvent.h',
- 'events/ThreadLocalEventNames.h',
'events/TouchEvent.cpp',
'events/TouchEvent.h',
'events/TouchEventContext.cpp',
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/dom/GlobalEventHandlers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698