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

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 blink issue fixed: r200194 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 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 'browser/renderer_host/input/tap_suppression_controller_client.h', 1206 'browser/renderer_host/input/tap_suppression_controller_client.h',
1207 'browser/renderer_host/input/timeout_monitor.cc', 1207 'browser/renderer_host/input/timeout_monitor.cc',
1208 'browser/renderer_host/input/timeout_monitor.h', 1208 'browser/renderer_host/input/timeout_monitor.h',
1209 'browser/renderer_host/input/touch_action_filter.cc', 1209 'browser/renderer_host/input/touch_action_filter.cc',
1210 'browser/renderer_host/input/touch_action_filter.h', 1210 'browser/renderer_host/input/touch_action_filter.h',
1211 'browser/renderer_host/input/touch_emulator.cc', 1211 'browser/renderer_host/input/touch_emulator.cc',
1212 'browser/renderer_host/input/touch_emulator.h', 1212 'browser/renderer_host/input/touch_emulator.h',
1213 'browser/renderer_host/input/touch_emulator_client.h', 1213 'browser/renderer_host/input/touch_emulator_client.h',
1214 'browser/renderer_host/input/touch_event_queue.cc', 1214 'browser/renderer_host/input/touch_event_queue.cc',
1215 'browser/renderer_host/input/touch_event_queue.h', 1215 'browser/renderer_host/input/touch_event_queue.h',
1216 'browser/renderer_host/input/touch_selection_controller_client_aura.cc',
1217 'browser/renderer_host/input/touch_selection_controller_client_aura.h',
1216 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', 1218 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
1217 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', 1219 'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
1218 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', 1220 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
1219 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', 1221 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h',
1220 'browser/renderer_host/input/ui_touch_selection_helper.cc', 1222 'browser/renderer_host/input/ui_touch_selection_helper.cc',
1221 'browser/renderer_host/input/ui_touch_selection_helper.h', 1223 'browser/renderer_host/input/ui_touch_selection_helper.h',
1222 'browser/renderer_host/input/web_input_event_builders_android.cc', 1224 'browser/renderer_host/input/web_input_event_builders_android.cc',
1223 'browser/renderer_host/input/web_input_event_builders_android.h', 1225 'browser/renderer_host/input/web_input_event_builders_android.h',
1224 'browser/renderer_host/input/web_input_event_builders_win.cc', 1226 'browser/renderer_host/input/web_input_event_builders_win.cc',
1225 'browser/renderer_host/input/web_input_event_builders_win.h', 1227 'browser/renderer_host/input/web_input_event_builders_win.h',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 'browser/web_contents/aura/gesture_nav_simple.cc', 1523 'browser/web_contents/aura/gesture_nav_simple.cc',
1522 'browser/web_contents/aura/gesture_nav_simple.h', 1524 'browser/web_contents/aura/gesture_nav_simple.h',
1523 'browser/web_contents/aura/overscroll_navigation_overlay.cc', 1525 'browser/web_contents/aura/overscroll_navigation_overlay.cc',
1524 'browser/web_contents/aura/overscroll_navigation_overlay.h', 1526 'browser/web_contents/aura/overscroll_navigation_overlay.h',
1525 'browser/web_contents/aura/overscroll_window_animation.cc', 1527 'browser/web_contents/aura/overscroll_window_animation.cc',
1526 'browser/web_contents/aura/overscroll_window_animation.h', 1528 'browser/web_contents/aura/overscroll_window_animation.h',
1527 'browser/web_contents/aura/overscroll_window_delegate.cc', 1529 'browser/web_contents/aura/overscroll_window_delegate.cc',
1528 'browser/web_contents/aura/overscroll_window_delegate.h', 1530 'browser/web_contents/aura/overscroll_window_delegate.h',
1529 'browser/web_contents/aura/shadow_layer_delegate.cc', 1531 'browser/web_contents/aura/shadow_layer_delegate.cc',
1530 'browser/web_contents/aura/shadow_layer_delegate.h', 1532 'browser/web_contents/aura/shadow_layer_delegate.h',
1531 'browser/web_contents/touch_editable_impl_aura.cc',
1532 'browser/web_contents/touch_editable_impl_aura.h',
1533 'browser/web_contents/web_contents_android.cc', 1533 'browser/web_contents/web_contents_android.cc',
1534 'browser/web_contents/web_contents_android.h', 1534 'browser/web_contents/web_contents_android.h',
1535 'browser/web_contents/web_contents_impl.cc', 1535 'browser/web_contents/web_contents_impl.cc',
1536 'browser/web_contents/web_contents_impl.h', 1536 'browser/web_contents/web_contents_impl.h',
1537 'browser/web_contents/web_contents_view.h', 1537 'browser/web_contents/web_contents_view.h',
1538 'browser/web_contents/web_contents_view_android.cc', 1538 'browser/web_contents/web_contents_view_android.cc',
1539 'browser/web_contents/web_contents_view_android.h', 1539 'browser/web_contents/web_contents_view_android.h',
1540 'browser/web_contents/web_contents_view_aura.cc', 1540 'browser/web_contents/web_contents_view_aura.cc',
1541 'browser/web_contents/web_contents_view_aura.h', 1541 'browser/web_contents/web_contents_view_aura.h',
1542 'browser/web_contents/web_contents_view_guest.cc', 1542 'browser/web_contents/web_contents_view_guest.cc',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
2067 ], 2067 ],
2068 }], 2068 }],
2069 ['use_aura==1', { 2069 ['use_aura==1', {
2070 'dependencies': [ 2070 'dependencies': [
2071 '../ui/aura/aura.gyp:aura', 2071 '../ui/aura/aura.gyp:aura',
2072 '../ui/aura_extra/aura_extra.gyp:aura_extra', 2072 '../ui/aura_extra/aura_extra.gyp:aura_extra',
2073 '../ui/strings/ui_strings.gyp:ui_strings', 2073 '../ui/strings/ui_strings.gyp:ui_strings',
2074 ], 2074 ],
2075 }, { 2075 }, {
2076 'sources/': [ 2076 'sources/': [
2077 ['exclude', '^browser/renderer_host/input/touch_selection_controller_cli ent_aura.cc'],
2078 ['exclude', '^browser/renderer_host/input/touch_selection_controller_cli ent_aura.h'],
2077 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 2079 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
2078 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 2080 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
2079 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'],
2080 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'],
2081 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], 2081 ['exclude', '^browser/renderer_host/ui_events_helper.cc'],
2082 ['exclude', '^browser/renderer_host/ui_events_helper.h'], 2082 ['exclude', '^browser/renderer_host/ui_events_helper.h'],
2083 ], 2083 ],
2084 }], 2084 }],
2085 ['enable_plugins==1', { 2085 ['enable_plugins==1', {
2086 'dependencies': [ 2086 'dependencies': [
2087 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2087 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2088 '../ppapi/ppapi_internal.gyp:ppapi_shared', 2088 '../ppapi/ppapi_internal.gyp:ppapi_shared',
2089 ], 2089 ],
2090 'sources': [ 2090 'sources': [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2141 'sources': [ 2141 'sources': [
2142 'browser/vr/vr_device.cc', 2142 'browser/vr/vr_device.cc',
2143 'browser/vr/vr_device.h', 2143 'browser/vr/vr_device.h',
2144 'browser/vr/vr_device_manager.cc', 2144 'browser/vr/vr_device_manager.cc',
2145 'browser/vr/vr_device_manager.h', 2145 'browser/vr/vr_device_manager.h',
2146 'browser/vr/vr_device_provider.h', 2146 'browser/vr/vr_device_provider.h',
2147 ] 2147 ]
2148 }], 2148 }],
2149 ], 2149 ],
2150 } 2150 }
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