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