Index: components/search_provider_logos/BUILD.gn |
diff --git a/components/favicon_base/BUILD.gn b/components/search_provider_logos/BUILD.gn |
similarity index 52% |
copy from components/favicon_base/BUILD.gn |
copy to components/search_provider_logos/BUILD.gn |
index 6e40b06718f9e7dad8a1a03aa53dd7474233afb0..aa38308a43b7f42a4976156f3f61a6bc620c5f8b 100644 |
--- a/components/favicon_base/BUILD.gn |
+++ b/components/search_provider_logos/BUILD.gn |
@@ -2,19 +2,21 @@ |
# 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("search_provider_logos") { |
sources = [ |
- "favicon_callback.h", |
- "favicon_types.cc", |
- "favicon_types.h", |
- "favicon_util.cc", |
- "favicon_util.h", |
- "select_favicon_frames.cc", |
- "select_favicon_frames.h", |
+ "google_logo_api.cc", |
+ "google_logo_api.h", |
+ "logo_cache.cc", |
+ "logo_cache.h", |
+ "logo_common.cc", |
+ "logo_common.h", |
+ "logo_tracker.cc", |
+ "logo_tracker.h", |
] |
deps = [ |
"//base", |
+ "//net", |
"//skia", |
"//ui/gfx", |
"//url", |