| 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 = [
|
|
|