Chromium Code Reviews| Index: components/url_formatter/DEPS |
| diff --git a/components/url_formatter/DEPS b/components/url_formatter/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bccc96867a0097b548af3ddf5778f62eb366a114 |
| --- /dev/null |
| +++ b/components/url_formatter/DEPS |
| @@ -0,0 +1,7 @@ |
| +include_rules = [ |
| + # This is a shared component (Mandoline, iOS, content), and as such, MUST NOT |
| + # depend on content or other components. |
| + "-content", |
|
droger
2015/06/10 10:25:41
Maybe also disallow ios and mandoline for consiste
stuartmorgan
2015/06/10 16:09:10
I'd certainly like to see ios/web explicitly disal
|
| + |
| + "+net", |
| +] |