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

Side by Side Diff: content/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 # 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/app/resources/grit/content_resources.h", 7 "+content/app/resources/grit/content_resources.h",
8 "+content/common", 8 "+content/common",
9 "+content/grit", 9 "+content/grit",
10 "+content/public/common", 10 "+content/public/common",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "-ui/base/l10n", 100 "-ui/base/l10n",
101 "-ui/base/resource", 101 "-ui/base/resource",
102 # This file isn't related to grd, so it's fine. 102 # This file isn't related to grd, so it's fine.
103 "+ui/base/l10n/l10n_util_win.h", 103 "+ui/base/l10n/l10n_util_win.h",
104 104
105 # Content shouldn't depend on views. While we technically don't need this 105 # Content shouldn't depend on views. While we technically don't need this
106 # line, since the top level DEPS doesn't allow it, we add it to make this 106 # line, since the top level DEPS doesn't allow it, we add it to make this
107 # explicit. 107 # explicit.
108 "-ui/views", 108 "-ui/views",
109 109
110 "+storage/browser",
110 "+storage/common", 111 "+storage/common",
111 "+webkit", 112 "+webkit",
112 113
113 # For generated JNI includes. 114 # For generated JNI includes.
114 "+jni", 115 "+jni",
115 ] 116 ]
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/quota_internals/quota_internals_proxy.h ('k') | content/browser/appcache/appcache_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698