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

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: Cleanup - ready for review Created 5 years, 10 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 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 'browser/renderer_host/renderer_frame_manager.cc', 1199 'browser/renderer_host/renderer_frame_manager.cc',
1200 'browser/renderer_host/renderer_frame_manager.h', 1200 'browser/renderer_host/renderer_frame_manager.h',
1201 'browser/renderer_host/sandbox_ipc_linux.cc', 1201 'browser/renderer_host/sandbox_ipc_linux.cc',
1202 'browser/renderer_host/sandbox_ipc_linux.h', 1202 'browser/renderer_host/sandbox_ipc_linux.h',
1203 'browser/renderer_host/text_input_client_mac.h', 1203 'browser/renderer_host/text_input_client_mac.h',
1204 'browser/renderer_host/text_input_client_mac.mm', 1204 'browser/renderer_host/text_input_client_mac.mm',
1205 'browser/renderer_host/text_input_client_message_filter.h', 1205 'browser/renderer_host/text_input_client_message_filter.h',
1206 'browser/renderer_host/text_input_client_message_filter.mm', 1206 'browser/renderer_host/text_input_client_message_filter.mm',
1207 'browser/renderer_host/ui_events_helper.cc', 1207 'browser/renderer_host/ui_events_helper.cc',
1208 'browser/renderer_host/ui_events_helper.h', 1208 'browser/renderer_host/ui_events_helper.h',
1209 'browser/renderer_host/ui_touch_selection_helper.cc',
1210 'browser/renderer_host/ui_touch_selection_helper.h',
1209 'browser/renderer_host/web_input_event_aura.cc', 1211 'browser/renderer_host/web_input_event_aura.cc',
1210 'browser/renderer_host/web_input_event_aura.h', 1212 'browser/renderer_host/web_input_event_aura.h',
1211 'browser/renderer_host/web_input_event_aurawin.cc', 1213 'browser/renderer_host/web_input_event_aurawin.cc',
1212 'browser/renderer_host/webmenurunner_mac.h', 1214 'browser/renderer_host/webmenurunner_mac.h',
1213 'browser/renderer_host/webmenurunner_mac.mm', 1215 'browser/renderer_host/webmenurunner_mac.mm',
1214 'browser/renderer_host/websocket_dispatcher_host.cc', 1216 'browser/renderer_host/websocket_dispatcher_host.cc',
1215 'browser/renderer_host/websocket_dispatcher_host.h', 1217 'browser/renderer_host/websocket_dispatcher_host.h',
1216 'browser/renderer_host/websocket_host.cc', 1218 'browser/renderer_host/websocket_host.cc',
1217 'browser/renderer_host/websocket_host.h', 1219 'browser/renderer_host/websocket_host.h',
1218 'browser/resolve_proxy_msg_helper.cc', 1220 'browser/resolve_proxy_msg_helper.cc',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1411 'browser/utility_process_host_impl.cc', 1413 'browser/utility_process_host_impl.cc',
1412 'browser/utility_process_host_impl.h', 1414 'browser/utility_process_host_impl.h',
1413 'browser/web_contents/aura/gesture_nav_simple.cc', 1415 'browser/web_contents/aura/gesture_nav_simple.cc',
1414 'browser/web_contents/aura/gesture_nav_simple.h', 1416 'browser/web_contents/aura/gesture_nav_simple.h',
1415 'browser/web_contents/aura/overscroll_navigation_overlay.cc', 1417 'browser/web_contents/aura/overscroll_navigation_overlay.cc',
1416 'browser/web_contents/aura/overscroll_navigation_overlay.h', 1418 'browser/web_contents/aura/overscroll_navigation_overlay.h',
1417 'browser/web_contents/aura/shadow_layer_delegate.cc', 1419 'browser/web_contents/aura/shadow_layer_delegate.cc',
1418 'browser/web_contents/aura/shadow_layer_delegate.h', 1420 'browser/web_contents/aura/shadow_layer_delegate.h',
1419 'browser/web_contents/aura/window_slider.cc', 1421 'browser/web_contents/aura/window_slider.cc',
1420 'browser/web_contents/aura/window_slider.h', 1422 'browser/web_contents/aura/window_slider.h',
1421 'browser/web_contents/touch_editable_impl_aura.cc', 1423 'browser/web_contents/touch_selection_controller_aura_client_impl.cc',
1422 'browser/web_contents/touch_editable_impl_aura.h', 1424 'browser/web_contents/touch_selection_controller_aura_client_impl.h',
1423 'browser/web_contents/web_contents_android.cc', 1425 'browser/web_contents/web_contents_android.cc',
1424 'browser/web_contents/web_contents_android.h', 1426 'browser/web_contents/web_contents_android.h',
1425 'browser/web_contents/web_contents_impl.cc', 1427 'browser/web_contents/web_contents_impl.cc',
1426 'browser/web_contents/web_contents_impl.h', 1428 'browser/web_contents/web_contents_impl.h',
1427 'browser/web_contents/web_contents_view.h', 1429 'browser/web_contents/web_contents_view.h',
1428 'browser/web_contents/web_contents_view_android.cc', 1430 'browser/web_contents/web_contents_view_android.cc',
1429 'browser/web_contents/web_contents_view_android.h', 1431 'browser/web_contents/web_contents_view_android.h',
1430 'browser/web_contents/web_contents_view_aura.cc', 1432 'browser/web_contents/web_contents_view_aura.cc',
1431 'browser/web_contents/web_contents_view_aura.h', 1433 'browser/web_contents/web_contents_view_aura.h',
1432 'browser/web_contents/web_contents_view_guest.cc', 1434 'browser/web_contents/web_contents_view_guest.cc',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
1909 ['use_aura==1', { 1911 ['use_aura==1', {
1910 'dependencies': [ 1912 'dependencies': [
1911 '../ui/aura/aura.gyp:aura', 1913 '../ui/aura/aura.gyp:aura',
1912 '../ui/aura_extra/aura_extra.gyp:aura_extra', 1914 '../ui/aura_extra/aura_extra.gyp:aura_extra',
1913 '../ui/strings/ui_strings.gyp:ui_strings', 1915 '../ui/strings/ui_strings.gyp:ui_strings',
1914 ], 1916 ],
1915 }, { 1917 }, {
1916 'sources/': [ 1918 'sources/': [
1917 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1919 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
1918 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 1920 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
1919 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], 1921 ['exclude', '^browser/web_contents/touch_selection_controller_aura_clien t_impl.cc'],
1920 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], 1922 ['exclude', '^browser/web_contents/touch_selection_controller_aura_clien t_impl.h'],
1921 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], 1923 ['exclude', '^browser/renderer_host/ui_events_helper.cc'],
1922 ['exclude', '^browser/renderer_host/ui_events_helper.h'], 1924 ['exclude', '^browser/renderer_host/ui_events_helper.h'],
1923 ], 1925 ],
1924 }], 1926 }],
1925 ['enable_plugins==1', { 1927 ['enable_plugins==1', {
1926 'dependencies': [ 1928 'dependencies': [
1927 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1929 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1928 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1930 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1929 ], 1931 ],
1930 'sources': [ 1932 'sources': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1973 'browser/media/media_web_contents_observer.h', 1975 'browser/media/media_web_contents_observer.h',
1974 ], 1976 ],
1975 }], 1977 }],
1976 ['OS == "linux" and use_openssl==1', { 1978 ['OS == "linux" and use_openssl==1', {
1977 'dependencies': [ 1979 'dependencies': [
1978 '../third_party/boringssl/boringssl.gyp:boringssl', 1980 '../third_party/boringssl/boringssl.gyp:boringssl',
1979 ], 1981 ],
1980 }], 1982 }],
1981 ], 1983 ],
1982 } 1984 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698