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

Unified Diff: ui/events/ozone/BUILD.gn

Issue 2899893003: Add generic mapping for gamepad (Closed)
Patch Set: Add generic mapping for gamepad Created 3 years, 6 months 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 | « ui/events/BUILD.gn ('k') | ui/events/ozone/evdev/event_device_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/BUILD.gn
diff --git a/ui/events/ozone/BUILD.gn b/ui/events/ozone/BUILD.gn
index 8809831be8d1856b9e01067e67853b54ed7fc70e..aa0ad6490757bf28912c605a037eff7a501af4b2 100644
--- a/ui/events/ozone/BUILD.gn
+++ b/ui/events/ozone/BUILD.gn
@@ -129,6 +129,10 @@ if (use_ozone) {
"gamepad/gamepad_observer.h",
"gamepad/gamepad_provider_ozone.cc",
"gamepad/gamepad_provider_ozone.h",
+ "gamepad/generic_gamepad_mapping.cc",
+ "gamepad/generic_gamepad_mapping.h",
+ "gamepad/static_gamepad_mapping.cc",
+ "gamepad/static_gamepad_mapping.h",
"gamepad/webgamepad_constants.h",
]
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/ozone/evdev/event_device_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698