| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 0a4170fb7e42b56840d3474ad349b99540bff556..176c31ae1908341cfe7f7d825f02d56a3b0a9695 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -466,6 +466,9 @@ component("base") {
|
| "memory/free_deleter.h",
|
| "memory/linked_ptr.h",
|
| "memory/manual_constructor.h",
|
| + "memory/memory_coordinator_client.h",
|
| + "memory/memory_coordinator_client_registry.cc",
|
| + "memory/memory_coordinator_client_registry.h",
|
| "memory/memory_pressure_listener.cc",
|
| "memory/memory_pressure_listener.h",
|
| "memory/memory_pressure_monitor.cc",
|
|
|