| Index: components/ntp_tiles/BUILD.gn
|
| diff --git a/components/ntp_tiles/BUILD.gn b/components/ntp_tiles/BUILD.gn
|
| index 36e39c06e4c5706fdddf60c6ae15192af2807909..453bbf503af452bfec0aa91830e02617438bc36d 100644
|
| --- a/components/ntp_tiles/BUILD.gn
|
| +++ b/components/ntp_tiles/BUILD.gn
|
| @@ -24,6 +24,8 @@ static_library("ntp_tiles") {
|
| "pref_names.h",
|
| "switches.cc",
|
| "switches.h",
|
| + "webui/popular_sites_internals_message_handler.cc",
|
| + "webui/popular_sites_internals_message_handler.h",
|
| ]
|
|
|
| public_deps = [
|
| @@ -40,6 +42,7 @@ static_library("ntp_tiles") {
|
| "//components/pref_registry",
|
| "//components/prefs",
|
| "//components/search_engines",
|
| + "//components/url_formatter",
|
| "//components/variations",
|
| "//components/variations/service",
|
| ]
|
|
|