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

Side by Side Diff: content/DEPS

Issue 11186039: Move CC switches to cc/switches.h. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update login_utils Created 8 years, 2 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
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 "+cc",
sky 2012/10/18 17:16:26 nit: keep sorted.
7
6 # The subdirectories in content/ will manually allow their own include 8 # The subdirectories in content/ will manually allow their own include
7 # directories in content/ so we disallow all of them. 9 # directories in content/ so we disallow all of them.
8 "-content", 10 "-content",
9 "+content/common", 11 "+content/common",
10 "+content/public/common", 12 "+content/public/common",
11 "+content/public/test", 13 "+content/public/test",
12 "+content/shell", # for content_browsertests 14 "+content/shell", # for content_browsertests
13 "+content/test", 15 "+content/test",
14 16
15 "+google_apis", 17 "+google_apis",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 # Content shouldn't depend on views. While we technically don't need this 66 # 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 67 # line, since the top level DEPS doesn't allow it, we add it to make this
66 # explicit. 68 # explicit.
67 "-ui/views", 69 "-ui/views",
68 70
69 "+webkit", 71 "+webkit",
70 72
71 # For generated JNI includes. 73 # For generated JNI includes.
72 "+jni", 74 "+jni",
73 ] 75 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698