Chromium Code Reviews| Index: components/dom_distiller/webui/DEPS |
| diff --git a/components/dom_distiller/webui/DEPS b/components/dom_distiller/webui/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0037e4b26e2c37193d488e7529aedf9d5d70daca |
| --- /dev/null |
| +++ b/components/dom_distiller/webui/DEPS |
| @@ -0,0 +1,13 @@ |
| +include_rules = [ |
| + "+components/dom_distiller/webui", |
| + "+ui/webui/resources", |
| + # The webui of this component needs to depend on content, but since it is |
| + # also supposed to be working on iOS, and there is currently no plan for |
|
stuartmorgan
2013/09/12 05:25:24
How about "no concrete plan"? (This sounds like we
nyquist
2013/09/12 17:42:12
Done.
|
| + # extracting webui as something that is reusable across iOS and other, |
| + # this DEPS rule is kept instead. |
| + # To ensure this DEPS rule is not a nuisance to engineers refactorings the |
|
stuartmorgan
2013/09/12 05:25:24
refactoring
nyquist
2013/09/12 17:42:12
Done.
|
| + # content layer, it is currently quite broad instead of the more strict |
| + # approach directly allowing the header files that are currently included from |
| + # content. |
| + "+content/public/browser", |
| +] |