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

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: rebase Created 4 years, 4 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/loader/DEPS » ('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 23 matching lines...) Expand all
34 "+grit/blink_resources.h", 34 "+grit/blink_resources.h",
35 "+grit/content_strings.h", 35 "+grit/content_strings.h",
36 36
37 "+dbus", 37 "+dbus",
38 "+gpu", 38 "+gpu",
39 "+media", 39 "+media",
40 "+mojo/common", 40 "+mojo/common",
41 "+mojo/edk/embedder", 41 "+mojo/edk/embedder",
42 "+mojo/edk/js", 42 "+mojo/edk/js",
43 "+mojo/edk/test", 43 "+mojo/edk/test",
44 "+mojo/message_pump",
44 "+mojo/public", 45 "+mojo/public",
45 "+net", 46 "+net",
46 "+ppapi", 47 "+ppapi",
47 "+printing", 48 "+printing",
48 "+sandbox", 49 "+sandbox",
49 "+skia", 50 "+skia",
50 51
51 # In general, content/ should not rely on google_apis, since URLs 52 # In general, content/ should not rely on google_apis, since URLs
52 # and access tokens should usually be provided by the 53 # and access tokens should usually be provided by the
53 # embedder. 54 # embedder.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "+jni", 122 "+jni",
122 ] 123 ]
123 124
124 # content -> content/shell dependency is not allowed, except for browser tests. 125 # content -> content/shell dependency is not allowed, except for browser tests.
125 specific_include_rules = { 126 specific_include_rules = {
126 ".*_browsertest[a-z_]*\.(cc|h)": [ 127 ".*_browsertest[a-z_]*\.(cc|h)": [
127 "+content/shell/browser", 128 "+content/shell/browser",
128 "+content/shell/common", 129 "+content/shell/common",
129 ], 130 ],
130 } 131 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/loader/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698