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

Unified Diff: ios/chrome/browser/BUILD.gn

Issue 2361393004: Creates FaviconAttributesProvider. (Closed)
Patch Set: comments & typo Created 4 years, 2 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 | ios/chrome/browser/favicon/favicon_attributes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index c3ec4ff45a3458240f03c77ec37c5c66456a304e..7583630ec9c8acd463cb370f177c912cd6917533 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -140,6 +140,10 @@ source_set("browser") {
"dom_distiller/dom_distiller_service_factory.h",
"experimental_flags.h",
"experimental_flags.mm",
+ "favicon/favicon_attributes.h",
+ "favicon/favicon_attributes.mm",
+ "favicon/favicon_attributes_provider.h",
+ "favicon/favicon_attributes_provider.mm",
"favicon/favicon_client_impl.h",
"favicon/favicon_client_impl.mm",
"favicon/favicon_loader.h",
@@ -527,6 +531,8 @@ source_set("browser") {
"ui/elements/selector_picker_view_controller.h",
"ui/elements/selector_picker_view_controller.mm",
"ui/elements/selector_view_controller_delegate.h",
+ "ui/favicon_view.h",
+ "ui/favicon_view.mm",
"ui/file_locations.h",
"ui/file_locations.mm",
"ui/image_util.h",
« no previous file with comments | « no previous file | ios/chrome/browser/favicon/favicon_attributes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698