| Index: device/BUILD.gn
|
| diff --git a/device/BUILD.gn b/device/BUILD.gn
|
| index 17ab4280fa25fdbd99e1cfdaa5508da4208a81b0..399e4868f5e9726d333be841fcfc4cef1fb1a916 100644
|
| --- a/device/BUILD.gn
|
| +++ b/device/BUILD.gn
|
| @@ -163,6 +163,8 @@ test("device_unittests") {
|
| "bluetooth/bluetooth_bluez_unittest.cc",
|
| "bluetooth/bluetooth_gatt_bluez_unittest.cc",
|
| "bluetooth/bluetooth_socket_bluez_unittest.cc",
|
| + "bluetooth/test/bluetooth_test_bluez.cc",
|
| + "bluetooth/test/bluetooth_test_bluez.h",
|
| ]
|
|
|
| deps += [ "//dbus" ]
|
|
|