Index: apps/ui/views/DEPS |
diff --git a/apps/ui/views/DEPS b/apps/ui/views/DEPS |
index be78ec15c97ef5576465a4818b19054f0e95de8f..219be5e0d77d3abcb0f3485b6c4a530db1d314ce 100644 |
--- a/apps/ui/views/DEPS |
+++ b/apps/ui/views/DEPS |
@@ -2,5 +2,12 @@ include_rules = [ |
# TODO(jamescook): Eliminate this by introducing apps_resources.grd, see |
# crbug.com/306688 |
"+grit/theme_resources.h", |
Nico
2017/04/21 21:03:08
You can probably remove this line, all the grit in
|
+ "+cc/paint", |
+ "+extensions", |
+ "+third_party/skia/include", |
+ "+ui", |
"+ui/strings/grit/ui_strings.h", |
Nico
2017/04/21 21:03:08
You can remove this now.
|
+ |
+ # For default app icon. |
+ "!chrome/grit/theme_resources.h", |
] |