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

Unified Diff: content/content_browser.gypi

Issue 43203004: Remove GestureEventFilter and clean up related bits assuming that we turn on Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « content/browser/renderer_host/render_widget_host_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index e3be7e4c16f4563199f78f581f36d83ec772d7d9..9f277f753dce50038b25198758e4541cde58623f 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -824,25 +824,14 @@
'browser/renderer_host/input/fling/fling_curve_impl_android.h',
'browser/renderer_host/input/fling/flinger.cc',
'browser/renderer_host/input/fling/flinger.h',
- 'browser/renderer_host/input/gesture_event_filter.cc',
- 'browser/renderer_host/input/gesture_event_filter.h',
'browser/renderer_host/input/gesture_event_filter_client.h',
'browser/renderer_host/input/immediate_input_router.cc',
'browser/renderer_host/input/immediate_input_router.h',
'browser/renderer_host/input/input_ack_handler.h',
'browser/renderer_host/input/input_router.h',
'browser/renderer_host/input/input_router_client.h',
- 'browser/renderer_host/input/tap_suppression_controller.cc',
- 'browser/renderer_host/input/tap_suppression_controller.h',
- 'browser/renderer_host/input/tap_suppression_controller_client.h',
'browser/renderer_host/input/touch_event_queue.cc',
'browser/renderer_host/input/touch_event_queue.h',
- 'browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc',
- 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
- 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
- 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
- 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
- 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc',
'browser/renderer_host/input/web_input_event_builders_android.cc',
'browser/renderer_host/input/web_input_event_builders_android.h',
'browser/renderer_host/input/web_input_event_builders_gtk.cc',
@@ -1431,7 +1420,6 @@
'browser/geolocation/device_data_provider.cc',
'browser/geolocation/empty_device_data_provider.cc',
'browser/geolocation/wifi_data_provider_common.cc',
- 'browser/renderer_host/input/tap_suppression_controller.cc',
'browser/renderer_host/native_web_keyboard_event.cc',
]
}, { # OS!="android"
@@ -1484,14 +1472,8 @@
}],
['use_aura!=1 and OS!="win"', {
'sources!': [
- 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
'browser/renderer_host/ui_events_helper.cc',
'browser/renderer_host/ui_events_helper.h',
- 'browser/renderer_host/tap_suppression_controller.cc',
- ],
- }, {
- 'sources!': [
- 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc',
],
}],
['use_aura==1', {
@@ -1503,7 +1485,6 @@
'sources/': [
['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
- ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_controller.cc'],
['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'],
['exclude', '^browser/renderer_host/render_widget_host.h'],
['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'],
@@ -1520,7 +1501,6 @@
}, {
'sources/': [
['exclude', '^browser/aura/'],
- ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_controller_aura.cc'],
['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'],
« no previous file with comments | « content/browser/renderer_host/render_widget_host_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698