| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 8d7adaed7c541750405743d28edaf4d836cf05cf..0deb70ba22c53a805b89b00c0df118b8e9460c8b 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -128,7 +128,6 @@ static_library("arc_base") {
|
| mojom("arc_bindings_old_types") {
|
| sources = [
|
| "common/bitmap.mojom",
|
| - "common/bluetooth.mojom",
|
| "common/net.mojom",
|
| "common/video_accelerator.mojom",
|
| ]
|
| @@ -147,6 +146,7 @@ mojom("arc_bindings") {
|
| "common/arc_bridge.mojom",
|
| "common/audio.mojom",
|
| "common/auth.mojom",
|
| + "common/bluetooth.mojom",
|
| "common/boot_phase_monitor.mojom",
|
| "common/clipboard.mojom",
|
| "common/crash_collector.mojom",
|
|
|