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

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: 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
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 "+ui/aura",
James Cook 2014/11/03 21:35:20 Likewise I would comment here that we don't use an
Ken Rockot(use gerrit already) 2014/11/04 16:50:24 Done.
32 "-ui/views", 32 "+ui/chromeos",
33 "+ui/display",
34 "+ui/wm",
33 35
34 "+third_party/cros_system_api", 36 "+third_party/cros_system_api",
35 37
36 "-webkit", 38 "-webkit",
37 ] 39 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698