Index: components/data_reduction_proxy/content/DEPS |
diff --git a/components/precache/content/DEPS b/components/data_reduction_proxy/content/DEPS |
similarity index 74% |
copy from components/precache/content/DEPS |
copy to components/data_reduction_proxy/content/DEPS |
index 8a2bc75e7419dc7f0e1af83ab6a2c16f3fc5115f..45c3865e01e2a0a881c9eb11008189ca56740f82 100644 |
--- a/components/precache/content/DEPS |
+++ b/components/data_reduction_proxy/content/DEPS |
@@ -1,15 +1,13 @@ |
include_rules = [ |
"+components/data_reduction_proxy/core/common", |
- "+components/keyed_service", |
- "+components/user_prefs", |
"+content/public/browser", |
+ "+content/public/common", |
"+net/base", |
] |
specific_include_rules = { |
'.*_[a-z]*test\.cc': [ |
"+content/public/test", |
- "+net/http", |
"+net/url_request", |
], |
-} |
+} |