| Index: extensions/shell/browser/DEPS
|
| diff --git a/extensions/shell/browser/DEPS b/extensions/shell/browser/DEPS
|
| index b692a0ae26d9efbb0d2a3e1da55f0f84c7a5e25e..3cb86f2d23661f25ebe69a7c0aed1fa6c363688c 100644
|
| --- a/extensions/shell/browser/DEPS
|
| +++ b/extensions/shell/browser/DEPS
|
| @@ -28,8 +28,12 @@ include_rules = [
|
| "+storage/browser/quota",
|
| "+sync/api",
|
|
|
| - # Disallow views to keep the binary size down.
|
| - "-ui/views",
|
| + # Additional UI dependencies for app_shell. Note that no particular UI toolkit
|
| + # is supported; only Aura and some necessary bits to set up display surfaces.
|
| + "+ui/aura",
|
| + "+ui/chromeos",
|
| + "+ui/display",
|
| + "+ui/wm",
|
|
|
| "+third_party/cros_system_api",
|
|
|
|
|