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

Unified Diff: device/gamepad/BUILD.gn

Issue 2563483006: Move gamepad_service out of content/ and into device/ (Closed)
Patch Set: addressed Blundell's review comments Created 4 years 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
« no previous file with comments | « device/BUILD.gn ('k') | device/gamepad/gamepad_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/gamepad/BUILD.gn
diff --git a/device/gamepad/BUILD.gn b/device/gamepad/BUILD.gn
index 92cc1d34e31ae5e0d0c60de2799832ba882cc798..2285dd93db78343bc758bd81da0907943145c2e2 100644
--- a/device/gamepad/BUILD.gn
+++ b/device/gamepad/BUILD.gn
@@ -23,6 +23,8 @@ component("gamepad") {
"gamepad_data_fetcher.h",
"gamepad_data_fetcher_manager.cc",
"gamepad_data_fetcher_manager.h",
+ "gamepad_monitor.cc",
+ "gamepad_monitor.h",
"gamepad_pad_state_provider.cc",
"gamepad_pad_state_provider.h",
"gamepad_platform_data_fetcher.h",
@@ -36,6 +38,10 @@ component("gamepad") {
"gamepad_platform_data_fetcher_win.h",
"gamepad_provider.cc",
"gamepad_provider.h",
+ "gamepad_service.cc",
+ "gamepad_service.h",
+ "gamepad_shared_buffer.cc",
+ "gamepad_shared_buffer.h",
"gamepad_standard_mappings.cc",
"gamepad_standard_mappings.h",
"gamepad_standard_mappings_linux.cc",
@@ -52,6 +58,9 @@ component("gamepad") {
deps = [
"//base",
"//base/third_party/dynamic_annotations",
+ "//device/base/synchronization",
+ "//device/gamepad/public/interfaces",
+ "//mojo/public/cpp/system",
"//third_party/WebKit/public:blink_headers",
]
« no previous file with comments | « device/BUILD.gn ('k') | device/gamepad/gamepad_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698