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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 1883523002: chrome://snippets-internals page for debugging NTP snippets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding the chrome://snippets-internals page in the auto-suggest list. Created 4 years, 8 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: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 7f78cf852670f3de55c5da128e7cb9bb1138644c..020910fe7d5f97eb69cfbb65fb1f55742f7df919 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -501,6 +501,10 @@
'browser/ui/webui/popular_sites_internals_message_handler.h',
'browser/ui/webui/popular_sites_internals_ui.cc',
'browser/ui/webui/popular_sites_internals_ui.h',
+ 'browser/ui/webui/snippets_internals_message_handler.cc',
+ 'browser/ui/webui/snippets_internals_message_handler.h',
+ 'browser/ui/webui/snippets_internals_ui.cc',
+ 'browser/ui/webui/snippets_internals_ui.h',
],
# Cross-platform ash sources.
'chrome_browser_ui_ash_sources': [

Powered by Google App Engine
This is Rietveld 408576698