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..3c1754fe3871483d3e3d7dab1db8a7ae3945708c | 
| --- /dev/null | 
| +++ b/components/url_formatter/DEPS | 
| @@ -0,0 +1,11 @@ | 
| +include_rules = [ | 
| + # This is a shared component (Mandoline, iOS, content), and as such, MUST NOT | 
| + # depend on content or other components that do. | 
| + "-components/html_viewer", | 
| + "-content", | 
| + "-ios", | 
| + "-mandoline", | 
| 
 
jam
2015/07/31 17:25:17
it seems redundant to add these lines, since they'
 
Ryan Sleevi
2015/07/31 17:30:30
See the previous discussion about making sure it w
 
 | 
| + | 
| + "+net", | 
| + "+ui/gfx", | 
| +] |