| Index: content/shell/DEPS
|
| diff --git a/content/shell/DEPS b/content/shell/DEPS
|
| index ce20828a30041a2523ae7195618bb8b92f5f984c..28d220d4e62255e85073f16f888dff89434fe4e3 100644
|
| --- a/content/shell/DEPS
|
| +++ b/content/shell/DEPS
|
| @@ -1,6 +1,9 @@
|
| include_rules = [
|
| "+v8/include",
|
|
|
| + # For chromeos build config
|
| + "+chromeos/dbus",
|
| +
|
| # The content_shell is the canonical sample embedder, so it only uses
|
| # content's public API.
|
| "+content/public",
|
| @@ -10,4 +13,8 @@ include_rules = [
|
|
|
| # Shell resources
|
| "+grit/shell_resources.h",
|
| +
|
| + # The content_shell for aura must work with the views and aura
|
| + "+ui/aura",
|
| + "+ui/views",
|
| ]
|
|
|