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

Side by Side Diff: content/content_browser.gypi

Issue 698253004: Reland: Implement Aura side of unified touch text selection for contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased after addition of touch_handle_orientation file Created 5 years, 9 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 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'browser/renderer_host/input/touch_action_filter.h', 1104 'browser/renderer_host/input/touch_action_filter.h',
1105 'browser/renderer_host/input/touch_emulator.cc', 1105 'browser/renderer_host/input/touch_emulator.cc',
1106 'browser/renderer_host/input/touch_emulator.h', 1106 'browser/renderer_host/input/touch_emulator.h',
1107 'browser/renderer_host/input/touch_emulator_client.h', 1107 'browser/renderer_host/input/touch_emulator_client.h',
1108 'browser/renderer_host/input/touch_event_queue.cc', 1108 'browser/renderer_host/input/touch_event_queue.cc',
1109 'browser/renderer_host/input/touch_event_queue.h', 1109 'browser/renderer_host/input/touch_event_queue.h',
1110 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 1110 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
1111 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 1111 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
1112 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 1112 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
1113 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 1113 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
1114 'browser/renderer_host/input/ui_touch_selection_helper.cc',
1115 'browser/renderer_host/input/ui_touch_selection_helper.h',
1114 'browser/renderer_host/input/web_input_event_builders_android.cc', 1116 'browser/renderer_host/input/web_input_event_builders_android.cc',
1115 'browser/renderer_host/input/web_input_event_builders_android.h', 1117 'browser/renderer_host/input/web_input_event_builders_android.h',
1116 'browser/renderer_host/input/web_input_event_builders_win.cc', 1118 'browser/renderer_host/input/web_input_event_builders_win.cc',
1117 'browser/renderer_host/input/web_input_event_builders_win.h', 1119 'browser/renderer_host/input/web_input_event_builders_win.h',
1118 'browser/renderer_host/input/web_input_event_util.cc', 1120 'browser/renderer_host/input/web_input_event_util.cc',
1119 'browser/renderer_host/input/web_input_event_util.h', 1121 'browser/renderer_host/input/web_input_event_util.h',
1120 'browser/renderer_host/input/web_input_event_util_posix.cc', 1122 'browser/renderer_host/input/web_input_event_util_posix.cc',
1121 'browser/renderer_host/input/web_input_event_util_posix.h', 1123 'browser/renderer_host/input/web_input_event_util_posix.h',
1122 'browser/renderer_host/legacy_render_widget_host_win.cc', 1124 'browser/renderer_host/legacy_render_widget_host_win.cc',
1123 'browser/renderer_host/legacy_render_widget_host_win.h', 1125 'browser/renderer_host/legacy_render_widget_host_win.h',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 'browser/utility_process_host_impl.cc', 1414 'browser/utility_process_host_impl.cc',
1413 'browser/utility_process_host_impl.h', 1415 'browser/utility_process_host_impl.h',
1414 'browser/web_contents/aura/gesture_nav_simple.cc', 1416 'browser/web_contents/aura/gesture_nav_simple.cc',
1415 'browser/web_contents/aura/gesture_nav_simple.h', 1417 'browser/web_contents/aura/gesture_nav_simple.h',
1416 'browser/web_contents/aura/overscroll_navigation_overlay.cc', 1418 'browser/web_contents/aura/overscroll_navigation_overlay.cc',
1417 'browser/web_contents/aura/overscroll_navigation_overlay.h', 1419 'browser/web_contents/aura/overscroll_navigation_overlay.h',
1418 'browser/web_contents/aura/shadow_layer_delegate.cc', 1420 'browser/web_contents/aura/shadow_layer_delegate.cc',
1419 'browser/web_contents/aura/shadow_layer_delegate.h', 1421 'browser/web_contents/aura/shadow_layer_delegate.h',
1420 'browser/web_contents/aura/window_slider.cc', 1422 'browser/web_contents/aura/window_slider.cc',
1421 'browser/web_contents/aura/window_slider.h', 1423 'browser/web_contents/aura/window_slider.h',
1422 'browser/web_contents/touch_editable_impl_aura.cc', 1424 'browser/web_contents/touch_selection_controller_aura_client_impl.cc',
1423 'browser/web_contents/touch_editable_impl_aura.h', 1425 'browser/web_contents/touch_selection_controller_aura_client_impl.h',
1424 'browser/web_contents/web_contents_android.cc', 1426 'browser/web_contents/web_contents_android.cc',
1425 'browser/web_contents/web_contents_android.h', 1427 'browser/web_contents/web_contents_android.h',
1426 'browser/web_contents/web_contents_impl.cc', 1428 'browser/web_contents/web_contents_impl.cc',
1427 'browser/web_contents/web_contents_impl.h', 1429 'browser/web_contents/web_contents_impl.h',
1428 'browser/web_contents/web_contents_view.h', 1430 'browser/web_contents/web_contents_view.h',
1429 'browser/web_contents/web_contents_view_android.cc', 1431 'browser/web_contents/web_contents_view_android.cc',
1430 'browser/web_contents/web_contents_view_android.h', 1432 'browser/web_contents/web_contents_view_android.h',
1431 'browser/web_contents/web_contents_view_aura.cc', 1433 'browser/web_contents/web_contents_view_aura.cc',
1432 'browser/web_contents/web_contents_view_aura.h', 1434 'browser/web_contents/web_contents_view_aura.h',
1433 'browser/web_contents/web_contents_view_guest.cc', 1435 'browser/web_contents/web_contents_view_guest.cc',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
1908 ['use_aura==1', { 1910 ['use_aura==1', {
1909 'dependencies': [ 1911 'dependencies': [
1910 '../ui/aura/aura.gyp:aura', 1912 '../ui/aura/aura.gyp:aura',
1911 '../ui/aura_extra/aura_extra.gyp:aura_extra', 1913 '../ui/aura_extra/aura_extra.gyp:aura_extra',
1912 '../ui/strings/ui_strings.gyp:ui_strings', 1914 '../ui/strings/ui_strings.gyp:ui_strings',
1913 ], 1915 ],
1914 }, { 1916 }, {
1915 'sources/': [ 1917 'sources/': [
1916 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1918 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
1917 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 1919 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
1918 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], 1920 ['exclude', '^browser/web_contents/touch_selection_controller_aura_clien t_impl.cc'],
1919 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], 1921 ['exclude', '^browser/web_contents/touch_selection_controller_aura_clien t_impl.h'],
1920 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], 1922 ['exclude', '^browser/renderer_host/ui_events_helper.cc'],
1921 ['exclude', '^browser/renderer_host/ui_events_helper.h'], 1923 ['exclude', '^browser/renderer_host/ui_events_helper.h'],
1922 ], 1924 ],
1923 }], 1925 }],
1924 ['enable_plugins==1', { 1926 ['enable_plugins==1', {
1925 'dependencies': [ 1927 'dependencies': [
1926 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1928 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1927 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1929 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1928 ], 1930 ],
1929 'sources': [ 1931 'sources': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1972 'browser/media/media_web_contents_observer.h', 1974 'browser/media/media_web_contents_observer.h',
1973 ], 1975 ],
1974 }], 1976 }],
1975 ['OS == "linux" and use_openssl==1', { 1977 ['OS == "linux" and use_openssl==1', {
1976 'dependencies': [ 1978 'dependencies': [
1977 '../third_party/boringssl/boringssl.gyp:boringssl', 1979 '../third_party/boringssl/boringssl.gyp:boringssl',
1978 ], 1980 ],
1979 }], 1981 }],
1980 ], 1982 ],
1981 } 1983 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698