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

Side by Side Diff: content/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 # Do NOT add chrome or components to the list below. We shouldn't be 1 # Do NOT add chrome or components to the list below. We shouldn't be
2 # including files from src/chrome or src/components in src/content. 2 # including files from src/chrome or src/components in src/content.
3 include_rules = [ 3 include_rules = [
4 # The subdirectories in content/ will manually allow their own include 4 # The subdirectories in content/ will manually allow their own include
5 # directories in content/ so we disallow all of them. 5 # directories in content/ so we disallow all of them.
6 "-content", 6 "-content",
7 "+content/common", 7 "+content/common",
8 "+content/public/common", 8 "+content/public/common",
9 "+content/public/test", 9 "+content/public/test",
10 "+content/shell", # for content_browsertests 10 "+content/shell", # for content_browsertests
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "-ui/base/l10n", 99 "-ui/base/l10n",
100 "-ui/base/resource", 100 "-ui/base/resource",
101 # This file isn't related to grd, so it's fine. 101 # This file isn't related to grd, so it's fine.
102 "+ui/base/l10n/l10n_util_win.h", 102 "+ui/base/l10n/l10n_util_win.h",
103 103
104 # Content shouldn't depend on views. While we technically don't need this 104 # Content shouldn't depend on views. While we technically don't need this
105 # line, since the top level DEPS doesn't allow it, we add it to make this 105 # line, since the top level DEPS doesn't allow it, we add it to make this
106 # explicit. 106 # explicit.
107 "-ui/views", 107 "-ui/views",
108 108
109 "+storage",
109 "+webkit", 110 "+webkit",
110 111
111 # For generated JNI includes. 112 # For generated JNI includes.
112 "+jni", 113 "+jni",
113 ] 114 ]
OLDNEW
« no previous file with comments | « chrome/test/data/reliability/known_crashes.txt ('k') | content/browser/appcache/appcache_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698