| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index fdf007618af4a2a2276e688d333096bd4490ecc7..4ac95755ad2128eab10eea5a51c0536d64c46b16 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -29,6 +29,8 @@ static_library("arc") {
|
| "input/arc_input_bridge.h",
|
| "net/arc_net_host_impl.cc",
|
| "net/arc_net_host_impl.h",
|
| + "policy/arc_policy_bridge.cc",
|
| + "policy/arc_policy_bridge.h",
|
| "power/arc_power_bridge.cc",
|
| "power/arc_power_bridge.h",
|
| ]
|
| @@ -71,6 +73,7 @@ mojom("arc_bindings") {
|
| "common/intent_helper.mojom",
|
| "common/net.mojom",
|
| "common/notifications.mojom",
|
| + "common/policy.mojom",
|
| "common/power.mojom",
|
| "common/process.mojom",
|
| "common/video.mojom",
|
|
|