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

Side by Side Diff: content/DEPS

Issue 10662041: mac: Remove nav.pdf in favor of IDR_DEFAULT_FAVICON. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deps 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
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/public/test", 16 "+content/public/test",
17 "+content/test", 17 "+content/test",
18 18
19 "+grit/content_resources.h", 19 "+grit/content_resources.h",
20 "+grit/ui_resources_standard.h",
20 "+grit/webkit_chromium_resources.h", 21 "+grit/webkit_chromium_resources.h",
21 "+grit/webkit_resources.h", 22 "+grit/webkit_resources.h",
22 "+grit/webkit_strings.h", 23 "+grit/webkit_strings.h",
23 24
24 "+dbus", 25 "+dbus",
25 "+gpu", 26 "+gpu",
26 "+net", 27 "+net",
27 "+ppapi", 28 "+ppapi",
28 "+printing", 29 "+printing",
29 "+sandbox", 30 "+sandbox",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "-views", 68 "-views",
68 69
69 # Aura Shell consumes views, so it too is banned. 70 # Aura Shell consumes views, so it too is banned.
70 "-ui/aura_shell", 71 "-ui/aura_shell",
71 72
72 "+webkit", 73 "+webkit",
73 74
74 # For generated JNI includes 75 # For generated JNI includes
75 "+jni", 76 "+jni",
76 ] 77 ]
OLDNEW
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | content/browser/web_contents/web_drag_source_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698