Index: components/favicon_base/BUILD.gn |
diff --git a/components/favicon_base/BUILD.gn b/components/favicon_base/BUILD.gn |
index 6e40b06718f9e7dad8a1a03aa53dd7474233afb0..c34bde98c8af260511db15ef8ea14065f26e4ddf 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", |