| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index f85b31e2886009bd72ca8d21a96f0dbc3fa543b3..f80f4e5a45c79cce5d2128129c20cbdff776595c 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -30,6 +30,8 @@ static_library("arc") {
|
| "ime/arc_ime_service.h",
|
| "input/arc_input_bridge.cc",
|
| "input/arc_input_bridge.h",
|
| + "metrics/arc_low_memory_killer_monitor.cc",
|
| + "metrics/arc_low_memory_killer_monitor.h",
|
| "metrics/arc_metrics_service.cc",
|
| "metrics/arc_metrics_service.h",
|
| "net/arc_net_host_impl.cc",
|
| @@ -51,6 +53,7 @@ static_library("arc") {
|
| "//ipc:ipc",
|
| "//ipc/mojo:mojo",
|
| "//mojo/edk/system",
|
| + "//third_party/re2:re2",
|
| "//ui/arc",
|
| "//ui/aura",
|
| "//ui/base:base",
|
|
|