| Index: components/arc.gypi
|
| diff --git a/components/arc.gypi b/components/arc.gypi
|
| index 63e0236a8ce22eec233911474142ef207e000fe2..f67dac76ce1a683afed8c29e7f2ad9776fa61bb7 100644
|
| --- a/components/arc.gypi
|
| +++ b/components/arc.gypi
|
| @@ -50,6 +50,8 @@
|
| 'arc/input/arc_input_bridge.h',
|
| 'arc/net/arc_net_host_impl.cc',
|
| 'arc/net/arc_net_host_impl.h',
|
| + 'arc/policy/arc_policy_bridge.cc',
|
| + 'arc/policy/arc_policy_bridge.h',
|
| 'arc/power/arc_power_bridge.cc',
|
| 'arc/power/arc_power_bridge.h',
|
| ],
|
| @@ -112,6 +114,7 @@
|
| 'arc/common/intent_helper.mojom',
|
| 'arc/common/net.mojom',
|
| 'arc/common/notifications.mojom',
|
| + 'arc/common/policy.mojom',
|
| 'arc/common/power.mojom',
|
| 'arc/common/process.mojom',
|
| 'arc/common/video.mojom',
|
|
|