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

Side by Side Diff: content/DEPS

Issue 1970693002: Use mojo for Chrome Loading, Part 1 (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 | « no previous file | content/browser/BUILD.gn » ('j') | content/common/url_loader.mojom » ('J')
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. 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 # The subdirectories in content/ will manually allow their own include 5 # The subdirectories in content/ will manually allow their own include
6 # directories in content/ so we disallow all of them. 6 # directories in content/ so we disallow all of them.
7 "-content", 7 "-content",
8 "+content/app/resources/grit/content_resources.h", 8 "+content/app/resources/grit/content_resources.h",
9 "+content/common", 9 "+content/common",
10 "+content/grit", 10 "+content/grit",
(...skipping 14 matching lines...) Expand all
25 "+grit/blink_resources.h", 25 "+grit/blink_resources.h",
26 "+grit/content_strings.h", 26 "+grit/content_strings.h",
27 27
28 "+dbus", 28 "+dbus",
29 "+gpu", 29 "+gpu",
30 "+media", 30 "+media",
31 "+mojo/common", 31 "+mojo/common",
32 "+mojo/edk/embedder", 32 "+mojo/edk/embedder",
33 "+mojo/edk/js", 33 "+mojo/edk/js",
34 "+mojo/edk/test", 34 "+mojo/edk/test",
35 "+mojo/message_pump",
35 "+mojo/public", 36 "+mojo/public",
36 "+net", 37 "+net",
37 "+ppapi", 38 "+ppapi",
38 "+printing", 39 "+printing",
39 "+sandbox", 40 "+sandbox",
40 "+skia", 41 "+skia",
41 42
42 # In general, content/ should not rely on google_apis, since URLs 43 # In general, content/ should not rely on google_apis, since URLs
43 # and access tokens should usually be provided by the 44 # and access tokens should usually be provided by the
44 # embedder. 45 # embedder.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "+jni", 113 "+jni",
113 ] 114 ]
114 115
115 # content -> content/shell dependency is not allowed, except for browser tests. 116 # content -> content/shell dependency is not allowed, except for browser tests.
116 specific_include_rules = { 117 specific_include_rules = {
117 ".*_browsertest[a-z_]*\.(cc|h)": [ 118 ".*_browsertest[a-z_]*\.(cc|h)": [
118 "+content/shell/browser", 119 "+content/shell/browser",
119 "+content/shell/common", 120 "+content/shell/common",
120 ], 121 ],
121 } 122 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/BUILD.gn » ('j') | content/common/url_loader.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698