| Index: components/precache/content/DEPS
|
| diff --git a/components/precache/content/DEPS b/components/precache/content/DEPS
|
| index 6206a889a5b071c1778a470e70bcfd1ee2e5435f..5a184772960a3cf8245c4af7433a45df99653d14 100644
|
| --- a/components/precache/content/DEPS
|
| +++ b/components/precache/content/DEPS
|
| @@ -5,12 +5,14 @@ include_rules = [
|
| "+components/variations",
|
| "+content/public/browser",
|
| "+net/base",
|
| + "+net/disk_cache",
|
| + "+net/http",
|
| + "+net/url_request",
|
| ]
|
|
|
| specific_include_rules = {
|
| '.*_[a-z]*test\.cc': [
|
| "+content/public/test",
|
| - "+net/http",
|
| - "+net/url_request",
|
| + "+net/test",
|
| ],
|
| }
|
|
|