| Index: device/bluetooth/BUILD.gn
|
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
|
| index 890d444456d1b08bf124b9da9a1e01ded1760d54..35f3f9a0dcbf0c2fcb2fbfa745e733113d66d601 100644
|
| --- a/device/bluetooth/BUILD.gn
|
| +++ b/device/bluetooth/BUILD.gn
|
| @@ -22,6 +22,7 @@ config("bluetooth_config") {
|
|
|
| source_set("mojo") {
|
| sources = [
|
| + "//device/bluetooth/public/interfaces/connect_result_type_converter.h",
|
| "adapter.cc",
|
| "adapter.h",
|
| "adapter_factory.cc",
|
| @@ -33,6 +34,7 @@ source_set("mojo") {
|
| public_deps = [
|
| ":bluetooth",
|
| "//device/bluetooth/public/interfaces:experimental_interfaces",
|
| + "//mojo/public/cpp/bindings",
|
| ]
|
| }
|
|
|
|
|