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

Unified Diff: chrome/browser/BUILD.gn

Issue 1020213002: Componentize conversion of content::FaviconURL to favicon::FaviconURL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser
Patch Set: Created 5 years, 9 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 | « no previous file | chrome/browser/favicon/favicon_tab_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 3a0ed2edf5aa51970f8406684b038e3dd0d9fc24..b5af194116ae6dc57591d91436f686659c60ae3e 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -93,8 +93,8 @@ static_library("browser") {
"//components/device_event_log",
"//components/domain_reliability",
"//components/enhanced_bookmarks",
- "//components/favicon_base",
"//components/favicon/core",
+ "//components/favicon_base",
"//components/gcm_driver",
"//components/google/core/browser",
"//components/handoff",
@@ -234,6 +234,7 @@ static_library("browser") {
"//components/autofill/content/browser",
"//components/data_reduction_proxy/content/browser",
"//components/dom_distiller/content",
+ "//components/favicon/content",
"//components/history/content/browser",
"//components/keyed_service/content",
"//components/navigation_interception",
« no previous file with comments | « no previous file | chrome/browser/favicon/favicon_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698