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 810489bc065fe1b1cf1860819e1e4ab8aace5232..319922d67f99ce5ac0b2d629424c2febbab16771 100644 |
| --- a/device/bluetooth/public/interfaces/BUILD.gn |
| +++ b/device/bluetooth/public/interfaces/BUILD.gn |
| @@ -10,6 +10,18 @@ mojom("interfaces") { |
| ] |
| } |
| +mojom("fake_bluetooth_interfaces") { |
| + sources = [ |
| + "test/fake_bluetooth.mojom", |
| + ] |
| +} |
| + |
| +mojom("fake_bluetooth_interfaces") { |
|
scheib
2017/04/12 18:56:47
duplicate definition.
ortuno
2017/04/13 01:12:47
Done.
|
| + sources = [ |
| + "test/fake_bluetooth.mojom", |
| + ] |
| +} |
| + |
| mojom("experimental_interfaces") { |
| sources = [ |
| "adapter.mojom", |