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

Unified Diff: content/browser/BUILD.gn

Issue 2883653002: Implement TouchSelectionEditing controls for OOPIF. (Closed)
Patch Set: Address kenrb@'s comments. 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 0f85ded5f31f761f931ab846a01a33dd9c9be69e..f3ee2763196d7ad2ccf2b28cf825bd104e25b2c1 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -739,6 +739,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