| 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..a7c521270429d84c1a8bfdd364604c3289b8d7ac 100644
|
| --- a/device/bluetooth/public/interfaces/BUILD.gn
|
| +++ b/device/bluetooth/public/interfaces/BUILD.gn
|
| @@ -4,10 +4,20 @@
|
|
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| -mojom("bluetooth_mojom_bluetooth_uuid") {
|
| +mojom("bluetooth") {
|
| sources = [
|
| "uuid.mojom",
|
| ]
|
|
|
| use_new_wrapper_types = false
|
| }
|
| +
|
| +mojom("bluetooth_experimental") {
|
| + sources = [
|
| + "bluetooth.mojom",
|
| + ]
|
| + public_deps = [
|
| + ":bluetooth",
|
| + ]
|
| + visibility = [ "//chrome/browser/ui/webui/bluetooth_internals:*" ]
|
| +}
|
|
|