| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index d18de9a62289d611e42b1cf8b7b12957a717203b..9a0f96ae03f1067dda419d1499c0cac6c3720e4b 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -268,6 +268,8 @@
|
| 'browser/android/browser_startup_controller.h',
|
| 'browser/android/child_process_launcher_android.cc',
|
| 'browser/android/child_process_launcher_android.h',
|
| + 'browser/android/composited_touch_handle_drawable.cc',
|
| + 'browser/android/composited_touch_handle_drawable.h',
|
| 'browser/android/content_readback_handler.cc',
|
| 'browser/android/content_readback_handler.h',
|
| 'browser/android/content_settings.cc',
|
| @@ -305,6 +307,8 @@
|
| 'browser/android/overscroll_glow.cc',
|
| 'browser/android/overscroll_glow.h',
|
| 'browser/android/popup_item_type_list.h',
|
| + 'browser/android/popup_touch_handle_drawable.cc',
|
| + 'browser/android/popup_touch_handle_drawable.h',
|
| 'browser/android/surface_texture_peer_browser_impl.cc',
|
| 'browser/android/surface_texture_peer_browser_impl.h',
|
| 'browser/android/tracing_controller_android.cc',
|
| @@ -928,6 +932,8 @@
|
| 'browser/renderer_host/input/motion_event_android.h',
|
| 'browser/renderer_host/input/motion_event_web.cc',
|
| 'browser/renderer_host/input/motion_event_web.h',
|
| + 'browser/renderer_host/input/selection_event_type.h',
|
| + 'browser/renderer_host/input/selection_event_type_list.h',
|
| 'browser/renderer_host/input/synthetic_gesture.cc',
|
| 'browser/renderer_host/input/synthetic_gesture.h',
|
| 'browser/renderer_host/input/synthetic_gesture_controller.cc',
|
| @@ -957,6 +963,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/touch_handle.cc',
|
| + 'browser/renderer_host/input/touch_handle.h',
|
| + 'browser/renderer_host/input/touch_selection_controller.cc',
|
| + 'browser/renderer_host/input/touch_selection_controller.h',
|
| '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',
|
|
|