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

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: Improved tap-on-selection tests 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 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 'browser/renderer_host/input/touch_action_filter.h', 1100 'browser/renderer_host/input/touch_action_filter.h',
1101 'browser/renderer_host/input/touch_emulator.cc', 1101 'browser/renderer_host/input/touch_emulator.cc',
1102 'browser/renderer_host/input/touch_emulator.h', 1102 'browser/renderer_host/input/touch_emulator.h',
1103 'browser/renderer_host/input/touch_emulator_client.h', 1103 'browser/renderer_host/input/touch_emulator_client.h',
1104 'browser/renderer_host/input/touch_event_queue.cc', 1104 'browser/renderer_host/input/touch_event_queue.cc',
1105 'browser/renderer_host/input/touch_event_queue.h', 1105 'browser/renderer_host/input/touch_event_queue.h',
1106 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 1106 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
1107 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 1107 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
1108 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 1108 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
1109 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 1109 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
1110 'browser/renderer_host/input/ui_touch_selection_helper.cc',
1111 'browser/renderer_host/input/ui_touch_selection_helper.h',
1110 'browser/renderer_host/input/web_input_event_builders_android.cc', 1112 'browser/renderer_host/input/web_input_event_builders_android.cc',
1111 'browser/renderer_host/input/web_input_event_builders_android.h', 1113 'browser/renderer_host/input/web_input_event_builders_android.h',
1112 'browser/renderer_host/input/web_input_event_builders_win.cc', 1114 'browser/renderer_host/input/web_input_event_builders_win.cc',
1113 'browser/renderer_host/input/web_input_event_builders_win.h', 1115 'browser/renderer_host/input/web_input_event_builders_win.h',
1114 'browser/renderer_host/input/web_input_event_util.cc', 1116 'browser/renderer_host/input/web_input_event_util.cc',
1115 'browser/renderer_host/input/web_input_event_util.h', 1117 'browser/renderer_host/input/web_input_event_util.h',
1116 'browser/renderer_host/input/web_input_event_util_posix.cc', 1118 'browser/renderer_host/input/web_input_event_util_posix.cc',
1117 'browser/renderer_host/input/web_input_event_util_posix.h', 1119 'browser/renderer_host/input/web_input_event_util_posix.h',
1118 'browser/renderer_host/legacy_render_widget_host_win.cc', 1120 'browser/renderer_host/legacy_render_widget_host_win.cc',
1119 'browser/renderer_host/legacy_render_widget_host_win.h', 1121 'browser/renderer_host/legacy_render_widget_host_win.h',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
1408 'browser/utility_process_host_impl.cc', 1410 'browser/utility_process_host_impl.cc',
1409 'browser/utility_process_host_impl.h', 1411 'browser/utility_process_host_impl.h',
1410 'browser/web_contents/aura/gesture_nav_simple.cc', 1412 'browser/web_contents/aura/gesture_nav_simple.cc',
1411 'browser/web_contents/aura/gesture_nav_simple.h', 1413 'browser/web_contents/aura/gesture_nav_simple.h',
1412 'browser/web_contents/aura/overscroll_navigation_overlay.cc', 1414 'browser/web_contents/aura/overscroll_navigation_overlay.cc',
1413 'browser/web_contents/aura/overscroll_navigation_overlay.h', 1415 'browser/web_contents/aura/overscroll_navigation_overlay.h',
1414 'browser/web_contents/aura/shadow_layer_delegate.cc', 1416 'browser/web_contents/aura/shadow_layer_delegate.cc',
1415 'browser/web_contents/aura/shadow_layer_delegate.h', 1417 'browser/web_contents/aura/shadow_layer_delegate.h',
1416 'browser/web_contents/aura/window_slider.cc', 1418 'browser/web_contents/aura/window_slider.cc',
1417 'browser/web_contents/aura/window_slider.h', 1419 'browser/web_contents/aura/window_slider.h',
1418 'browser/web_contents/touch_editable_impl_aura.cc', 1420 'browser/web_contents/touch_selection_controller_aura_client_impl.cc',
1419 'browser/web_contents/touch_editable_impl_aura.h', 1421 'browser/web_contents/touch_selection_controller_aura_client_impl.h',
1420 'browser/web_contents/web_contents_android.cc', 1422 'browser/web_contents/web_contents_android.cc',
1421 'browser/web_contents/web_contents_android.h', 1423 'browser/web_contents/web_contents_android.h',
1422 'browser/web_contents/web_contents_impl.cc', 1424 'browser/web_contents/web_contents_impl.cc',
1423 'browser/web_contents/web_contents_impl.h', 1425 'browser/web_contents/web_contents_impl.h',
1424 'browser/web_contents/web_contents_view.h', 1426 'browser/web_contents/web_contents_view.h',
1425 'browser/web_contents/web_contents_view_android.cc', 1427 'browser/web_contents/web_contents_view_android.cc',
1426 'browser/web_contents/web_contents_view_android.h', 1428 'browser/web_contents/web_contents_view_android.h',
1427 'browser/web_contents/web_contents_view_aura.cc', 1429 'browser/web_contents/web_contents_view_aura.cc',
1428 'browser/web_contents/web_contents_view_aura.h', 1430 'browser/web_contents/web_contents_view_aura.h',
1429 'browser/web_contents/web_contents_view_guest.cc', 1431 'browser/web_contents/web_contents_view_guest.cc',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
1904 ['use_aura==1', { 1906 ['use_aura==1', {
1905 'dependencies': [ 1907 'dependencies': [
1906 '../ui/aura/aura.gyp:aura', 1908 '../ui/aura/aura.gyp:aura',
1907 '../ui/aura_extra/aura_extra.gyp:aura_extra', 1909 '../ui/aura_extra/aura_extra.gyp:aura_extra',
1908 '../ui/strings/ui_strings.gyp:ui_strings', 1910 '../ui/strings/ui_strings.gyp:ui_strings',
1909 ], 1911 ],
1910 }, { 1912 }, {
1911 'sources/': [ 1913 'sources/': [
1912 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1914 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
1913 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 1915 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
1914 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], 1916 ['exclude', '^browser/web_contents/touch_selection_controller_aura_clien t_impl.cc'],
1915 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], 1917 ['exclude', '^browser/web_contents/touch_selection_controller_aura_clien t_impl.h'],
1916 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], 1918 ['exclude', '^browser/renderer_host/ui_events_helper.cc'],
1917 ['exclude', '^browser/renderer_host/ui_events_helper.h'], 1919 ['exclude', '^browser/renderer_host/ui_events_helper.h'],
1918 ], 1920 ],
1919 }], 1921 }],
1920 ['enable_plugins==1', { 1922 ['enable_plugins==1', {
1921 'dependencies': [ 1923 'dependencies': [
1922 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1924 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1923 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1925 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1924 ], 1926 ],
1925 'sources': [ 1927 'sources': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1968 'browser/media/media_web_contents_observer.h', 1970 'browser/media/media_web_contents_observer.h',
1969 ], 1971 ],
1970 }], 1972 }],
1971 ['OS == "linux" and use_openssl==1', { 1973 ['OS == "linux" and use_openssl==1', {
1972 'dependencies': [ 1974 'dependencies': [
1973 '../third_party/boringssl/boringssl.gyp:boringssl', 1975 '../third_party/boringssl/boringssl.gyp:boringssl',
1974 ], 1976 ],
1975 }], 1977 }],
1976 ], 1978 ],
1977 } 1979 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698