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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 0c23b4f40eecba00b9f5fdf910969402fe3e54a6..1d9cf9a640463309f7dfbadde5740beb2222f2b3 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1208,8 +1208,6 @@
'browser/renderer_host/input/touch_emulator_client.h',
'browser/renderer_host/input/touch_event_queue.cc',
'browser/renderer_host/input/touch_event_queue.h',
- 'browser/renderer_host/input/touch_selection_controller_client_aura.cc',
- 'browser/renderer_host/input/touch_selection_controller_client_aura.h',
'browser/renderer_host/input/touchpad_tap_suppression_controller.cc',
'browser/renderer_host/input/touchpad_tap_suppression_controller.h',
'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc',
@@ -1523,6 +1521,8 @@
'browser/web_contents/aura/overscroll_window_delegate.h',
'browser/web_contents/aura/shadow_layer_delegate.cc',
'browser/web_contents/aura/shadow_layer_delegate.h',
+ 'browser/web_contents/touch_editable_impl_aura.cc',
+ 'browser/web_contents/touch_editable_impl_aura.h',
'browser/web_contents/web_contents_android.cc',
'browser/web_contents/web_contents_android.h',
'browser/web_contents/web_contents_impl.cc',
@@ -2063,10 +2063,10 @@
],
}, {
'sources/': [
- ['exclude', '^browser/renderer_host/input/touch_selection_controller_client_aura.cc'],
- ['exclude', '^browser/renderer_host/input/touch_selection_controller_client_aura.h'],
['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
+ ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'],
+ ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'],
['exclude', '^browser/renderer_host/ui_events_helper.cc'],
['exclude', '^browser/renderer_host/ui_events_helper.h'],
],
« 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