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