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

Side by Side 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: Clean up paste popup interaction 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'browser/accessibility/browser_accessibility_state_impl_win.cc', 261 'browser/accessibility/browser_accessibility_state_impl_win.cc',
262 'browser/accessibility/browser_accessibility_state_impl.h', 262 'browser/accessibility/browser_accessibility_state_impl.h',
263 'browser/accessibility/browser_accessibility_win.cc', 263 'browser/accessibility/browser_accessibility_win.cc',
264 'browser/accessibility/browser_accessibility_win.h', 264 'browser/accessibility/browser_accessibility_win.h',
265 'browser/android/browser_jni_registrar.cc', 265 'browser/android/browser_jni_registrar.cc',
266 'browser/android/browser_jni_registrar.h', 266 'browser/android/browser_jni_registrar.h',
267 'browser/android/browser_startup_controller.cc', 267 'browser/android/browser_startup_controller.cc',
268 'browser/android/browser_startup_controller.h', 268 'browser/android/browser_startup_controller.h',
269 'browser/android/child_process_launcher_android.cc', 269 'browser/android/child_process_launcher_android.cc',
270 'browser/android/child_process_launcher_android.h', 270 'browser/android/child_process_launcher_android.h',
271 'browser/android/composited_touch_handle_drawable.cc',
272 'browser/android/composited_touch_handle_drawable.h',
271 'browser/android/content_readback_handler.cc', 273 'browser/android/content_readback_handler.cc',
272 'browser/android/content_readback_handler.h', 274 'browser/android/content_readback_handler.h',
273 'browser/android/content_settings.cc', 275 'browser/android/content_settings.cc',
274 'browser/android/content_settings.h', 276 'browser/android/content_settings.h',
275 'browser/android/content_startup_flags.cc', 277 'browser/android/content_startup_flags.cc',
276 'browser/android/content_startup_flags.h', 278 'browser/android/content_startup_flags.h',
277 'browser/android/content_video_view.cc', 279 'browser/android/content_video_view.cc',
278 'browser/android/content_video_view.h', 280 'browser/android/content_video_view.h',
279 'browser/android/content_view_core_impl.cc', 281 'browser/android/content_view_core_impl.cc',
280 'browser/android/content_view_core_impl.h', 282 'browser/android/content_view_core_impl.h',
(...skipping 17 matching lines...) Expand all
298 'browser/android/in_process/synchronous_compositor_output_surface.h', 300 'browser/android/in_process/synchronous_compositor_output_surface.h',
299 'browser/android/in_process/synchronous_input_event_filter.cc', 301 'browser/android/in_process/synchronous_input_event_filter.cc',
300 'browser/android/in_process/synchronous_input_event_filter.h', 302 'browser/android/in_process/synchronous_input_event_filter.h',
301 'browser/android/interstitial_page_delegate_android.cc', 303 'browser/android/interstitial_page_delegate_android.cc',
302 'browser/android/interstitial_page_delegate_android.h', 304 'browser/android/interstitial_page_delegate_android.h',
303 'browser/android/load_url_params.cc', 305 'browser/android/load_url_params.cc',
304 'browser/android/load_url_params.h', 306 'browser/android/load_url_params.h',
305 'browser/android/overscroll_glow.cc', 307 'browser/android/overscroll_glow.cc',
306 'browser/android/overscroll_glow.h', 308 'browser/android/overscroll_glow.h',
307 'browser/android/popup_item_type_list.h', 309 'browser/android/popup_item_type_list.h',
310 'browser/android/popup_touch_handle_drawable.cc',
311 'browser/android/popup_touch_handle_drawable.h',
308 'browser/android/surface_texture_peer_browser_impl.cc', 312 'browser/android/surface_texture_peer_browser_impl.cc',
309 'browser/android/surface_texture_peer_browser_impl.h', 313 'browser/android/surface_texture_peer_browser_impl.h',
310 'browser/android/tracing_controller_android.cc', 314 'browser/android/tracing_controller_android.cc',
311 'browser/android/tracing_controller_android.h', 315 'browser/android/tracing_controller_android.h',
312 'browser/android/web_contents_observer_android.cc', 316 'browser/android/web_contents_observer_android.cc',
313 'browser/android/web_contents_observer_android.h', 317 'browser/android/web_contents_observer_android.h',
314 'browser/android/ui_resource_provider_impl.cc', 318 'browser/android/ui_resource_provider_impl.cc',
315 'browser/android/ui_resource_provider_impl.h', 319 'browser/android/ui_resource_provider_impl.h',
316 'browser/appcache/appcache.cc', 320 'browser/appcache/appcache.cc',
317 'browser/appcache/appcache.h', 321 'browser/appcache/appcache.h',
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 'browser/renderer_host/input/input_router.h', 925 'browser/renderer_host/input/input_router.h',
922 'browser/renderer_host/input/input_router_client.h', 926 'browser/renderer_host/input/input_router_client.h',
923 'browser/renderer_host/input/input_router_impl.cc', 927 'browser/renderer_host/input/input_router_impl.cc',
924 'browser/renderer_host/input/input_router_impl.h', 928 'browser/renderer_host/input/input_router_impl.h',
925 'browser/renderer_host/input/input_router_config_helper.cc', 929 'browser/renderer_host/input/input_router_config_helper.cc',
926 'browser/renderer_host/input/input_router_config_helper.h', 930 'browser/renderer_host/input/input_router_config_helper.h',
927 'browser/renderer_host/input/motion_event_android.cc', 931 'browser/renderer_host/input/motion_event_android.cc',
928 'browser/renderer_host/input/motion_event_android.h', 932 'browser/renderer_host/input/motion_event_android.h',
929 'browser/renderer_host/input/motion_event_web.cc', 933 'browser/renderer_host/input/motion_event_web.cc',
930 'browser/renderer_host/input/motion_event_web.h', 934 'browser/renderer_host/input/motion_event_web.h',
935 'browser/renderer_host/input/selection_event_type.h',
936 'browser/renderer_host/input/selection_event_type_list.h',
931 'browser/renderer_host/input/synthetic_gesture.cc', 937 'browser/renderer_host/input/synthetic_gesture.cc',
932 'browser/renderer_host/input/synthetic_gesture.h', 938 'browser/renderer_host/input/synthetic_gesture.h',
933 'browser/renderer_host/input/synthetic_gesture_controller.cc', 939 'browser/renderer_host/input/synthetic_gesture_controller.cc',
934 'browser/renderer_host/input/synthetic_gesture_controller.h', 940 'browser/renderer_host/input/synthetic_gesture_controller.h',
935 'browser/renderer_host/input/synthetic_gesture_target.h', 941 'browser/renderer_host/input/synthetic_gesture_target.h',
936 'browser/renderer_host/input/synthetic_gesture_target_android.cc', 942 'browser/renderer_host/input/synthetic_gesture_target_android.cc',
937 'browser/renderer_host/input/synthetic_gesture_target_android.h', 943 'browser/renderer_host/input/synthetic_gesture_target_android.h',
938 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', 944 'browser/renderer_host/input/synthetic_gesture_target_aura.cc',
939 'browser/renderer_host/input/synthetic_gesture_target_aura.h', 945 'browser/renderer_host/input/synthetic_gesture_target_aura.h',
940 'browser/renderer_host/input/synthetic_gesture_target_base.cc', 946 'browser/renderer_host/input/synthetic_gesture_target_base.cc',
941 'browser/renderer_host/input/synthetic_gesture_target_base.h', 947 'browser/renderer_host/input/synthetic_gesture_target_base.h',
942 'browser/renderer_host/input/synthetic_pinch_gesture.cc', 948 'browser/renderer_host/input/synthetic_pinch_gesture.cc',
943 'browser/renderer_host/input/synthetic_pinch_gesture.h', 949 'browser/renderer_host/input/synthetic_pinch_gesture.h',
944 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', 950 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc',
945 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', 951 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h',
946 'browser/renderer_host/input/synthetic_tap_gesture.cc', 952 'browser/renderer_host/input/synthetic_tap_gesture.cc',
947 'browser/renderer_host/input/synthetic_tap_gesture.h', 953 'browser/renderer_host/input/synthetic_tap_gesture.h',
948 'browser/renderer_host/input/tap_suppression_controller.cc', 954 'browser/renderer_host/input/tap_suppression_controller.cc',
949 'browser/renderer_host/input/tap_suppression_controller.h', 955 'browser/renderer_host/input/tap_suppression_controller.h',
950 'browser/renderer_host/input/tap_suppression_controller_client.h', 956 'browser/renderer_host/input/tap_suppression_controller_client.h',
951 'browser/renderer_host/input/timeout_monitor.cc', 957 'browser/renderer_host/input/timeout_monitor.cc',
952 'browser/renderer_host/input/timeout_monitor.h', 958 'browser/renderer_host/input/timeout_monitor.h',
953 'browser/renderer_host/input/touch_emulator.cc', 959 'browser/renderer_host/input/touch_emulator.cc',
954 'browser/renderer_host/input/touch_emulator.h', 960 'browser/renderer_host/input/touch_emulator.h',
955 'browser/renderer_host/input/touch_emulator_client.h', 961 'browser/renderer_host/input/touch_emulator_client.h',
956 'browser/renderer_host/input/touch_event_queue.cc', 962 'browser/renderer_host/input/touch_event_queue.cc',
957 'browser/renderer_host/input/touch_event_queue.h', 963 'browser/renderer_host/input/touch_event_queue.h',
958 'browser/renderer_host/input/touch_action_filter.cc', 964 'browser/renderer_host/input/touch_action_filter.cc',
959 'browser/renderer_host/input/touch_action_filter.h', 965 'browser/renderer_host/input/touch_action_filter.h',
966 'browser/renderer_host/input/touch_handle.cc',
967 'browser/renderer_host/input/touch_handle.h',
968 'browser/renderer_host/input/touch_selection_controller.cc',
969 'browser/renderer_host/input/touch_selection_controller.h',
960 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 970 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
961 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 971 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
962 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 972 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
963 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 973 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
964 'browser/renderer_host/input/web_input_event_builders_android.cc', 974 'browser/renderer_host/input/web_input_event_builders_android.cc',
965 'browser/renderer_host/input/web_input_event_builders_android.h', 975 'browser/renderer_host/input/web_input_event_builders_android.h',
966 'browser/renderer_host/input/web_input_event_builders_win.cc', 976 'browser/renderer_host/input/web_input_event_builders_win.cc',
967 'browser/renderer_host/input/web_input_event_builders_win.h', 977 'browser/renderer_host/input/web_input_event_builders_win.h',
968 'browser/renderer_host/input/web_input_event_util.cc', 978 'browser/renderer_host/input/web_input_event_util.cc',
969 'browser/renderer_host/input/web_input_event_util.h', 979 'browser/renderer_host/input/web_input_event_util.h',
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
1843 'sources': [ 1853 'sources': [
1844 'browser/media/cdm/browser_cdm_manager.cc', 1854 'browser/media/cdm/browser_cdm_manager.cc',
1845 'browser/media/cdm/browser_cdm_manager.h', 1855 'browser/media/cdm/browser_cdm_manager.h',
1846 # This works on Android because enable_browser_cdms==1 on Android. 1856 # This works on Android because enable_browser_cdms==1 on Android.
1847 'browser/media/media_web_contents_observer.cc', 1857 'browser/media/media_web_contents_observer.cc',
1848 'browser/media/media_web_contents_observer.h', 1858 'browser/media/media_web_contents_observer.h',
1849 ], 1859 ],
1850 }], 1860 }],
1851 ], 1861 ],
1852 } 1862 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698