| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 2a28210490d2a3beb170ab079bc36b10bbbdfa4b..8d7adaed7c541750405743d28edaf4d836cf05cf 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -129,7 +129,6 @@ mojom("arc_bindings_old_types") {
|
| sources = [
|
| "common/bitmap.mojom",
|
| "common/bluetooth.mojom",
|
| - "common/enterprise_reporting.mojom",
|
| "common/net.mojom",
|
| "common/video_accelerator.mojom",
|
| ]
|
| @@ -151,6 +150,7 @@ mojom("arc_bindings") {
|
| "common/boot_phase_monitor.mojom",
|
| "common/clipboard.mojom",
|
| "common/crash_collector.mojom",
|
| + "common/enterprise_reporting.mojom",
|
| "common/file_system.mojom",
|
| "common/ime.mojom",
|
| "common/intent_helper.mojom",
|
|
|