Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Unified Diff: components/search_provider_logos/BUILD.gn

Issue 397953005: Add more components to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less android Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/plugins/renderer/BUILD.gn ('k') | components/sessions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « components/plugins/renderer/BUILD.gn ('k') | components/sessions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698