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

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 test failures on Mac Created 5 years, 8 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 3ee0cacec656341f731e810757992c13e34eddb2..53571aa6584b6bb894d2a5fefbacbd9b346f9ad2 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -407,8 +407,8 @@ source_set("browser") {
"web_contents/aura/overscroll_window_delegate.h",
"web_contents/aura/shadow_layer_delegate.cc",
"web_contents/aura/shadow_layer_delegate.h",
- "web_contents/touch_editable_impl_aura.cc",
- "web_contents/touch_editable_impl_aura.h",
+ "web_contents/aura/touch_selection_controller_client_aura.cc",
+ "web_contents/aura/touch_selection_controller_client_aura.h",
"web_contents/web_contents_view_aura.cc",
"web_contents/web_contents_view_aura.h",
]

Powered by Google App Engine
This is Rietveld 408576698