| Index: components/memory_coordinator/common/BUILD.gn
|
| diff --git a/components/memory_coordinator/common/BUILD.gn b/components/memory_coordinator/common/BUILD.gn
|
| index 950b137bda542075983ebf5e7355b2bf0900529c..a2c0f5e59b4c15e60b6a4cfa53d6bcb671698592 100644
|
| --- a/components/memory_coordinator/common/BUILD.gn
|
| +++ b/components/memory_coordinator/common/BUILD.gn
|
| @@ -5,6 +5,12 @@
|
| source_set("common") {
|
| sources = [
|
| "memory_coordinator_client.h",
|
| + "memory_coordinator_features.cc",
|
| + "memory_coordinator_features.h",
|
| + ]
|
| +
|
| + deps = [
|
| + "//base",
|
| ]
|
|
|
| public_deps = [
|
|
|