Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(992)

Unified Diff: extensions/shell/browser/DEPS

Issue 702513002: Refine //extensions DEPS on //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: native_app_window +ui/aura Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/components/native_app_window/DEPS ('k') | extensions/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « extensions/components/native_app_window/DEPS ('k') | extensions/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698