Chromium Code Reviews| Index: components/certificate_transparency/DEPS |
| diff --git a/components/certificate_transparency/DEPS b/components/certificate_transparency/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..87abc46fd46156116ce32c5a9700ec4508f87c6a |
| --- /dev/null |
| +++ b/components/certificate_transparency/DEPS |
| @@ -0,0 +1,8 @@ |
| +include_rules = [ |
| + "+base", |
| + "+components/safe_json", |
| + "+net/base", |
| + "+net/cert", |
| + "+net/test", |
| + "+net/url_request", |
|
davidben
2015/07/16 21:53:38
This can probably just be "+net" I expect. It does
Eran Messeri
2015/07/17 15:40:23
Done.
|
| +] |