| Index: components/memory_coordinator/common/BUILD.gn
|
| diff --git a/components/memory_coordinator/common/BUILD.gn b/components/memory_coordinator/common/BUILD.gn
|
| index a2c0f5e59b4c15e60b6a4cfa53d6bcb671698592..17b2bf5317ffab55cb455108a76ad5a6d2ce6c3a 100644
|
| --- a/components/memory_coordinator/common/BUILD.gn
|
| +++ b/components/memory_coordinator/common/BUILD.gn
|
| @@ -4,6 +4,8 @@
|
|
|
| source_set("common") {
|
| sources = [
|
| + "client_registry.cc",
|
| + "client_registry.h",
|
| "memory_coordinator_client.h",
|
| "memory_coordinator_features.cc",
|
| "memory_coordinator_features.h",
|
|
|