| Index: components/memory_coordinator/child/BUILD.gn
|
| diff --git a/components/memory_coordinator/child/BUILD.gn b/components/memory_coordinator/child/BUILD.gn
|
| index 8c8f45edd83920a0ebe790e4c452b839a5cd455f..07189692d9fed5f2f5814529b47c613c01718749 100644
|
| --- a/components/memory_coordinator/child/BUILD.gn
|
| +++ b/components/memory_coordinator/child/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("child") {
|
| +static_library("child") {
|
| sources = [
|
| "child_memory_coordinator_impl.cc",
|
| "child_memory_coordinator_impl.h",
|
|
|