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

Side by Side Diff: content/DEPS

Issue 12049052: Move core url data manager classes to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 7 years, 11 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 | « chrome/test/base/testing_profile.cc ('k') | 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 "+cc", 4 "+cc",
5 5
6 "+crypto", 6 "+crypto",
7 7
8 # The subdirectories in content/ will manually allow their own include 8 # The subdirectories in content/ will manually allow their own include
9 # directories in content/ so we disallow all of them. 9 # directories in content/ so we disallow all of them.
10 "-content", 10 "-content",
11 "+content/common", 11 "+content/common",
12 "+content/port/common", 12 "+content/port/common",
13 "+content/public/common", 13 "+content/public/common",
14 "+content/public/test", 14 "+content/public/test",
15 "+content/shell", # for content_browsertests 15 "+content/shell", # for content_browsertests
16 "+content/test", 16 "+content/test",
17 17
18 "+grit/content_resources.h", 18 "+grit/content_resources.h",
19 "+grit/ui_resources.h", 19 "+grit/ui_resources.h",
20 "+grit/webkit_chromium_resources.h", 20 "+grit/webkit_chromium_resources.h",
21 "+grit/webkit_resources.h", 21 "+grit/webkit_resources.h",
22 "+grit/webkit_strings.h", 22 "+grit/webkit_strings.h",
23 "+grit/webui_resources_map.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",
30 "+skia", 31 "+skia",
31 32
32 # In general, content/ should not rely on google_apis, since URLs 33 # In general, content/ should not rely on google_apis, since URLs
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 # explicit. 83 # explicit.
83 "-ui/views", 84 "-ui/views",
84 85
85 "+webkit", 86 "+webkit",
86 "-webkit/dom_storage", 87 "-webkit/dom_storage",
87 "+webkit/dom_storage/dom_storage_types.h", 88 "+webkit/dom_storage/dom_storage_types.h",
88 89
89 # For generated JNI includes. 90 # For generated JNI includes.
90 "+jni", 91 "+jni",
91 ] 92 ]
OLDNEW
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698