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

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: more missing deps. I wonder why these do not come up during pre-submit Created 4 years, 5 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 | « components/exo.gypi ('k') | components/exo/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index 1a6451c14ba29d531be6bdd78f94f68dd9e84876..fc04239e014ffcf6a7c099bbc53df5dc2a0020e6 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",
@@ -97,9 +101,11 @@ source_set("unit_tests") {
":test_support",
"//ash",
"//base",
+ "//base/test:test_support",
"//cc",
"//cc/surfaces:surfaces",
"//components/user_manager",
+ "//device/gamepad:test_helpers",
"//gpu/command_buffer/client:gles2_interface",
"//skia",
"//testing/gmock",
@@ -129,6 +135,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698