| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index cbe667f1edfc0851b1b86e03814e839fb8eb2486..c4115e2c773e25d1f14cc2bdfc250d1ea4f274c5 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -904,6 +904,8 @@
|
| 'browser/renderer_host/input/input_router_client.h',
|
| 'browser/renderer_host/input/input_router_impl.cc',
|
| 'browser/renderer_host/input/input_router_impl.h',
|
| + 'browser/renderer_host/input/input_router_config_helper.cc',
|
| + 'browser/renderer_host/input/input_router_config_helper.h',
|
| 'browser/renderer_host/input/motion_event_android.cc',
|
| 'browser/renderer_host/input/motion_event_android.h',
|
| 'browser/renderer_host/input/motion_event_web.cc',
|
| @@ -937,12 +939,10 @@
|
| 'browser/renderer_host/input/touch_event_queue.h',
|
| 'browser/renderer_host/input/touch_action_filter.cc',
|
| 'browser/renderer_host/input/touch_action_filter.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_win.cc',
|
| @@ -1648,27 +1648,13 @@
|
| ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$'],
|
| ],
|
| }],
|
| - ['use_aura!=1 and OS!="android"', {
|
| - 'sources!': [
|
| - 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
|
| - 'browser/renderer_host/tap_suppression_controller.cc',
|
| - ],
|
| - }, {
|
| - 'sources!': [
|
| - 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub.cc',
|
| - ],
|
| - }],
|
| ['use_aura==1', {
|
| 'dependencies': [
|
| '../ui/aura/aura.gyp:aura',
|
| '../ui/base/strings/ui_strings.gyp:ui_strings',
|
| ],
|
| - 'sources/': [
|
| - ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_controller.cc'],
|
| - ],
|
| }, {
|
| 'sources/': [
|
| - ['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'],
|
|
|