Chromium Code Reviews| Index: components/link_header_util/DEPS |
| diff --git a/components/link_header_util/DEPS b/components/link_header_util/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6855b17c2ea357e14c620707c5b50ed1248db9d4 |
| --- /dev/null |
| +++ b/components/link_header_util/DEPS |
| @@ -0,0 +1,7 @@ |
| +include_rules = [ |
| + # This is used by both //content and //third_party/WebKit, so prevent |
| + # any dependencies on //content |
| + "-content", |
|
esprehn
2016/04/27 08:10:17
also block third_party/WebKit, this code needs to
Marijn Kruisselbrink
2016/05/11 00:36:55
Done
|
| + |
| + "+net/http", |
| +] |