Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: content/browser/BUILD.gn

Issue 2522843002: Convert Gamepad IPC messages into mojo interface. (Closed)
Patch Set: remove useless Fuzztraits<blink::WebGamepad> Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index f89003f6dc0c56f611cc0f1181a8470152b2c0d7..932106dc511871ab1f1326cdb34fa07c0f77d7ea 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",
@@ -995,8 +996,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",

Powered by Google App Engine
This is Rietveld 408576698