| Index: device/bluetooth/BUILD.gn
|
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
|
| index 3de71320584d768944bddf11e9c811681e1d7760..31b54e178a560569398ae3321ecd4471ea5077e1 100644
|
| --- a/device/bluetooth/BUILD.gn
|
| +++ b/device/bluetooth/BUILD.gn
|
| @@ -215,6 +215,8 @@ static_library("mocks") {
|
| sources = [
|
| "test/mock_bluetooth_adapter.cc",
|
| "test/mock_bluetooth_adapter.h",
|
| + "test/mock_bluetooth_advertisement.cc",
|
| + "test/mock_bluetooth_advertisement.h",
|
| "test/mock_bluetooth_device.cc",
|
| "test/mock_bluetooth_device.h",
|
| "test/mock_bluetooth_discovery_session.cc",
|
|
|