| Index: components/data_reduction_proxy/content/DEPS
|
| diff --git a/components/precache/content/DEPS b/components/data_reduction_proxy/content/DEPS
|
| similarity index 78%
|
| copy from components/precache/content/DEPS
|
| copy to components/data_reduction_proxy/content/DEPS
|
| index 8a2bc75e7419dc7f0e1af83ab6a2c16f3fc5115f..774faa6d5a0152a5bfa18f1b0442f5570201a34f 100644
|
| --- a/components/precache/content/DEPS
|
| +++ b/components/data_reduction_proxy/content/DEPS
|
| @@ -1,8 +1,10 @@
|
| include_rules = [
|
| + "+components/data_reduction_proxy/core/browser",
|
| "+components/data_reduction_proxy/core/common",
|
| "+components/keyed_service",
|
| "+components/user_prefs",
|
| "+content/public/browser",
|
| + "+content/public/common",
|
| "+net/base",
|
| ]
|
|
|
| @@ -12,4 +14,4 @@ specific_include_rules = {
|
| "+net/http",
|
| "+net/url_request",
|
| ],
|
| -}
|
| +}
|
|
|