Chromium Code Reviews| Index: components/arc/BUILD.gn |
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
| index e75304112d8cb848e49dc5d180d9a19b3ba0cc00..dc11f1b2fed0fb86537e1870cb29a6d533d0eef9 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", |
| + "net/arc_net_host_impl.cc", |
|
stevenjb
2016/01/20 01:43:42
This has chromeos specific code in it, so it needs
cernekee
2016/01/20 01:48:38
Is that true for other modules under components/ar
|
| + "net/arc_net_host_impl.h", |
| "power/arc_power_bridge.cc", |
| "power/arc_power_bridge.h", |
| "settings/arc_settings_bridge.cc", |
| @@ -38,6 +40,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/clipboard.mojom", |
| "common/ime.mojom", |
| "common/input.mojom", |
| + "common/net.mojom", |
| "common/notifications.mojom", |
| "common/power.mojom", |
| "common/process.mojom", |