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

Unified Diff: components/exo/BUILD.gn

Issue 2076013002: exo: Implement wayland gamepad support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@serv
Patch Set: minor adjustments to protocol Created 4 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
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index 26b75c8ef622cccbd521d52792a2d5aec1fd0961..9bc80f91ed7aee85b188a7dfd54803907fafb0d5 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -11,6 +11,8 @@ source_set("exo") {
"buffer.h",
"display.cc",
"display.h",
+ "gamepads.cc",
+ "gamepads.h",
"keyboard.cc",
"keyboard.h",
"keyboard_delegate.h",
@@ -38,6 +40,7 @@ source_set("exo") {
"//base",
"//cc",
"//cc/surfaces:surfaces",
+ "//device/gamepad",
"//gpu",
"//gpu/command_buffer/client:gles2_interface",
"//skia",
@@ -80,6 +83,7 @@ source_set("unit_tests") {
sources = [
"buffer_unittest.cc",
"display_unittest.cc",
+ "gamepads_unittest.cc",
"keyboard_unittest.cc",
"pointer_unittest.cc",
"shared_memory_unittest.cc",
@@ -124,6 +128,7 @@ test("exo_unittests") {
"//ash:test_support",
"//base",
"//base/test:test_support",
+ "//device/gamepad:test_helpers",
]
if (is_linux) {
deps += [ "//components/exo/wayland:unit_tests" ]

Powered by Google App Engine
This is Rietveld 408576698