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

Side by Side Diff: content/DEPS

Issue 10831073: Remove all the chrome exceptions in content's DEPS that were there for browser_tests, now that cont… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/browser/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 # Until we move most of our testing infrastructure in a way that content can
7 # make use of it.
8 "+chrome/test",
9
10 # The subdirectories in content/ will manually allow their own include 6 # The subdirectories in content/ will manually allow their own include
11 # directories in content/ so we disallow all of them. 7 # directories in content/ so we disallow all of them.
12 "-content", 8 "-content",
13 "+content/common", 9 "+content/common",
14 "+content/public/common", 10 "+content/public/common",
15 "+content/public/test", 11 "+content/public/test",
16 "+content/shell", # for content_browsertests 12 "+content/shell", # for content_browsertests
17 "+content/test", 13 "+content/test",
18 14
19 "+grit/content_resources.h", 15 "+grit/content_resources.h",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "-views", 64 "-views",
69 65
70 # Aura Shell consumes views, so it too is banned. 66 # Aura Shell consumes views, so it too is banned.
71 "-ui/aura_shell", 67 "-ui/aura_shell",
72 68
73 "+webkit", 69 "+webkit",
74 70
75 # For generated JNI includes 71 # For generated JNI includes
76 "+jni", 72 "+jni",
77 ] 73 ]
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698