| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 57c3398239efb66ce1ee5aa80f54c12ea0230ac8..649e1e647524105d4af235c2f152077102ff5918 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -49,6 +49,8 @@ static_library("arc") {
|
| "metrics/oom_kills_monitor.h",
|
| "net/arc_net_host_impl.cc",
|
| "net/arc_net_host_impl.h",
|
| + "obb_mounter/arc_obb_mounter_bridge.cc",
|
| + "obb_mounter/arc_obb_mounter_bridge.h",
|
| "power/arc_power_bridge.cc",
|
| "power/arc_power_bridge.h",
|
| "window_manager/arc_window_manager_bridge.cc",
|
| @@ -101,6 +103,7 @@ mojom("arc_bindings") {
|
| "common/metrics.mojom",
|
| "common/net.mojom",
|
| "common/notifications.mojom",
|
| + "common/obb_mounter.mojom",
|
| "common/policy.mojom",
|
| "common/power.mojom",
|
| "common/process.mojom",
|
|
|