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

Side by Side Diff: components/ntp_tiles/DEPS

Issue 2668943002: provide static popular sites for first run (Closed)
Patch Set: Revert test changes. Construction of PopularSites is always safe. 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/data_use_measurement/core", 2 "+components/data_use_measurement/core",
3 "+components/favicon", 3 "+components/favicon",
4 "+components/favicon_base", 4 "+components/favicon_base",
5 "+components/google/core/browser", 5 "+components/google/core/browser",
6 "+components/grit",
6 "+components/image_fetcher", 7 "+components/image_fetcher",
7 "+components/history/core/browser", 8 "+components/history/core/browser",
8 "+components/pref_registry", 9 "+components/pref_registry",
9 "+components/prefs", 10 "+components/prefs",
10 "+components/rappor", 11 "+components/rappor",
11 "+components/search_engines", 12 "+components/search_engines",
12 "+components/suggestions", 13 "+components/suggestions",
13 "+components/sync_preferences", 14 "+components/sync_preferences",
14 "+components/url_formatter", 15 "+components/url_formatter",
15 "+components/variations", 16 "+components/variations",
16 "+jni", 17 "+jni",
17 "+net", 18 "+net",
18 "+ui/gfx", 19 "+ui/gfx",
20 "+ui/base/resource",
19 ] 21 ]
OLDNEW
« no previous file with comments | « no previous file | components/ntp_tiles/most_visited_sites.cc » ('j') | components/ntp_tiles/popular_sites_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698