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

Unified Diff: content/browser/BUILD.gn

Issue 2883653002: Implement TouchSelectionEditing controls for OOPIF. (Closed)
Patch Set: Rebase to master@{#474649}. 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 24d797eed0e937125d0c4cbfc1d059fa12336c16..eb28c584187772437647c7fa406839cb7745d305 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1171,6 +1171,9 @@ 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_child_frame.cc",
+ "renderer_host/input/touch_selection_controller_client_child_frame.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