| Index: device/bluetooth/public/interfaces/BUILD.gn
|
| diff --git a/device/bluetooth/public/interfaces/BUILD.gn b/device/bluetooth/public/interfaces/BUILD.gn
|
| index afb2b6d75b5f579ba7761ce91610d35b83646cda..08d4e14111898f60bab4ebceb742673c03e959ff 100644
|
| --- a/device/bluetooth/public/interfaces/BUILD.gn
|
| +++ b/device/bluetooth/public/interfaces/BUILD.gn
|
| @@ -18,6 +18,10 @@ mojom("experimental_interfaces") {
|
| "device.mojom",
|
| ]
|
|
|
| + public_deps = [
|
| + ":interfaces",
|
| + ]
|
| +
|
| visibility = [
|
| "//device/bluetooth:mojo",
|
| "//chrome/browser:*",
|
|
|