| Index: device/bluetooth/BUILD.gn
|
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
|
| index 69455e261dd4f91616f4221471c3513313b58325..1c4308d6fe7f32d3261a75b4bdb3c7192a8b20d1 100644
|
| --- a/device/bluetooth/BUILD.gn
|
| +++ b/device/bluetooth/BUILD.gn
|
| @@ -23,6 +23,8 @@ config("bluetooth_config") {
|
| source_set("mojo") {
|
| sources = [
|
| "//device/bluetooth/public/interfaces/connect_result_type_converter.h",
|
| + "//device/bluetooth/public/interfaces/gatt_result_enum_traits.cc",
|
| + "//device/bluetooth/public/interfaces/gatt_result_enum_traits.h",
|
| "adapter.cc",
|
| "adapter.h",
|
| "adapter_factory.cc",
|
|
|