| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 7b1908db86878cf4133bc130d089bdb93413693b..38dc9c8315999d5b66eac3d072b601c927d4f7cb 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/notifications.mojom",
|
| "common/scale_factor.mojom",
|
| @@ -155,6 +154,7 @@ mojom("arc_bindings") {
|
| "common/crash_collector.mojom",
|
| "common/file_system.mojom",
|
| "common/ime.mojom",
|
| + "common/intent_helper.mojom",
|
| "common/metrics.mojom",
|
| "common/obb_mounter.mojom",
|
| "common/policy.mojom",
|
|
|