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

Unified Diff: content/content_browser.gypi

Issue 335943002: [Android] Composited selection handle rendering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@input_native_handles_final
Patch Set: Fix animation tests Created 6 years, 5 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/content.gyp ('k') | content/content_jni.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 60d50b5bda0de4dacdca1ecef33e1bc2d112c3e8..5f8148c24022c6ccc6bd7f6fb39872781c38f33c 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',
@@ -936,6 +940,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',
@@ -965,6 +971,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',
« no previous file with comments | « content/content.gyp ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698