Chromium Code Reviews| Index: ui/views/DEPS |
| diff --git a/ui/views/DEPS b/ui/views/DEPS |
| index c39b39d7812be3aba72045e1ab352d84dd469feb..3e8829c625eeb4643448ea3c4df5dc25d85f26a7 100644 |
| --- a/ui/views/DEPS |
| +++ b/ui/views/DEPS |
| @@ -1,5 +1,9 @@ |
| include_rules = [ |
| "+grit/ui_resources.h", |
| - "+views", |
| + "+grit/ui_resources_standard.h", |
| + "+grit/ui_resources_large.h", |
| + "+grit/ui_strings.h", |
| + "+skia/ext", |
| + "+net", |
| + "+third_party/iaccessible2", |
| ] |
| - |