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

Unified Diff: content/browser/BUILD.gn

Issue 2883653002: Implement TouchSelectionEditing controls for OOPIF. (Closed)
Patch Set: Mark manager's observer as CONTENT_EXPORT. Created 3 years, 7 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 8b8f8b3322583a0d04fc292aa061b12ea9290703..ffdbf73ea276c69b313f76d7ce158ae40d08618c 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -737,6 +737,8 @@ source_set("browser") {
"frame_host/render_widget_host_view_child_frame.h",
"frame_host/render_widget_host_view_guest.cc",
"frame_host/render_widget_host_view_guest.h",
+ "frame_host/touch_selection_controller_client_child_frame.cc",
+ "frame_host/touch_selection_controller_client_child_frame.h",
"gpu/browser_gpu_channel_host_factory.cc",
"gpu/browser_gpu_channel_host_factory.h",
"gpu/browser_gpu_memory_buffer_manager.cc",
@@ -1179,6 +1181,7 @@ source_set("browser") {
"renderer_host/input/touch_event_queue.h",
"renderer_host/input/touch_selection_controller_client_aura.cc",
"renderer_host/input/touch_selection_controller_client_aura.h",
+ "renderer_host/input/touch_selection_controller_client_manager.h",
"renderer_host/input/touch_timeout_handler.cc",
"renderer_host/input/touch_timeout_handler.h",
"renderer_host/input/touchpad_tap_suppression_controller.cc",

Powered by Google App Engine
This is Rietveld 408576698