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

Side by Side Diff: extensions/shell/browser/DEPS

Issue 559063002: Remove webkit/browser/, point everything to storage/browser/ instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up DEPS per feedback Created 6 years, 3 months 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",
11 11
12 # Pieces of content_shell reused in app_shell. 12 # Pieces of content_shell reused in app_shell.
13 "+content/shell/browser/shell_browser_context.h", 13 "+content/shell/browser/shell_browser_context.h",
14 "+content/shell/browser/shell_devtools_delegate.h", 14 "+content/shell/browser/shell_devtools_delegate.h",
15 "+content/shell/browser/shell_net_log.h", 15 "+content/shell/browser/shell_net_log.h",
16 16
17 # For device backend support. 17 # For device backend support.
18 "+device/core", 18 "+device/core",
19 "+device/hid", 19 "+device/hid",
20 "+device/usb", 20 "+device/usb",
21 21
22 # Only used in API tests that should be moved to extensions/browser/api/... 22 # Only used in API tests that should be moved to extensions/browser/api/...
23 "+net", 23 "+net",
24 24
25 "+ppapi", 25 "+ppapi",
26 "+storage/browser/quota",
26 "+sync/api", 27 "+sync/api",
27 28
28 # Disallow views to keep the binary size down. 29 # Disallow views to keep the binary size down.
29 "-ui/views", 30 "-ui/views",
30 31
31 "+third_party/cros_system_api", 32 "+third_party/cros_system_api",
32 33
33 "-webkit", 34 "-webkit",
34 "+webkit/browser/quota",
35 ] 35 ]
OLDNEW
« no previous file with comments | « extensions/browser/api/runtime/runtime_api.cc ('k') | extensions/shell/browser/shell_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698