| Index: components/suggestions/BUILD.gn
|
| diff --git a/components/suggestions/BUILD.gn b/components/suggestions/BUILD.gn
|
| index 40ac92f0ef1b69c7c29c3dae85281c8fec1c4de9..2dd952f0d24bddc635664cc9db6853bc12ab6b8e 100644
|
| --- a/components/suggestions/BUILD.gn
|
| +++ b/components/suggestions/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("suggestions") {
|
| +static_library("suggestions") {
|
| sources = [
|
| "blacklist_store.cc",
|
| "blacklist_store.h",
|
|
|