| Index: components/memory_coordinator/common/BUILD.gn
|
| diff --git a/components/memory_coordinator/common/BUILD.gn b/components/memory_coordinator/common/BUILD.gn
|
| index 17b2bf5317ffab55cb455108a76ad5a6d2ce6c3a..e84beae5fe097a676d7d3c7c467e5c7b1771579e 100644
|
| --- a/components/memory_coordinator/common/BUILD.gn
|
| +++ b/components/memory_coordinator/common/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("common") {
|
| +static_library("common") {
|
| sources = [
|
| "client_registry.cc",
|
| "client_registry.h",
|
|
|