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

Unified Diff: components/ntp_tiles/BUILD.gn

Issue 2668943002: provide static popular sites for first run (Closed)
Patch Set: most_visited_unittest registers prefs properly. Created 3 years, 10 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
« no previous file with comments | « no previous file | components/ntp_tiles/DEPS » ('j') | components/ntp_tiles/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/BUILD.gn
diff --git a/components/ntp_tiles/BUILD.gn b/components/ntp_tiles/BUILD.gn
index 1e1a20be3ce67e10b3da3ef59fc81b0929d7cf6e..d3d6c6aaff07472b61c38919cb05e431ca5bbb48 100644
--- a/components/ntp_tiles/BUILD.gn
+++ b/components/ntp_tiles/BUILD.gn
@@ -53,10 +53,12 @@ static_library("ntp_tiles") {
"//components/pref_registry",
"//components/prefs",
"//components/rappor/public",
+ "//components/resources:components_resources",
sdefresne 2017/02/14 12:37:35 "//components/resources",
fhorschig 2017/02/14 17:24:15 Done.
"//components/search_engines",
"//components/url_formatter",
"//components/variations",
"//components/variations/service",
+ "//ui/base:base",
sdefresne 2017/02/14 12:37:35 "//ui/base",
fhorschig 2017/02/14 17:24:15 Done.
]
if (is_android) {
« no previous file with comments | « no previous file | components/ntp_tiles/DEPS » ('j') | components/ntp_tiles/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698