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

Unified Diff: components/favicon_base/BUILD.gn

Issue 886163003: [Favicon] Add FallbackIconStyle and FallbackIconService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment fix; moved FallbackIconStyle member functions outside of struct. Created 5 years, 10 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_base/BUILD.gn
diff --git a/components/favicon_base/BUILD.gn b/components/favicon_base/BUILD.gn
index d1e5a75a5dd512f2cb0b5619b90a2b274a049dac..71e8bc7367b36cc0b65f230d3c9e22d415995285 100644
--- a/components/favicon_base/BUILD.gn
+++ b/components/favicon_base/BUILD.gn
@@ -4,6 +4,10 @@
source_set("favicon_base") {
sources = [
+ "fallback_icon_service.cc",
+ "fallback_icon_service.h",
+ "fallback_icon_style.cc",
+ "fallback_icon_style.h",
"favicon_callback.h",
"favicon_types.cc",
"favicon_types.h",

Powered by Google App Engine
This is Rietveld 408576698