| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 587428e2153875a9e6b1ea717880f50f781d8808..1b46a8b23f1047b77eb69d7f030cf6acf02dc3bf 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -1033,6 +1033,8 @@ source_set("browser") {
|
| "renderer_host/input/input_router_config_helper.h",
|
| "renderer_host/input/input_router_impl.cc",
|
| "renderer_host/input/input_router_impl.h",
|
| + "renderer_host/input/legacy_touch_event_queue.cc",
|
| + "renderer_host/input/legacy_touch_event_queue.h",
|
| "renderer_host/input/motion_event_web.cc",
|
| "renderer_host/input/motion_event_web.h",
|
| "renderer_host/input/mouse_wheel_event_queue.cc",
|
|
|