| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index fb0b1cbfa7640bc70d2ec9df152ab241615d4863..bb86247c22426a9a3db3666ae31e4ebc743b3b5a 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -129,7 +129,6 @@ mojom("arc_bindings_old_types") {
|
| "common/bitmap.mojom",
|
| "common/bluetooth.mojom",
|
| "common/enterprise_reporting.mojom",
|
| - "common/intent_helper.mojom",
|
| "common/net.mojom",
|
| "common/video_accelerator.mojom",
|
| ]
|
| @@ -152,6 +151,7 @@ mojom("arc_bindings") {
|
| "common/crash_collector.mojom",
|
| "common/file_system.mojom",
|
| "common/ime.mojom",
|
| + "common/intent_helper.mojom",
|
| "common/metrics.mojom",
|
| "common/notifications.mojom",
|
| "common/obb_mounter.mojom",
|
|
|