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

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

Issue 2936793002: ntp_tiles: Extend chrome://ntp-tiles-internals with favicon data (Closed)
Patch Set: Avoid using std::pair with constexpr. Created 3 years, 6 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: ios/chrome/browser/ui/webui/BUILD.gn
diff --git a/ios/chrome/browser/ui/webui/BUILD.gn b/ios/chrome/browser/ui/webui/BUILD.gn
index 46785c132b18bfb642ca81d6fba74a73b50c2650..48b462ded0cdfb83f82cd84d93543741f12b8494 100644
--- a/ios/chrome/browser/ui/webui/BUILD.gn
+++ b/ios/chrome/browser/ui/webui/BUILD.gn
@@ -31,6 +31,7 @@ source_set("webui") {
"//base:i18n",
"//components/crash/core/browser",
"//components/flags_ui",
+ "//components/keyed_service/core",
"//components/ntp_tiles",
"//components/physical_web/data_source",
"//components/physical_web/webui",
@@ -44,6 +45,7 @@ source_set("webui") {
"//ios/chrome/browser",
"//ios/chrome/browser/browser_state",
"//ios/chrome/browser/crash_report",
+ "//ios/chrome/browser/favicon:favicon",
"//ios/chrome/browser/metrics",
"//ios/chrome/browser/ntp_tiles",
"//ios/chrome/browser/ui",
« no previous file with comments | « components/ntp_tiles/webui/resources/ntp_tiles_internals.html ('k') | ios/chrome/browser/ui/webui/ntp_tiles_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698