| Index: components/variations/DEPS
|
| diff --git a/components/variations/DEPS b/components/variations/DEPS
|
| index 1a790cd8c2a1ef6f090e39c6e124a704e59d6125..3d6cf278468c1ef7d5bbe04556d892e31029c1b7 100644
|
| --- a/components/variations/DEPS
|
| +++ b/components/variations/DEPS
|
| @@ -1,5 +1,8 @@
|
| +# This component is shared with the Chrome OS build, so it's important to limit
|
| +# dependencies to a minimal set.
|
| include_rules = [
|
| - "+components/google",
|
| - "+net",
|
| + "-components",
|
| + "+components/variations",
|
| + "-net",
|
| "+third_party/mt19937ar",
|
| ]
|
|
|