Chromium Code Reviews| Index: chromecast/browser/DEPS |
| diff --git a/chromecast/browser/DEPS b/chromecast/browser/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b1af3630329e086f94d0bd871e06a33606811c27 |
| --- /dev/null |
| +++ b/chromecast/browser/DEPS |
| @@ -0,0 +1,8 @@ |
| +include_rules = [ |
| + # chromecast/browser/ is the top-level main directory for the Chromecast |
| + # embedder and can include from all other chromecast/ directories. |
| + "+chromecast", |
| + "+components/crash", |
| + "+content/public/browser", |
| + "+media/base", |
| +] |