Chromium Code Reviews| 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", |
| + "+cc/paint", |
| + "+extensions", |
| + "+third_party/skia/include", |
| + "+ui", |
| "+ui/strings/grit/ui_strings.h", |
| + |
| + # For default app icon. |
| + "!chrome/grit/theme_resources.h", |
|
benwells
2017/04/18 07:08:17
What does the "!" do?
michaelpg
2017/04/18 21:41:50
It means something like "this is temporary", works
benwells
2017/04/19 00:19:51
Oh, cool. TIL!
|
| ] |