| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 1734e4c221df84fbcb67b71b24f1e3e878595507..1581f220b3b0a2b3b1a0432b90a9f3d158718167 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -69,6 +69,7 @@ source_set("browser") {
|
| "//device/battery:mojo_bindings",
|
| "//device/bluetooth",
|
| "//device/gamepad",
|
| + "//device/gamepad/public/interfaces",
|
| "//device/generic_sensor",
|
| "//device/geolocation",
|
| "//device/geolocation/public/interfaces",
|
| @@ -999,8 +1000,8 @@ source_set("browser") {
|
| "renderer_host/font_utils_linux.h",
|
| "renderer_host/frame_metadata_util.cc",
|
| "renderer_host/frame_metadata_util.h",
|
| - "renderer_host/gamepad_browser_message_filter.cc",
|
| - "renderer_host/gamepad_browser_message_filter.h",
|
| + "renderer_host/gamepad_monitor.cc",
|
| + "renderer_host/gamepad_monitor.h",
|
| "renderer_host/input/gesture_event_queue.cc",
|
| "renderer_host/input/gesture_event_queue.h",
|
| "renderer_host/input/input_ack_handler.h",
|
|
|