Index: device/BUILD.gn |
diff --git a/device/BUILD.gn b/device/BUILD.gn |
index 4b7bf23c3b9cfdfd2fe4cc26a7333cc18d33619e..2e8e715bfc48e5b11d7b522bc090e84ce17d37fa 100644 |
--- a/device/BUILD.gn |
+++ b/device/BUILD.gn |
@@ -60,17 +60,20 @@ test("device_unittests") { |
"bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc", |
"bluetooth/test/test_bluetooth_local_gatt_service_delegate.h", |
"gamepad/gamepad_provider_unittest.cc", |
+ "generic_sensor/one_writer_seqlock_unittest.cc", |
"test/run_all_unittests.cc", |
] |
deps = [ |
"//base/test:test_support", |
+ "//base/third_party/dynamic_annotations:dynamic_annotations", |
"//device/battery", |
"//device/battery:mojo_bindings", |
"//device/bluetooth", |
"//device/bluetooth:mocks", |
"//device/gamepad", |
"//device/gamepad:test_helpers", |
+ "//device/generic_sensor", |
"//device/geolocation:unittests", |
"//device/power_save_blocker", |
"//mojo/common", |