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

Side by Side Diff: content/DEPS

Issue 2613653003: Move some basic early process init into Service Manager (Closed)
Patch Set: fix mac shutdown order Created 3 years, 9 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 | « build/sanitizers/lsan_suppressions.cc ('k') | content/app/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. 2 # from src/chrome 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 24 matching lines...) Expand all
35 "+media", 35 "+media",
36 "+mojo/common", 36 "+mojo/common",
37 "+mojo/edk/embedder", 37 "+mojo/edk/embedder",
38 "+mojo/edk/js", 38 "+mojo/edk/js",
39 "+mojo/message_pump", 39 "+mojo/message_pump",
40 "+mojo/public", 40 "+mojo/public",
41 "+net", 41 "+net",
42 "+ppapi", 42 "+ppapi",
43 "+printing", 43 "+printing",
44 "+sandbox", 44 "+sandbox",
45 "+services/service_manager/embedder",
45 "+skia", 46 "+skia",
46 47
47 # In general, content/ should not rely on google_apis, since URLs 48 # In general, content/ should not rely on google_apis, since URLs
48 # and access tokens should usually be provided by the 49 # and access tokens should usually be provided by the
49 # embedder. 50 # embedder.
50 # 51 #
51 # There are a couple of specific parts of content that are excepted 52 # There are a couple of specific parts of content that are excepted
52 # from this rule, e.g. content/browser/speech/DEPS. These are cases of 53 # from this rule, e.g. content/browser/speech/DEPS. These are cases of
53 # implementations that are strongly tied to Google servers, i.e. we 54 # implementations that are strongly tied to Google servers, i.e. we
54 # don't expect alternate implementations to be provided by the 55 # don't expect alternate implementations to be provided by the
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "+jni", 117 "+jni",
117 ] 118 ]
118 119
119 # content -> content/shell dependency is not allowed, except for browser tests. 120 # content -> content/shell dependency is not allowed, except for browser tests.
120 specific_include_rules = { 121 specific_include_rules = {
121 ".*_browsertest[a-z_]*\.(cc|h)": [ 122 ".*_browsertest[a-z_]*\.(cc|h)": [
122 "+content/shell/browser", 123 "+content/shell/browser",
123 "+content/shell/common", 124 "+content/shell/common",
124 ], 125 ],
125 } 126 }
OLDNEW
« no previous file with comments | « build/sanitizers/lsan_suppressions.cc ('k') | content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698