Index: device/BUILD.gn |
diff --git a/device/BUILD.gn b/device/BUILD.gn |
index 96a719bed24e2277eec8626ae2f12b0c13f8211e..8484e4f7139d4719abb025595e655239f0d99055 100644 |
--- a/device/BUILD.gn |
+++ b/device/BUILD.gn |
@@ -59,6 +59,7 @@ test("device_unittests") { |
"bluetooth/test/test_bluetooth_adapter_observer.h", |
"bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc", |
"bluetooth/test/test_bluetooth_local_gatt_service_delegate.h", |
+ "gamepad/gamepad_provider_unittest.cc", |
"nfc/nfc_chromeos_unittest.cc", |
"nfc/nfc_ndef_record_unittest.cc", |
"test/run_all_unittests.cc", |
@@ -71,6 +72,8 @@ test("device_unittests") { |
"//device/battery:mojo_bindings", |
"//device/bluetooth", |
"//device/bluetooth:mocks", |
+ "//device/gamepad", |
+ "//device/gamepad:test_helpers", |
"//device/nfc", |
"//device/power_save_blocker", |
"//device/vr", |