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

Unified Diff: components/favicon/content/BUILD.gn

Issue 1064823002: Componentize FaviconTabHelper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@favicon-notification
Patch Set: Rebase and address comments Created 5 years, 8 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
Index: components/favicon/content/BUILD.gn
diff --git a/components/favicon/content/BUILD.gn b/components/favicon/content/BUILD.gn
index 68501eaee25b6a2aa4f8105212fd77940047c1ba..5f3fd602028769f947c56ad7dfbc7dbbab3c7738 100644
--- a/components/favicon/content/BUILD.gn
+++ b/components/favicon/content/BUILD.gn
@@ -4,6 +4,8 @@
static_library("content") {
sources = [
+ "content_favicon_driver.cc",
+ "content_favicon_driver.h",
"favicon_url_util.cc",
"favicon_url_util.h",
]

Powered by Google App Engine
This is Rietveld 408576698