Chromium Code Reviews| Index: device/bluetooth/public/interfaces/BUILD.gn |
| diff --git a/device/bluetooth/public/interfaces/BUILD.gn b/device/bluetooth/public/interfaces/BUILD.gn |
| index 86146370696f33bb8c40b29fd0dac4a8363c6238..37d5416ed4c4412100773bb4532010faa14053f5 100644 |
| --- a/device/bluetooth/public/interfaces/BUILD.gn |
| +++ b/device/bluetooth/public/interfaces/BUILD.gn |
| @@ -11,3 +11,9 @@ mojom("bluetooth_mojom_bluetooth_uuid") { |
| use_new_wrapper_types = false |
| } |
| + |
| +mojom("bluetooth_mojom_bluetooth") { |
| + sources = [ |
|
ortuno
2016/09/22 08:32:54
nit: Shouldn't this include the uuid mojom as well
mbrunson
2016/09/24 01:05:47
Done.
|
| + "bluetooth.mojom", |
| + ] |
| +} |