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

Side by Side Diff: content/DEPS

Issue 1913043002: Convert ManifestManager IPCs to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/DEPS » ('j') | mojo/mojo_public.gyp » ('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 11 matching lines...) Expand all
22 "-cc/base/scoped_ptr_vector.h", 22 "-cc/base/scoped_ptr_vector.h",
23 23
24 "+crypto", 24 "+crypto",
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/converters/geometry",
32 "+mojo/edk/embedder", 33 "+mojo/edk/embedder",
33 "+mojo/edk/js", 34 "+mojo/edk/js",
34 "+mojo/edk/test", 35 "+mojo/edk/test",
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
(...skipping 70 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/DEPS » ('j') | mojo/mojo_public.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698