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", |
|
dconnelly
2013/12/09 12:47:35
why are these removed?
Andrew T Wilson (Slow)
2013/12/10 07:15:56
This was a merge error.
|
| - "+ui/base/resource", |
| + "+content/public/test", |
|
dconnelly
2013/12/09 12:47:35
I'm not convinced this is necessary, but if it is,
Andrew T Wilson (Slow)
2013/12/10 07:15:56
Reverted this change to this DEPS file.
|
| + "+grit/component_strings.h", # For generated headers |
| + "+net/url_request", |
| ] |