Chromium Code Reviews| Index: chromecast/public/DEPS |
| diff --git a/chromecast/public/DEPS b/chromecast/public/DEPS |
| index 30d9ea2d3361f4f6b46e166877d56478f0e59bfd..ef7fec59df05fd9272fcbee1dbeb6b41362e3abc 100644 |
| --- a/chromecast/public/DEPS |
| +++ b/chromecast/public/DEPS |
| @@ -5,4 +5,6 @@ include_rules = [ |
| "-content", |
| "-net", |
| "-ui", |
| + # Explicity allow chromecast/public header to include chromecast/public/media headers. |
| + "+chromecast/public/media", |
| ] |