| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 34af6d92fc737d64d99eb3854face2ac4414e56b..f877d5187495e6bfdc7aabdc978d0bb881567b05 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",
|
| "storage_manager/arc_storage_manager.cc",
|
| @@ -104,6 +106,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",
|
|
|