| Index: device/bluetooth/public/interfaces/BUILD.gn
|
| diff --git a/device/bluetooth/public/interfaces/BUILD.gn b/device/bluetooth/public/interfaces/BUILD.gn
|
| index 7aa8a3b78e7540adad2ab469a5efdae65c5f1c45..c04a9bf55d4e33ad6a9127c09fecd6f19134cd48 100644
|
| --- a/device/bluetooth/public/interfaces/BUILD.gn
|
| +++ b/device/bluetooth/public/interfaces/BUILD.gn
|
| @@ -15,6 +15,10 @@ mojom("fake_bluetooth_interfaces") {
|
| "test/fake_bluetooth.mojom",
|
| ]
|
|
|
| + public_deps = [
|
| + ":interfaces",
|
| + ]
|
| +
|
| use_once_callback = true
|
| }
|
|
|
|
|