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

Unified Diff: components/ntp_tiles/BUILD.gn

Issue 2457033003: Add chrome://popular-sites-internals/ to iOS. (Closed)
Patch Set: Break out ...Client. Created 4 years, 1 month 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 | « chrome/browser/ui/webui/popular_sites_internals_ui.cc ('k') | components/ntp_tiles/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/BUILD.gn
diff --git a/components/ntp_tiles/BUILD.gn b/components/ntp_tiles/BUILD.gn
index 36e39c06e4c5706fdddf60c6ae15192af2807909..453bbf503af452bfec0aa91830e02617438bc36d 100644
--- a/components/ntp_tiles/BUILD.gn
+++ b/components/ntp_tiles/BUILD.gn
@@ -24,6 +24,8 @@ static_library("ntp_tiles") {
"pref_names.h",
"switches.cc",
"switches.h",
+ "webui/popular_sites_internals_message_handler.cc",
+ "webui/popular_sites_internals_message_handler.h",
]
public_deps = [
@@ -40,6 +42,7 @@ static_library("ntp_tiles") {
"//components/pref_registry",
"//components/prefs",
"//components/search_engines",
+ "//components/url_formatter",
"//components/variations",
"//components/variations/service",
]
« no previous file with comments | « chrome/browser/ui/webui/popular_sites_internals_ui.cc ('k') | components/ntp_tiles/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698