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

Side by Side Diff: content/DEPS

Issue 1373883003: Move geolocation and permission mojoms into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 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. Also, we may only depend on files in
3 # src/components that are shared with the mojo html_viewer. 3 # src/components that are shared with the mojo html_viewer.
4 include_rules = [ 4 include_rules = [
5 "+components/permission/public/interfaces",
5 # The subdirectories in content/ will manually allow their own include 6 # The subdirectories in content/ will manually allow their own include
6 # directories in content/ so we disallow all of them. 7 # directories in content/ so we disallow all of them.
7 "-content", 8 "-content",
8 "+content/app/resources/grit/content_resources.h", 9 "+content/app/resources/grit/content_resources.h",
9 "+content/common", 10 "+content/common",
10 "+content/grit", 11 "+content/grit",
11 "+content/public/common", 12 "+content/public/common",
12 "+content/public/test", 13 "+content/public/test",
13 "+content/shell", # for content_browsertests 14 "+content/shell", # for content_browsertests
14 "+content/test", 15 "+content/test",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 # line, since the top level DEPS doesn't allow it, we add it to make this 112 # line, since the top level DEPS doesn't allow it, we add it to make this
112 # explicit. 113 # explicit.
113 "-ui/views", 114 "-ui/views",
114 115
115 "+storage/browser", 116 "+storage/browser",
116 "+storage/common", 117 "+storage/common",
117 118
118 # For generated JNI includes. 119 # For generated JNI includes.
119 "+jni", 120 "+jni",
120 ] 121 ]
OLDNEW
« no previous file with comments | « components/permission/public/interfaces/permission_status.mojom ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698