Chromium Code Reviews| Index: chromecast/DEPS |
| diff --git a/chromecast/DEPS b/chromecast/DEPS |
| index 1a7a778956d7c97c83fb1730d7dd139a166ecfdd..6f4943e2f70e7506bdfd4c2dba3bc18bbb0bbdf6 100644 |
| --- a/chromecast/DEPS |
| +++ b/chromecast/DEPS |
| @@ -5,4 +5,8 @@ include_rules = [ |
| "+crypto", |
| "+net", |
| "+ui", |
| + |
| + # Allow inclusion of WebKit API files. |
|
jamesr
2014/08/15 00:52:54
this should have the same restrictions as whatever
gunsch
2014/08/15 00:58:07
Hm, should it? I see the same include_rules in chr
|
| + "+third_party/WebKit/public/platform", |
| + "+third_party/WebKit/public/web", |
| ] |