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

Side by Side Diff: content/DEPS

Issue 398543003: Initialise the OpenSSL RNG in the Zygote. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/zygote/zygote_main_linux.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 or components to the list below. We shouldn't be 1 # Do NOT add chrome or components to the list below. We shouldn't be
2 # including files from src/chrome or src/components in src/content. 2 # including files from src/chrome or src/components 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/common", 7 "+content/common",
8 "+content/public/common", 8 "+content/public/common",
9 "+content/public/test", 9 "+content/public/test",
10 "+content/shell", # for content_browsertests 10 "+content/shell", # for content_browsertests
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "+third_party/npapi/bindings", 68 "+third_party/npapi/bindings",
69 "+third_party/re2", 69 "+third_party/re2",
70 "+third_party/skia", 70 "+third_party/skia",
71 "+third_party/sqlite", 71 "+third_party/sqlite",
72 "+third_party/tcmalloc", 72 "+third_party/tcmalloc",
73 "+third_party/khronos", 73 "+third_party/khronos",
74 "+third_party/webrtc", 74 "+third_party/webrtc",
75 "+third_party/zlib/google", 75 "+third_party/zlib/google",
76 "+third_party/WebKit/public/platform", 76 "+third_party/WebKit/public/platform",
77 "+third_party/WebKit/public/web", 77 "+third_party/WebKit/public/web",
78 "+openssl",
78 79
79 "+ui/accessibility", 80 "+ui/accessibility",
80 "+ui/android", 81 "+ui/android",
81 # Aura is analogous to Win32 or a Gtk, so it is allowed. 82 # Aura is analogous to Win32 or a Gtk, so it is allowed.
82 "+ui/aura", 83 "+ui/aura",
83 "+ui/base", 84 "+ui/base",
84 "+ui/compositor", 85 "+ui/compositor",
85 "+ui/events", 86 "+ui/events",
86 "+ui/gfx", 87 "+ui/gfx",
87 "+ui/gl", 88 "+ui/gl",
(...skipping 13 matching lines...) Expand all
101 # Content shouldn't depend on views. While we technically don't need this 102 # Content shouldn't depend on views. While we technically don't need this
102 # line, since the top level DEPS doesn't allow it, we add it to make this 103 # line, since the top level DEPS doesn't allow it, we add it to make this
103 # explicit. 104 # explicit.
104 "-ui/views", 105 "-ui/views",
105 106
106 "+webkit", 107 "+webkit",
107 108
108 # For generated JNI includes. 109 # For generated JNI includes.
109 "+jni", 110 "+jni",
110 ] 111 ]
OLDNEW
« no previous file with comments | « no previous file | content/zygote/zygote_main_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698