Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Do not add any includes under chrome/ anywhere in chromecast. | 1 # Do not add any includes under chrome/ anywhere in chromecast. |
| 2 | 2 |
| 3 include_rules = [ | 3 include_rules = [ |
| 4 "+content/public/common", | 4 "+content/public/common", |
| 5 "+crypto", | 5 "+crypto", |
| 6 "+net", | 6 "+net", |
| 7 "+ui", | 7 "+ui", |
| 8 | |
| 9 # 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
| |
| 10 "+third_party/WebKit/public/platform", | |
| 11 "+third_party/WebKit/public/web", | |
| 8 ] | 12 ] |
| OLD | NEW |