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", |
| + |
| + "+net/http", |
| +] |