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

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

Issue 2557103004: Add chrome://site-tiles-internals/ (Closed)
Patch Set: ntp-tiles-internals 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index d4cf8b03479927f9861765cb14fecaebd6a37aad..e343468a388c7ba3fe94a44f9476ae485d6c1dc7 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -375,6 +375,8 @@ split_static_library("ui") {
"webui/net_internals/net_internals_ui.h",
"webui/ntp/ntp_user_data_logger.cc",
"webui/ntp/ntp_user_data_logger.h",
+ "webui/ntp_tiles_internals_ui.cc",
+ "webui/ntp_tiles_internals_ui.h",
"webui/omnibox/omnibox_page_handler.cc",
"webui/omnibox/omnibox_page_handler.h",
"webui/omnibox/omnibox_ui.cc",
@@ -501,6 +503,7 @@ split_static_library("ui") {
"//components/google/core/browser",
"//components/guest_view/browser",
"//components/history/content/browser",
+ "//components/image_fetcher",
"//components/infobars/core",
"//components/invalidation/impl",
"//components/keyed_service/content",

Powered by Google App Engine
This is Rietveld 408576698