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