| Index: components/arc.gypi
|
| diff --git a/components/arc.gypi b/components/arc.gypi
|
| index 20dbad60a7327a49d60e77ad49eb5f3953df5805..6b328df80d0a8cee98fb80f6f7df4040af882481 100644
|
| --- a/components/arc.gypi
|
| +++ b/components/arc.gypi
|
| @@ -13,6 +13,7 @@
|
| ],
|
| 'dependencies': [
|
| 'arc_mojo_bindings',
|
| + 'components.gyp:onc_component',
|
| '../base/base.gyp:base',
|
| '../chromeos/chromeos.gyp:chromeos',
|
| '../chromeos/chromeos.gyp:power_manager_proto',
|
| @@ -43,6 +44,8 @@
|
| 'arc/ime/arc_ime_ipc_host_impl.h',
|
| 'arc/input/arc_input_bridge.cc',
|
| 'arc/input/arc_input_bridge.h',
|
| + 'arc/net/arc_net_host_impl.cc',
|
| + 'arc/net/arc_net_host_impl.h',
|
| 'arc/power/arc_power_bridge.cc',
|
| 'arc/power/arc_power_bridge.h',
|
| 'arc/video/arc_video_bridge.cc',
|
| @@ -86,6 +89,7 @@
|
| 'arc/common/ime.mojom',
|
| 'arc/common/input.mojom',
|
| 'arc/common/intent_helper.mojom',
|
| + 'arc/common/net.mojom',
|
| 'arc/common/notifications.mojom',
|
| 'arc/common/power.mojom',
|
| 'arc/common/process.mojom',
|
|
|