| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 693e8f3b608903741eb2c09dde38b6223136faa3..cdeb113a852b40f06d9b2bbd6a71ea4b3ab63b8f 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",
|
| + "net/arc_net_host_impl.cc",
|
| + "net/arc_net_host_impl.h",
|
| "power/arc_power_bridge.cc",
|
| "power/arc_power_bridge.h",
|
| "settings/arc_settings_bridge.cc",
|
| @@ -52,6 +54,7 @@ mojom("arc_bindings") {
|
| "common/auth.mojom",
|
| "common/clipboard.mojom",
|
| "common/input.mojom",
|
| + "common/net.mojom",
|
| "common/notifications.mojom",
|
| "common/power.mojom",
|
| "common/process.mojom",
|
|
|