Chromium Code Reviews| Index: components/ntp_tiles/DEPS |
| diff --git a/components/ntp_tiles/DEPS b/components/ntp_tiles/DEPS |
| index 2296e56f0eb97fda4d4b643c6b7a15d9e200d822..3a864e0a2f990c0dd3a9d57ad1e51590dc91c5e9 100644 |
| --- a/components/ntp_tiles/DEPS |
| +++ b/components/ntp_tiles/DEPS |
| @@ -9,6 +9,7 @@ include_rules = [ |
| "+components/pref_registry", |
| "+components/prefs", |
| "+components/rappor", |
| + "+components/resources:components_resources", |
|
blundell
2017/03/02 21:58:13
If you're using this, it needs to be added as a de
fhorschig
2017/03/02 22:10:54
Done.
|
| "+components/search_engines", |
| "+components/suggestions", |
| "+components/sync_preferences", |
| @@ -17,5 +18,6 @@ include_rules = [ |
| "+jni", |
| "+net", |
| "+ui/gfx", |
| - "+ui/base/resource", |
| + "+ui/base", |
| ] |
| + |