| Index: components/memory_coordinator/browser/BUILD.gn
|
| diff --git a/components/memory_coordinator/browser/BUILD.gn b/components/memory_coordinator/browser/BUILD.gn
|
| index ac0869ac530639acc20e0f152d65ad3f6ffdffd0..836ef4b412aa01ca1860f86de3d0ebe8d97a7999 100644
|
| --- a/components/memory_coordinator/browser/BUILD.gn
|
| +++ b/components/memory_coordinator/browser/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("browser") {
|
| +static_library("browser") {
|
| sources = [
|
| "memory_coordinator.cc",
|
| "memory_coordinator.h",
|
|
|