Chromium Code Reviews| Index: components/policy/core/browser/DEPS |
| diff --git a/components/policy/core/browser/DEPS b/components/policy/core/browser/DEPS |
| index 9f49b26aa74e886028f9a382b3039334d894d968..5bd5a7246b6fb5db153bb67993d2eb185a491f15 100644 |
| --- a/components/policy/core/browser/DEPS |
| +++ b/components/policy/core/browser/DEPS |
| @@ -1,5 +1,5 @@ |
| include_rules = [ |
| - "+grit/component_strings.h", |
| - "+ui/base/l10n", |
| - "+ui/base/resource", |
| + "+content/public/test", |
| + "+grit/component_strings.h", # For generated headers |
| + "+net/url_request", |
| ] |
|
Joao da Silva
2013/12/09 14:46:21
This file shouldn't need to change:
- ../DEPS alr
Andrew T Wilson (Slow)
2013/12/10 07:15:56
Reverted this file.
|