| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 6ea143dcae7e1a6687df26cfd1facb8db328d132..8fd85afd89547f19051a7179aa5dfdd5e01a49e9 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -20,6 +20,8 @@ static_library("arc") {
|
| "input/arc_input_bridge.h",
|
| "input/arc_input_bridge_impl.cc",
|
| "input/arc_input_bridge_impl.h",
|
| + "intent_helper/arc_intent_helper_bridge.cc",
|
| + "intent_helper/arc_intent_helper_bridge.h",
|
| "power/arc_power_bridge.cc",
|
| "power/arc_power_bridge.h",
|
| "settings/arc_settings_bridge.cc",
|
| @@ -57,6 +59,7 @@ mojom("arc_bindings") {
|
| "common/auth.mojom",
|
| "common/clipboard.mojom",
|
| "common/input.mojom",
|
| + "common/intent.mojom",
|
| "common/notifications.mojom",
|
| "common/power.mojom",
|
| "common/process.mojom",
|
|
|