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

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: 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 unified diff | Download patch
« no previous file with comments | « content/content.gyp ('k') | content/content_jni.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 'browser/renderer_host/input/input_router.h', 933 'browser/renderer_host/input/input_router.h',
930 'browser/renderer_host/input/input_router_client.h', 934 'browser/renderer_host/input/input_router_client.h',
931 'browser/renderer_host/input/input_router_impl.cc', 935 'browser/renderer_host/input/input_router_impl.cc',
932 'browser/renderer_host/input/input_router_impl.h', 936 'browser/renderer_host/input/input_router_impl.h',
933 'browser/renderer_host/input/input_router_config_helper.cc', 937 'browser/renderer_host/input/input_router_config_helper.cc',
934 'browser/renderer_host/input/input_router_config_helper.h', 938 'browser/renderer_host/input/input_router_config_helper.h',
935 'browser/renderer_host/input/motion_event_android.cc', 939 'browser/renderer_host/input/motion_event_android.cc',
936 'browser/renderer_host/input/motion_event_android.h', 940 'browser/renderer_host/input/motion_event_android.h',
937 'browser/renderer_host/input/motion_event_web.cc', 941 'browser/renderer_host/input/motion_event_web.cc',
938 'browser/renderer_host/input/motion_event_web.h', 942 'browser/renderer_host/input/motion_event_web.h',
943 'browser/renderer_host/input/selection_event_type.h',
944 'browser/renderer_host/input/selection_event_type_list.h',
939 'browser/renderer_host/input/synthetic_gesture.cc', 945 'browser/renderer_host/input/synthetic_gesture.cc',
940 'browser/renderer_host/input/synthetic_gesture.h', 946 'browser/renderer_host/input/synthetic_gesture.h',
941 'browser/renderer_host/input/synthetic_gesture_controller.cc', 947 'browser/renderer_host/input/synthetic_gesture_controller.cc',
942 'browser/renderer_host/input/synthetic_gesture_controller.h', 948 'browser/renderer_host/input/synthetic_gesture_controller.h',
943 'browser/renderer_host/input/synthetic_gesture_target.h', 949 'browser/renderer_host/input/synthetic_gesture_target.h',
944 'browser/renderer_host/input/synthetic_gesture_target_android.cc', 950 'browser/renderer_host/input/synthetic_gesture_target_android.cc',
945 'browser/renderer_host/input/synthetic_gesture_target_android.h', 951 'browser/renderer_host/input/synthetic_gesture_target_android.h',
946 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', 952 'browser/renderer_host/input/synthetic_gesture_target_aura.cc',
947 'browser/renderer_host/input/synthetic_gesture_target_aura.h', 953 'browser/renderer_host/input/synthetic_gesture_target_aura.h',
948 'browser/renderer_host/input/synthetic_gesture_target_base.cc', 954 'browser/renderer_host/input/synthetic_gesture_target_base.cc',
949 'browser/renderer_host/input/synthetic_gesture_target_base.h', 955 'browser/renderer_host/input/synthetic_gesture_target_base.h',
950 'browser/renderer_host/input/synthetic_pinch_gesture.cc', 956 'browser/renderer_host/input/synthetic_pinch_gesture.cc',
951 'browser/renderer_host/input/synthetic_pinch_gesture.h', 957 'browser/renderer_host/input/synthetic_pinch_gesture.h',
952 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', 958 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc',
953 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', 959 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h',
954 'browser/renderer_host/input/synthetic_tap_gesture.cc', 960 'browser/renderer_host/input/synthetic_tap_gesture.cc',
955 'browser/renderer_host/input/synthetic_tap_gesture.h', 961 'browser/renderer_host/input/synthetic_tap_gesture.h',
956 'browser/renderer_host/input/tap_suppression_controller.cc', 962 'browser/renderer_host/input/tap_suppression_controller.cc',
957 'browser/renderer_host/input/tap_suppression_controller.h', 963 'browser/renderer_host/input/tap_suppression_controller.h',
958 'browser/renderer_host/input/tap_suppression_controller_client.h', 964 'browser/renderer_host/input/tap_suppression_controller_client.h',
959 'browser/renderer_host/input/timeout_monitor.cc', 965 'browser/renderer_host/input/timeout_monitor.cc',
960 'browser/renderer_host/input/timeout_monitor.h', 966 'browser/renderer_host/input/timeout_monitor.h',
961 'browser/renderer_host/input/touch_emulator.cc', 967 'browser/renderer_host/input/touch_emulator.cc',
962 'browser/renderer_host/input/touch_emulator.h', 968 'browser/renderer_host/input/touch_emulator.h',
963 'browser/renderer_host/input/touch_emulator_client.h', 969 'browser/renderer_host/input/touch_emulator_client.h',
964 'browser/renderer_host/input/touch_event_queue.cc', 970 'browser/renderer_host/input/touch_event_queue.cc',
965 'browser/renderer_host/input/touch_event_queue.h', 971 'browser/renderer_host/input/touch_event_queue.h',
966 'browser/renderer_host/input/touch_action_filter.cc', 972 'browser/renderer_host/input/touch_action_filter.cc',
967 'browser/renderer_host/input/touch_action_filter.h', 973 'browser/renderer_host/input/touch_action_filter.h',
974 'browser/renderer_host/input/touch_handle.cc',
975 'browser/renderer_host/input/touch_handle.h',
976 'browser/renderer_host/input/touch_selection_controller.cc',
977 'browser/renderer_host/input/touch_selection_controller.h',
968 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 978 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
969 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 979 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
970 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 980 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
971 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 981 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
972 'browser/renderer_host/input/web_input_event_builders_android.cc', 982 'browser/renderer_host/input/web_input_event_builders_android.cc',
973 'browser/renderer_host/input/web_input_event_builders_android.h', 983 'browser/renderer_host/input/web_input_event_builders_android.h',
974 'browser/renderer_host/input/web_input_event_builders_win.cc', 984 'browser/renderer_host/input/web_input_event_builders_win.cc',
975 'browser/renderer_host/input/web_input_event_builders_win.h', 985 'browser/renderer_host/input/web_input_event_builders_win.h',
976 'browser/renderer_host/input/web_input_event_util.cc', 986 'browser/renderer_host/input/web_input_event_util.cc',
977 'browser/renderer_host/input/web_input_event_util.h', 987 'browser/renderer_host/input/web_input_event_util.h',
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
1840 'sources': [ 1850 'sources': [
1841 'browser/media/cdm/browser_cdm_manager.cc', 1851 'browser/media/cdm/browser_cdm_manager.cc',
1842 'browser/media/cdm/browser_cdm_manager.h', 1852 'browser/media/cdm/browser_cdm_manager.h',
1843 # This works on Android because enable_browser_cdms==1 on Android. 1853 # This works on Android because enable_browser_cdms==1 on Android.
1844 'browser/media/media_web_contents_observer.cc', 1854 'browser/media/media_web_contents_observer.cc',
1845 'browser/media/media_web_contents_observer.h', 1855 'browser/media/media_web_contents_observer.h',
1846 ], 1856 ],
1847 }], 1857 }],
1848 ], 1858 ],
1849 } 1859 }
OLDNEW
« 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