Chromium Code Reviews

Unified Diff: Source/core/core.gypi

Issue 338543003: Gesture event hit test refactoring and reduction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove aborted perf test (too noisy) Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 817affc248c6b92ba09e399fd7f0d142eff310f8..825a05b0edd631bd465a45ce188de1ec84095c25 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1415,13 +1415,12 @@
'page/EventHandler.cpp',
'page/EventSource.cpp',
'page/EventSource.h',
+ 'page/EventWithHitTestResults.h',
'page/FocusController.cpp',
'page/FocusType.h',
'page/FrameTree.cpp',
'page/InjectedStyleSheets.cpp',
'page/InjectedStyleSheets.h',
- 'page/MouseEventWithHitTestResults.cpp',
- 'page/MouseEventWithHitTestResults.h',
'page/NetworkStateNotifier.cpp',
'page/NetworkStateNotifier.h',
'page/Page.cpp',

Powered by Google App Engine