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

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: Addressed review comments Created 5 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 '../device/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 'browser/renderer_host/input/tap_suppression_controller_client.h', 1192 'browser/renderer_host/input/tap_suppression_controller_client.h',
1193 'browser/renderer_host/input/timeout_monitor.cc', 1193 'browser/renderer_host/input/timeout_monitor.cc',
1194 'browser/renderer_host/input/timeout_monitor.h', 1194 'browser/renderer_host/input/timeout_monitor.h',
1195 'browser/renderer_host/input/touch_action_filter.cc', 1195 'browser/renderer_host/input/touch_action_filter.cc',
1196 'browser/renderer_host/input/touch_action_filter.h', 1196 'browser/renderer_host/input/touch_action_filter.h',
1197 'browser/renderer_host/input/touch_emulator.cc', 1197 'browser/renderer_host/input/touch_emulator.cc',
1198 'browser/renderer_host/input/touch_emulator.h', 1198 'browser/renderer_host/input/touch_emulator.h',
1199 'browser/renderer_host/input/touch_emulator_client.h', 1199 'browser/renderer_host/input/touch_emulator_client.h',
1200 'browser/renderer_host/input/touch_event_queue.cc', 1200 'browser/renderer_host/input/touch_event_queue.cc',
1201 'browser/renderer_host/input/touch_event_queue.h', 1201 'browser/renderer_host/input/touch_event_queue.h',
1202 'browser/renderer_host/input/touch_selection_controller_client_aura.cc',
1203 'browser/renderer_host/input/touch_selection_controller_client_aura.h',
1202 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 1204 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
1203 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 1205 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
1204 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 1206 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
1205 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 1207 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
1206 'browser/renderer_host/input/ui_touch_selection_helper.cc', 1208 'browser/renderer_host/input/ui_touch_selection_helper.cc',
1207 'browser/renderer_host/input/ui_touch_selection_helper.h', 1209 'browser/renderer_host/input/ui_touch_selection_helper.h',
1208 'browser/renderer_host/input/web_input_event_builders_android.cc', 1210 'browser/renderer_host/input/web_input_event_builders_android.cc',
1209 'browser/renderer_host/input/web_input_event_builders_android.h', 1211 'browser/renderer_host/input/web_input_event_builders_android.h',
1210 'browser/renderer_host/input/web_input_event_builders_win.cc', 1212 'browser/renderer_host/input/web_input_event_builders_win.cc',
1211 'browser/renderer_host/input/web_input_event_builders_win.h', 1213 'browser/renderer_host/input/web_input_event_builders_win.h',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 'browser/web_contents/aura/gesture_nav_simple.cc', 1507 'browser/web_contents/aura/gesture_nav_simple.cc',
1506 'browser/web_contents/aura/gesture_nav_simple.h', 1508 'browser/web_contents/aura/gesture_nav_simple.h',
1507 'browser/web_contents/aura/overscroll_navigation_overlay.cc', 1509 'browser/web_contents/aura/overscroll_navigation_overlay.cc',
1508 'browser/web_contents/aura/overscroll_navigation_overlay.h', 1510 'browser/web_contents/aura/overscroll_navigation_overlay.h',
1509 'browser/web_contents/aura/overscroll_window_animation.cc', 1511 'browser/web_contents/aura/overscroll_window_animation.cc',
1510 'browser/web_contents/aura/overscroll_window_animation.h', 1512 'browser/web_contents/aura/overscroll_window_animation.h',
1511 'browser/web_contents/aura/overscroll_window_delegate.cc', 1513 'browser/web_contents/aura/overscroll_window_delegate.cc',
1512 'browser/web_contents/aura/overscroll_window_delegate.h', 1514 'browser/web_contents/aura/overscroll_window_delegate.h',
1513 'browser/web_contents/aura/shadow_layer_delegate.cc', 1515 'browser/web_contents/aura/shadow_layer_delegate.cc',
1514 'browser/web_contents/aura/shadow_layer_delegate.h', 1516 'browser/web_contents/aura/shadow_layer_delegate.h',
1515 'browser/web_contents/touch_editable_impl_aura.cc',
1516 'browser/web_contents/touch_editable_impl_aura.h',
1517 'browser/web_contents/web_contents_android.cc', 1517 'browser/web_contents/web_contents_android.cc',
1518 'browser/web_contents/web_contents_android.h', 1518 'browser/web_contents/web_contents_android.h',
1519 'browser/web_contents/web_contents_impl.cc', 1519 'browser/web_contents/web_contents_impl.cc',
1520 'browser/web_contents/web_contents_impl.h', 1520 'browser/web_contents/web_contents_impl.h',
1521 'browser/web_contents/web_contents_view.h', 1521 'browser/web_contents/web_contents_view.h',
1522 'browser/web_contents/web_contents_view_android.cc', 1522 'browser/web_contents/web_contents_view_android.cc',
1523 'browser/web_contents/web_contents_view_android.h', 1523 'browser/web_contents/web_contents_view_android.h',
1524 'browser/web_contents/web_contents_view_aura.cc', 1524 'browser/web_contents/web_contents_view_aura.cc',
1525 'browser/web_contents/web_contents_view_aura.h', 1525 'browser/web_contents/web_contents_view_aura.h',
1526 'browser/web_contents/web_contents_view_guest.cc', 1526 'browser/web_contents/web_contents_view_guest.cc',
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
2023 ], 2023 ],
2024 }], 2024 }],
2025 ['use_aura==1', { 2025 ['use_aura==1', {
2026 'dependencies': [ 2026 'dependencies': [
2027 '../ui/aura/aura.gyp:aura', 2027 '../ui/aura/aura.gyp:aura',
2028 '../ui/aura_extra/aura_extra.gyp:aura_extra', 2028 '../ui/aura_extra/aura_extra.gyp:aura_extra',
2029 '../ui/strings/ui_strings.gyp:ui_strings', 2029 '../ui/strings/ui_strings.gyp:ui_strings',
2030 ], 2030 ],
2031 }, { 2031 }, {
2032 'sources/': [ 2032 'sources/': [
2033 ['exclude', '^browser/renderer_host/input/touch_selection_controller_cli ent_aura.cc'],
2034 ['exclude', '^browser/renderer_host/input/touch_selection_controller_cli ent_aura.h'],
2033 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 2035 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
2034 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 2036 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
2035 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'],
2036 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'],
2037 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], 2037 ['exclude', '^browser/renderer_host/ui_events_helper.cc'],
2038 ['exclude', '^browser/renderer_host/ui_events_helper.h'], 2038 ['exclude', '^browser/renderer_host/ui_events_helper.h'],
2039 ], 2039 ],
2040 }], 2040 }],
2041 ['enable_plugins==1', { 2041 ['enable_plugins==1', {
2042 'dependencies': [ 2042 'dependencies': [
2043 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2043 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2044 '../ppapi/ppapi_internal.gyp:ppapi_shared', 2044 '../ppapi/ppapi_internal.gyp:ppapi_shared',
2045 ], 2045 ],
2046 'sources': [ 2046 'sources': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
2089 'browser/media/media_web_contents_observer.h', 2089 'browser/media/media_web_contents_observer.h',
2090 ], 2090 ],
2091 }], 2091 }],
2092 ['OS == "linux" and use_openssl==1', { 2092 ['OS == "linux" and use_openssl==1', {
2093 'dependencies': [ 2093 'dependencies': [
2094 '../third_party/boringssl/boringssl.gyp:boringssl', 2094 '../third_party/boringssl/boringssl.gyp:boringssl',
2095 ], 2095 ],
2096 }], 2096 }],
2097 ], 2097 ],
2098 } 2098 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698