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

Side by Side Diff: content/DEPS

Issue 8589001: Load mac sandbox definitions from resources instead of the bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/nacl/nacl_main_platform_delegate_mac.mm ('k') | content/app/content_main.cc » ('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 from 1 # Do NOT add chrome to the list below. We shouldn't be including files from
2 # src/chrome in src/content. 2 # src/chrome in src/content.
3 include_rules = [ 3 include_rules = [
4 "+crypto", 4 "+crypto",
5 5
6 "-chrome", 6 "-chrome",
7 # Until we move most of our testing infrastructure in a way that content can 7 # Until we move most of our testing infrastructure in a way that content can
8 # make use of it. 8 # make use of it.
9 "+chrome/test", 9 "+chrome/test",
10 10
11 # The subdirectories in content/ will manually allow their own include 11 # The subdirectories in content/ will manually allow their own include
12 # directories in content/ so we disallow all of them. 12 # directories in content/ so we disallow all of them.
13 "-content", 13 "-content",
14 "+content/common", 14 "+content/common",
15 "+content/public/common", 15 "+content/public/common",
16 "+content/test", 16 "+content/test",
17 17
18 # TODO(ben): remove this 18 # TODO(ben): remove this
19 "+content/public/browser/native_web_keyboard_event.h", 19 "+content/public/browser/native_web_keyboard_event.h",
20 20
21 "+grit/content_resources.h",
22 "+grit/webkit_chromium_resources.h",
23 "+grit/webkit_resources.h",
24 "+grit/webkit_strings.h",
25
21 "+dbus", 26 "+dbus",
22 "+grit",
23 "+gpu", 27 "+gpu",
24 "+net", 28 "+net",
25 "+ppapi", 29 "+ppapi",
26 "+printing", 30 "+printing",
27 "+sandbox", 31 "+sandbox",
28 "+skia", 32 "+skia",
29 33
30 # Don't allow inclusion of these other libs we shouldn't be calling directly. 34 # Don't allow inclusion of these other libs we shouldn't be calling directly.
31 "-v8", 35 "-v8",
32 "-tools", 36 "-tools",
(...skipping 22 matching lines...) Expand all
55 # Content shouldn't depend on views. While we technically don't need this 59 # Content shouldn't depend on views. While we technically don't need this
56 # line, since the top level DEPS doesn't allow it, we add it to make this 60 # line, since the top level DEPS doesn't allow it, we add it to make this
57 # explicit. 61 # explicit.
58 "-views", 62 "-views",
59 63
60 # Aura Shell consumes views, so it too is banned. 64 # Aura Shell consumes views, so it too is banned.
61 "-ui/aura_shell", 65 "-ui/aura_shell",
62 66
63 "+webkit", 67 "+webkit",
64 ] 68 ]
OLDNEW
« no previous file with comments | « chrome/nacl/nacl_main_platform_delegate_mac.mm ('k') | content/app/content_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698