| Index: device/usb/public/interfaces/BUILD.gn
|
| diff --git a/device/usb/public/interfaces/BUILD.gn b/device/usb/public/interfaces/BUILD.gn
|
| index 7f12a8402a8c5939159b51df29c3037713e31ab8..5185cc5f48cc012f0da306603ec1439ed6d6373f 100644
|
| --- a/device/usb/public/interfaces/BUILD.gn
|
| +++ b/device/usb/public/interfaces/BUILD.gn
|
| @@ -4,10 +4,12 @@
|
|
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| +mojom_files = [
|
| + "chooser_service.mojom",
|
| + "device.mojom",
|
| + "device_manager.mojom",
|
| +]
|
| +
|
| mojom("interfaces") {
|
| - sources = [
|
| - "chooser_service.mojom",
|
| - "device.mojom",
|
| - "device_manager.mojom",
|
| - ]
|
| + sources = mojom_files
|
| }
|
|
|