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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « extensions/components/native_app_window/DEPS ('k') | extensions/test/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chromeos", 2 "+chromeos",
3 "+components/keyed_service", 3 "+components/keyed_service",
4 "+components/nacl/browser", 4 "+components/nacl/browser",
5 "+components/nacl/common", 5 "+components/nacl/common",
6 "+components/omaha_query_params", 6 "+components/omaha_query_params",
7 "+components/pref_registry", 7 "+components/pref_registry",
8 "+components/user_prefs", 8 "+components/user_prefs",
9 "+components/web_modal", 9 "+components/web_modal",
10 "+content/public/browser", 10 "+content/public/browser",
(...skipping 10 matching lines...) Expand all
21 "+device/usb", 21 "+device/usb",
22 22
23 "+google_apis/gaia", 23 "+google_apis/gaia",
24 24
25 "+net", 25 "+net",
26 26
27 "+ppapi", 27 "+ppapi",
28 "+storage/browser/quota", 28 "+storage/browser/quota",
29 "+sync/api", 29 "+sync/api",
30 30
31 # Disallow views to keep the binary size down. 31 # Additional UI dependencies for app_shell. Note that no particular UI toolkit
32 "-ui/views", 32 # is supported; only Aura and some necessary bits to set up display surfaces.
33 "+ui/aura",
34 "+ui/chromeos",
35 "+ui/display",
36 "+ui/wm",
33 37
34 "+third_party/cros_system_api", 38 "+third_party/cros_system_api",
35 39
36 "-webkit", 40 "-webkit",
37 ] 41 ]
OLDNEW
« 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