| Index: content/DEPS
|
| diff --git a/content/DEPS b/content/DEPS
|
| index 8936498244d2000cd6b6cbc3c48f25be224bc231..79aa707725967c17e4d67101a9810d817a6bbb82 100644
|
| --- a/content/DEPS
|
| +++ b/content/DEPS
|
| @@ -52,6 +52,7 @@ include_rules = [
|
| # Aura is analogous to Win32 or a Gtk, so it is allowed.
|
| "+ui/aura",
|
| "+ui/base",
|
| + "+ui/compositor",
|
| "+ui/gfx",
|
| "+ui/surface",
|
| # Content knows about grd files, but the specifics of how to get a resource
|
| @@ -63,9 +64,9 @@ include_rules = [
|
|
|
| # Content shouldn't depend on views. While we technically don't need this
|
| # line, since the top level DEPS doesn't allow it, we add it to make this
|
| - # explicit.
|
| + # explicit.
|
| "-views",
|
| -
|
| +
|
| # Aura Shell consumes views, so it too is banned.
|
| "-ui/aura_shell",
|
|
|
|
|