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

Unified Diff: components/ntp_tiles/DEPS

Issue 2668943002: provide static popular sites for first run (Closed)
Patch Set: Add dependencies. Protect access with field_trial 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
Index: components/ntp_tiles/DEPS
diff --git a/components/ntp_tiles/DEPS b/components/ntp_tiles/DEPS
index c5cd18dfa06499c17805cada548f310c7b25b82f..561f82b039f8e7719008dfdd5d2453b1d969a565 100644
--- a/components/ntp_tiles/DEPS
+++ b/components/ntp_tiles/DEPS
@@ -3,11 +3,13 @@ include_rules = [
"+components/favicon",
"+components/favicon_base",
"+components/google/core/browser",
+ "+components/grit",
"+components/image_fetcher",
"+components/history/core/browser",
"+components/pref_registry",
"+components/prefs",
"+components/rappor",
+ "+components/resources:components_resources",
"+components/search_engines",
"+components/suggestions",
"+components/sync_preferences",
@@ -16,4 +18,5 @@ include_rules = [
"+jni",
"+net",
"+ui/gfx",
+ "+ui/base/resource",
]

Powered by Google App Engine
This is Rietveld 408576698