| Index: chromecast/DEPS
|
| diff --git a/chromecast/DEPS b/chromecast/DEPS
|
| index cc68c42264f07200cbe8b7329b823c4d88f0d37b..d43033aff36940997517667b1cc131b8701e2b0e 100644
|
| --- a/chromecast/DEPS
|
| +++ b/chromecast/DEPS
|
| @@ -4,16 +4,9 @@ include_rules = [
|
| # Chromecast code should explicitly declare its dependencies on each
|
| # sub-directory within chromecast/.
|
| "-chromecast",
|
| +
|
| + # Other Chromecast-wide dependencies.
|
| "+chromecast/base",
|
| "+chromecast/chromecast_features.h",
|
| "+chromecast/public",
|
| -
|
| - # Other Chromecast-wide dependencies.
|
| - "+content/public/common",
|
| - "+crypto",
|
| - "+grit/chromecast_settings.h",
|
| - "+grit/shell_resources.h",
|
| - "+jni",
|
| - "+net",
|
| - "+ui",
|
| ]
|
|
|