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

Side by Side Diff: content/DEPS

Issue 1942353002: (reland) Move permission.mojom from WebKit/public/platform/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « components/permissions/permission_status.mojom ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Do NOT add chrome to the list below. We shouldn't be including files 1 # Do NOT add chrome to the list below. We shouldn't be including files
2 # from src/chrome in src/content. Also, we may only depend on files in 2 # from src/chrome in src/content.
3 # src/components that are shared with the mojo html_viewer.
4 include_rules = [ 3 include_rules = [
4 # For permission mojo interfaces.
5 "+components/permissions",
6
5 # The subdirectories in content/ will manually allow their own include 7 # The subdirectories in content/ will manually allow their own include
6 # directories in content/ so we disallow all of them. 8 # directories in content/ so we disallow all of them.
7 "-content", 9 "-content",
8 "+content/app/resources/grit/content_resources.h", 10 "+content/app/resources/grit/content_resources.h",
9 "+content/common", 11 "+content/common",
10 "+content/grit", 12 "+content/grit",
11 "+content/public/common", 13 "+content/public/common",
12 "+content/public/test", 14 "+content/public/test",
13 "+content/test", 15 "+content/test",
14 16
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 # 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
104 # 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
105 # explicit. 107 # explicit.
106 "-ui/views", 108 "-ui/views",
107 109
108 "+storage/browser", 110 "+storage/browser",
109 "+storage/common", 111 "+storage/common",
110 112
111 # For generated JNI includes. 113 # For generated JNI includes.
112 "+jni", 114 "+jni",
115
113 ] 116 ]
114 117
115 # content -> content/shell dependency is not allowed, except for browser tests. 118 # content -> content/shell dependency is not allowed, except for browser tests.
116 specific_include_rules = { 119 specific_include_rules = {
117 ".*_browsertest[a-z_]*\.(cc|h)": [ 120 ".*_browsertest[a-z_]*\.(cc|h)": [
118 "+content/shell/browser", 121 "+content/shell/browser",
119 "+content/shell/common", 122 "+content/shell/common",
120 ], 123 ],
121 } 124 }
OLDNEW
« no previous file with comments | « components/permissions/permission_status.mojom ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698