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

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: Rebased after addition of touch_handle_orientation file Created 5 years, 10 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 91fbfee05f57a9bd038b677d3e7346531804236a..09bad9591be56131a3c8fb30409af9223e76e543 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -383,8 +383,8 @@ source_set("browser") {
"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",
]

Powered by Google App Engine
This is Rietveld 408576698