| Index: device/BUILD.gn
|
| diff --git a/device/BUILD.gn b/device/BUILD.gn
|
| index fc54dc77c190a1cf4cbb34b5d7497481c98ae0bc..0af69965aa37fbdbf6cbef6d59a4cbf8763258f7 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",
|
| + "core/one_writer_seqlock_unittest.cc",
|
| "gamepad/gamepad_provider_unittest.cc",
|
| "generic_sensor/platform_sensor_provider_unittest.cc",
|
| "test/run_all_unittests.cc",
|
| @@ -66,6 +67,7 @@ test("device_unittests") {
|
|
|
| deps = [
|
| "//base/test:test_support",
|
| + "//base/third_party/dynamic_annotations:dynamic_annotations",
|
| "//device/battery",
|
| "//device/battery:mojo_bindings",
|
| "//device/bluetooth",
|
|
|