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

Unified Diff: components/ntp_tiles/BUILD.gn

Issue 2557103004: Add chrome://site-tiles-internals/ (Closed)
Patch Set: rebase Created 4 years 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/common/url_constants.cc ('k') | components/ntp_tiles/popular_sites.h » ('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 457e7745aeafb1700dbfd5aec4de10efff0d59fd..1ced621a9c01d4d6c8bd25c836165cbf86125594 100644
--- a/components/ntp_tiles/BUILD.gn
+++ b/components/ntp_tiles/BUILD.gn
@@ -29,8 +29,12 @@ static_library("ntp_tiles") {
"pref_names.h",
"switches.cc",
"switches.h",
+ "webui/ntp_tiles_internals_message_handler.cc",
+ "webui/ntp_tiles_internals_message_handler.h",
+ "webui/ntp_tiles_internals_message_handler_client.h",
"webui/popular_sites_internals_message_handler.cc",
"webui/popular_sites_internals_message_handler.h",
+ "webui/popular_sites_internals_message_handler_client.h",
]
public_deps = [
« no previous file with comments | « chrome/common/url_constants.cc ('k') | components/ntp_tiles/popular_sites.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698