| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index ce6677c7cd3ae0de99e83a9f3ffc23f4a620ae9d..08e868b28eb98d6765d45ce6e1e4dfb4d33daccf 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -127,7 +127,6 @@ static_library("arc_base") {
|
| # TODO(crbug.com/662510): Remove this altogether.
|
| mojom("arc_bindings_old_types") {
|
| sources = [
|
| - "common/bluetooth.mojom",
|
| "common/net.mojom",
|
| ]
|
|
|
| @@ -146,6 +145,7 @@ mojom("arc_bindings") {
|
| "common/audio.mojom",
|
| "common/auth.mojom",
|
| "common/bitmap.mojom",
|
| + "common/bluetooth.mojom",
|
| "common/boot_phase_monitor.mojom",
|
| "common/clipboard.mojom",
|
| "common/crash_collector.mojom",
|
|
|