Chromium Code Reviews| Index: components/variations/DEPS |
| diff --git a/components/variations/DEPS b/components/variations/DEPS |
| index 3d6cf278468c1ef7d5bbe04556d892e31029c1b7..1c4b298f716bfb589cbf751a9590a42385eef1c5 100644 |
| --- a/components/variations/DEPS |
| +++ b/components/variations/DEPS |
| @@ -2,7 +2,10 @@ |
| # dependencies to a minimal set. |
| include_rules = [ |
| "-components", |
| + "+components/compression", |
| "+components/variations", |
| + "+crypto", |
| "-net", |
| "+third_party/mt19937ar", |
| + "+third_party/protobuf", |
| ] |