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

Unified Diff: content/browser/BUILD.gn

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: Fixed overrides in TouchHandleDrawableAura Created 5 years, 11 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 7bd3d3e7c5ab412ea8d368eda2cf12246308ae56..d90c0265455f4b1c867932e9eae3613d292c7be3 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -375,16 +375,14 @@ source_set("browser") {
"renderer_host/web_input_event_aura.h",
"web_contents/aura/gesture_nav_simple.cc",
"web_contents/aura/gesture_nav_simple.h",
- "web_contents/aura/image_window_delegate.cc",
- "web_contents/aura/image_window_delegate.h",
"web_contents/aura/overscroll_navigation_overlay.cc",
"web_contents/aura/overscroll_navigation_overlay.h",
"web_contents/aura/shadow_layer_delegate.cc",
"web_contents/aura/shadow_layer_delegate.h",
"web_contents/aura/window_slider.cc",
"web_contents/aura/window_slider.h",
- "web_contents/touch_editable_impl_aura.cc",
- "web_contents/touch_editable_impl_aura.h",
+ "web_contents/touch_selection_controller_aura_client_impl.cc",
+ "web_contents/touch_selection_controller_aura_client_impl.h",
"web_contents/web_contents_view_aura.cc",
"web_contents/web_contents_view_aura.h",
]
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_android.cc » ('j') | ui/touch_selection/touch_handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698