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