| Index: device/bluetooth/public/interfaces/BUILD.gn
|
| diff --git a/device/bluetooth/public/interfaces/BUILD.gn b/device/bluetooth/public/interfaces/BUILD.gn
|
| index dc101e207a5d20f2e6092ab6302a490185189e9a..c9105e03f43af0c496e100974c5f9ef31c7d04fc 100644
|
| --- a/device/bluetooth/public/interfaces/BUILD.gn
|
| +++ b/device/bluetooth/public/interfaces/BUILD.gn
|
| @@ -4,10 +4,22 @@
|
|
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| -mojom("bluetooth_mojom_bluetooth_uuid") {
|
| +mojom("interfaces") {
|
| sources = [
|
| "uuid.mojom",
|
| ]
|
|
|
| use_new_wrapper_types = false
|
| }
|
| +
|
| +mojom("experimental_interfaces") {
|
| + sources = [
|
| + "adapter.mojom",
|
| + ]
|
| +
|
| + visibility = [
|
| + "//device/bluetooth:mojo",
|
| + "//chrome/browser:*",
|
| + "//chrome/browser/ui:*",
|
| + ]
|
| +}
|
|
|