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

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: do not depend on webkit but device/gamepad 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 1a6451c14ba29d531be6bdd78f94f68dd9e84876..26feb1d1b30fcf2e0595bcee38b415f1676bf361 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -11,6 +11,8 @@ source_set("exo") {
"buffer.h",
"display.cc",
"display.h",
+ "gamepad.cc",
+ "gamepad.h",
"keyboard.cc",
"keyboard.h",
"keyboard_delegate.h",
@@ -41,6 +43,7 @@ source_set("exo") {
"//base",
"//cc",
"//cc/surfaces:surfaces",
+ "//device/gamepad",
"//gpu",
"//gpu/command_buffer/client:gles2_interface",
"//skia",
@@ -83,6 +86,7 @@ source_set("unit_tests") {
sources = [
"buffer_unittest.cc",
"display_unittest.cc",
+ "gamepad_unittest.cc",
"keyboard_unittest.cc",
"pointer_unittest.cc",
"shared_memory_unittest.cc",
@@ -129,6 +133,7 @@ test("exo_unittests") {
"//ash:test_support",
"//base",
"//base/test:test_support",
+ "//device/gamepad:test_helpers",
]
data_deps = [
« no previous file with comments | « components/exo.gypi ('k') | components/exo/DEPS » ('j') | components/exo/gamepad.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698