| 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",
|
|
|