| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 0f85ded5f31f761f931ab846a01a33dd9c9be69e..ac31176e95f585e115576a18ae3d2abd608bb07a 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -1179,6 +1179,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",
|
|
|