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", |