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