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

Unified Diff: chrome/browser/BUILD.gn

Issue 2626643002: Stop showing notifications if they're ignored (Closed)
Patch Set: rebase Created 3 years, 11 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/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 3bca5a92c65b7c5bc7adb0de7f8684c859c2a893..1c527793e77c4880d28acadb275be9f786cb87e1 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -748,6 +748,10 @@ split_static_library("browser") {
"ntp_snippets/download_suggestions_provider.h",
"ntp_snippets/ntp_snippets_features.cc",
"ntp_snippets/ntp_snippets_features.h",
+ "ntp_snippets/ntp_snippets_metrics.cc",
+ "ntp_snippets/ntp_snippets_metrics.h",
+ "ntp_snippets/ntp_snippets_prefs.cc",
+ "ntp_snippets/ntp_snippets_prefs.h",
"ntp_tiles/chrome_most_visited_sites_factory.cc",
"ntp_tiles/chrome_most_visited_sites_factory.h",
"ntp_tiles/chrome_popular_sites_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698