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

Side by Side Diff: content/DEPS

Issue 10546079: Added sandboxed process service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 8 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 | Annotate | Revision Log
« no previous file with comments | « build/java_aidl.gypi ('k') | content/app/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 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
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 63
64 # Content shouldn't depend on views. While we technically don't need this 64 # Content shouldn't depend on views. While we technically don't need this
65 # line, since the top level DEPS doesn't allow it, we add it to make this 65 # line, since the top level DEPS doesn't allow it, we add it to make this
66 # explicit. 66 # explicit.
67 "-views", 67 "-views",
68 68
69 # Aura Shell consumes views, so it too is banned. 69 # Aura Shell consumes views, so it too is banned.
70 "-ui/aura_shell", 70 "-ui/aura_shell",
71 71
72 "+webkit", 72 "+webkit",
73
74 # For generated JNI includes
75 "+jni",
73 ] 76 ]
OLDNEW
« no previous file with comments | « build/java_aidl.gypi ('k') | content/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698