| Index: components/memory_coordinator/child/BUILD.gn
|
| diff --git a/components/memory_coordinator/child/BUILD.gn b/components/memory_coordinator/child/BUILD.gn
|
| index 6462984462175a01a1df6e3956c36284627adee9..2699073d548bc88ada3d6bfd76bb463ca8005399 100644
|
| --- a/components/memory_coordinator/child/BUILD.gn
|
| +++ b/components/memory_coordinator/child/BUILD.gn
|
| @@ -22,6 +22,10 @@ component("child") {
|
| public_deps = [
|
| "//components/memory_coordinator/common",
|
| ]
|
| +
|
| + if (is_android) {
|
| + public_deps += [ "//components/memory_coordinator/android:android" ]
|
| + }
|
| }
|
|
|
| source_set("unit_tests") {
|
|
|