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

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

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chromeos", 2 "+chromeos",
3 "+components/keyed_service", 3 "+components/keyed_service",
4 "+components/omaha_query_params", 4 "+components/omaha_query_params",
5 "+components/pref_registry", 5 "+components/pref_registry",
6 "+components/user_prefs", 6 "+components/user_prefs",
7 "+content/public/browser", 7 "+content/public/browser",
8 "+third_party/cros_system_api", 8 "+third_party/cros_system_api",
9 9
10 # Pieces of content_shell reused in app_shell. 10 # Pieces of content_shell reused in app_shell.
11 "+content/shell/browser/shell_browser_context.h", 11 "+content/shell/browser/shell_browser_context.h",
12 "+content/shell/browser/shell_devtools_delegate.h", 12 "+content/shell/browser/shell_devtools_delegate.h",
13 "+content/shell/browser/shell_net_log.h", 13 "+content/shell/browser/shell_net_log.h",
14 14
15 # For device backend support. 15 # For device backend support.
16 "+device/hid", 16 "+device/hid",
17 17
18 # Only used in API tests that should be moved to extensions/browser/api/... 18 # Only used in API tests that should be moved to extensions/browser/api/...
19 "+net", 19 "+net",
20 20
21 "+sync/api", 21 "+sync/api",
22 22
23 # Disallow views to keep the binary size down. 23 # Disallow views to keep the binary size down.
24 "-ui/views", 24 "-ui/views",
25 25
26 "-webkit", 26 "-webkit",
27 "+webkit/browser/quota", 27 "+storage/browser/quota",
28 ] 28 ]
OLDNEW
« no previous file with comments | « extensions/renderer/file_system_natives.cc ('k') | extensions/shell/browser/shell_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698