| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index e75304112d8cb848e49dc5d180d9a19b3ba0cc00..e71c8b0809347a4abdf3cc8e283c5291d1d6ddec 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -24,6 +24,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",
|
| @@ -63,6 +65,7 @@ mojom("arc_bindings") {
|
| "common/clipboard.mojom",
|
| "common/ime.mojom",
|
| "common/input.mojom",
|
| + "common/intent_helper.mojom",
|
| "common/notifications.mojom",
|
| "common/power.mojom",
|
| "common/process.mojom",
|
|
|