Index: components/arc/BUILD.gn |
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
index 0a5501de2c78b0ae79d61c0035b9db2cb3a98519..a4a0f93f55c3243bc347d0bdac66bb33a31b51a0 100644 |
--- a/components/arc/BUILD.gn |
+++ b/components/arc/BUILD.gn |
@@ -25,6 +25,8 @@ static_library("arc") { |
"ime/arc_ime_ipc_host_impl.h", |
"input/arc_input_bridge.cc", |
"input/arc_input_bridge.h", |
+ "net/arc_net_host_impl.cc", |
+ "net/arc_net_host_impl.h", |
"power/arc_power_bridge.cc", |
"power/arc_power_bridge.h", |
"video/arc_video_bridge.cc", |
@@ -37,6 +39,7 @@ static_library("arc") { |
"//base:prefs", |
"//chromeos", |
"//chromeos:power_manager_proto", |
+ "//components/onc", |
"//components/signin/core/account_id", |
"//ipc:ipc", |
"//ipc/mojo:mojo", |
@@ -63,6 +66,7 @@ mojom("arc_bindings") { |
"common/ime.mojom", |
"common/input.mojom", |
"common/intent_helper.mojom", |
+ "common/net.mojom", |
"common/notifications.mojom", |
"common/power.mojom", |
"common/process.mojom", |