| Index: components/favicon_base/BUILD.gn
|
| diff --git a/components/favicon_base/BUILD.gn b/components/favicon_base/BUILD.gn
|
| index d1e5a75a5dd512f2cb0b5619b90a2b274a049dac..3c7b9e9e265d63b63d6e54e2fe130ff247fc57e1 100644
|
| --- a/components/favicon_base/BUILD.gn
|
| +++ b/components/favicon_base/BUILD.gn
|
| @@ -2,8 +2,10 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("favicon_base") {
|
| +static_library("favicon_base") {
|
| sources = [
|
| + "fallback_icon_service.cc",
|
| + "fallback_icon_service.h",
|
| "favicon_callback.h",
|
| "favicon_types.cc",
|
| "favicon_types.h",
|
|
|