Chromium Code Reviews| Index: components/certificate_transparency/DEPS |
| diff --git a/components/packed_ct_ev_whitelist/DEPS b/components/certificate_transparency/DEPS |
| similarity index 51% |
| copy from components/packed_ct_ev_whitelist/DEPS |
| copy to components/certificate_transparency/DEPS |
| index 1bea96d04e631b9cc09c2cd2de234cb2ee6526a5..c7ed0338fe813719a198ef534923d4b5bbb7ad9f 100644 |
| --- a/components/packed_ct_ev_whitelist/DEPS |
| +++ b/components/certificate_transparency/DEPS |
| @@ -1,6 +1,8 @@ |
| include_rules = [ |
| "+base", |
| + "+components/safe_json_parser", |
| "+content/public/browser", |
| + "+net/base", |
| "+net/cert", |
| - "+net/ssl", |
| + "+net/url_request", |
| ] |