OLD | NEW |
(Empty) | |
| 1 include_rules = [ |
| 2 "+components/dom_distiller/webui", |
| 3 "+ui/webui/resources", |
| 4 # The webui of this component needs to depend on content, but since it is |
| 5 # also supposed to be working on iOS, and there is currently no plan for |
| 6 # extracting webui as something that is reusable across iOS and other, |
| 7 # this DEPS rule is kept instead. |
| 8 # To ensure this DEPS rule is not a nuisance to engineers refactorings the |
| 9 # content layer, it is currently quite broad instead of the more strict |
| 10 # approach directly allowing the header files that are currently included from |
| 11 # content. |
| 12 "+content/public/browser", |
| 13 ] |
OLD | NEW |