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 1263703004: Revert of Implement Aura side of unified touch text selection for contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/child/runtime_features.cc ('k') | content/content_tests.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 '../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 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 'browser/renderer_host/input/tap_suppression_controller_client.h', 1201 'browser/renderer_host/input/tap_suppression_controller_client.h',
1202 'browser/renderer_host/input/timeout_monitor.cc', 1202 'browser/renderer_host/input/timeout_monitor.cc',
1203 'browser/renderer_host/input/timeout_monitor.h', 1203 'browser/renderer_host/input/timeout_monitor.h',
1204 'browser/renderer_host/input/touch_action_filter.cc', 1204 'browser/renderer_host/input/touch_action_filter.cc',
1205 'browser/renderer_host/input/touch_action_filter.h', 1205 'browser/renderer_host/input/touch_action_filter.h',
1206 'browser/renderer_host/input/touch_emulator.cc', 1206 'browser/renderer_host/input/touch_emulator.cc',
1207 'browser/renderer_host/input/touch_emulator.h', 1207 'browser/renderer_host/input/touch_emulator.h',
1208 'browser/renderer_host/input/touch_emulator_client.h', 1208 'browser/renderer_host/input/touch_emulator_client.h',
1209 'browser/renderer_host/input/touch_event_queue.cc', 1209 'browser/renderer_host/input/touch_event_queue.cc',
1210 'browser/renderer_host/input/touch_event_queue.h', 1210 'browser/renderer_host/input/touch_event_queue.h',
1211 'browser/renderer_host/input/touch_selection_controller_client_aura.cc',
1212 'browser/renderer_host/input/touch_selection_controller_client_aura.h',
1213 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 1211 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
1214 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 1212 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
1215 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 1213 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
1216 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 1214 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
1217 'browser/renderer_host/input/ui_touch_selection_helper.cc', 1215 'browser/renderer_host/input/ui_touch_selection_helper.cc',
1218 'browser/renderer_host/input/ui_touch_selection_helper.h', 1216 'browser/renderer_host/input/ui_touch_selection_helper.h',
1219 'browser/renderer_host/input/web_input_event_builders_android.cc', 1217 'browser/renderer_host/input/web_input_event_builders_android.cc',
1220 'browser/renderer_host/input/web_input_event_builders_android.h', 1218 'browser/renderer_host/input/web_input_event_builders_android.h',
1221 'browser/renderer_host/input/web_input_event_builders_win.cc', 1219 'browser/renderer_host/input/web_input_event_builders_win.cc',
1222 'browser/renderer_host/input/web_input_event_builders_win.h', 1220 'browser/renderer_host/input/web_input_event_builders_win.h',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1516 'browser/web_contents/aura/gesture_nav_simple.cc', 1514 'browser/web_contents/aura/gesture_nav_simple.cc',
1517 'browser/web_contents/aura/gesture_nav_simple.h', 1515 'browser/web_contents/aura/gesture_nav_simple.h',
1518 'browser/web_contents/aura/overscroll_navigation_overlay.cc', 1516 'browser/web_contents/aura/overscroll_navigation_overlay.cc',
1519 'browser/web_contents/aura/overscroll_navigation_overlay.h', 1517 'browser/web_contents/aura/overscroll_navigation_overlay.h',
1520 'browser/web_contents/aura/overscroll_window_animation.cc', 1518 'browser/web_contents/aura/overscroll_window_animation.cc',
1521 'browser/web_contents/aura/overscroll_window_animation.h', 1519 'browser/web_contents/aura/overscroll_window_animation.h',
1522 'browser/web_contents/aura/overscroll_window_delegate.cc', 1520 'browser/web_contents/aura/overscroll_window_delegate.cc',
1523 'browser/web_contents/aura/overscroll_window_delegate.h', 1521 'browser/web_contents/aura/overscroll_window_delegate.h',
1524 'browser/web_contents/aura/shadow_layer_delegate.cc', 1522 'browser/web_contents/aura/shadow_layer_delegate.cc',
1525 'browser/web_contents/aura/shadow_layer_delegate.h', 1523 'browser/web_contents/aura/shadow_layer_delegate.h',
1524 'browser/web_contents/touch_editable_impl_aura.cc',
1525 'browser/web_contents/touch_editable_impl_aura.h',
1526 'browser/web_contents/web_contents_android.cc', 1526 'browser/web_contents/web_contents_android.cc',
1527 'browser/web_contents/web_contents_android.h', 1527 'browser/web_contents/web_contents_android.h',
1528 'browser/web_contents/web_contents_impl.cc', 1528 'browser/web_contents/web_contents_impl.cc',
1529 'browser/web_contents/web_contents_impl.h', 1529 'browser/web_contents/web_contents_impl.h',
1530 'browser/web_contents/web_contents_view.h', 1530 'browser/web_contents/web_contents_view.h',
1531 'browser/web_contents/web_contents_view_android.cc', 1531 'browser/web_contents/web_contents_view_android.cc',
1532 'browser/web_contents/web_contents_view_android.h', 1532 'browser/web_contents/web_contents_view_android.h',
1533 'browser/web_contents/web_contents_view_aura.cc', 1533 'browser/web_contents/web_contents_view_aura.cc',
1534 'browser/web_contents/web_contents_view_aura.h', 1534 'browser/web_contents/web_contents_view_aura.h',
1535 'browser/web_contents/web_contents_view_guest.cc', 1535 'browser/web_contents/web_contents_view_guest.cc',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
2056 ], 2056 ],
2057 }], 2057 }],
2058 ['use_aura==1', { 2058 ['use_aura==1', {
2059 'dependencies': [ 2059 'dependencies': [
2060 '../ui/aura/aura.gyp:aura', 2060 '../ui/aura/aura.gyp:aura',
2061 '../ui/aura_extra/aura_extra.gyp:aura_extra', 2061 '../ui/aura_extra/aura_extra.gyp:aura_extra',
2062 '../ui/strings/ui_strings.gyp:ui_strings', 2062 '../ui/strings/ui_strings.gyp:ui_strings',
2063 ], 2063 ],
2064 }, { 2064 }, {
2065 'sources/': [ 2065 'sources/': [
2066 ['exclude', '^browser/renderer_host/input/touch_selection_controller_cli ent_aura.cc'],
2067 ['exclude', '^browser/renderer_host/input/touch_selection_controller_cli ent_aura.h'],
2068 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 2066 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
2069 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 2067 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
2068 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'],
2069 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'],
2070 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], 2070 ['exclude', '^browser/renderer_host/ui_events_helper.cc'],
2071 ['exclude', '^browser/renderer_host/ui_events_helper.h'], 2071 ['exclude', '^browser/renderer_host/ui_events_helper.h'],
2072 ], 2072 ],
2073 }], 2073 }],
2074 ['enable_plugins==1', { 2074 ['enable_plugins==1', {
2075 'dependencies': [ 2075 'dependencies': [
2076 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2076 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2077 '../ppapi/ppapi_internal.gyp:ppapi_shared', 2077 '../ppapi/ppapi_internal.gyp:ppapi_shared',
2078 ], 2078 ],
2079 'sources': [ 2079 'sources': [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2130 'sources': [ 2130 'sources': [
2131 'browser/vr/vr_device.cc', 2131 'browser/vr/vr_device.cc',
2132 'browser/vr/vr_device.h', 2132 'browser/vr/vr_device.h',
2133 'browser/vr/vr_device_manager.cc', 2133 'browser/vr/vr_device_manager.cc',
2134 'browser/vr/vr_device_manager.h', 2134 'browser/vr/vr_device_manager.h',
2135 'browser/vr/vr_device_provider.h', 2135 'browser/vr/vr_device_provider.h',
2136 ] 2136 ]
2137 }], 2137 }],
2138 ], 2138 ],
2139 } 2139 }
OLDNEW
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698