| Index: components/memory_coordinator/child/BUILD.gn
|
| diff --git a/components/memory_coordinator/child/BUILD.gn b/components/memory_coordinator/child/BUILD.gn
|
| index db58c2ddd4dd7b9ae6da16dbc058886815869340..8c8f45edd83920a0ebe790e4c452b839a5cd455f 100644
|
| --- a/components/memory_coordinator/child/BUILD.gn
|
| +++ b/components/memory_coordinator/child/BUILD.gn
|
| @@ -10,9 +10,12 @@ source_set("child") {
|
|
|
| deps = [
|
| "//base",
|
| - "//components/memory_coordinator/common",
|
| "//components/memory_coordinator/public/interfaces",
|
| ]
|
| +
|
| + public_deps = [
|
| + "//components/memory_coordinator/common",
|
| + ]
|
| }
|
|
|
| source_set("unit_tests") {
|
|
|