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

Side by Side Diff: content/DEPS

Issue 10756018: Merge grd files in ui/resources and chrome/app/theme (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, *_standard.rc Created 8 years, 5 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_frame/chrome_frame.gyp ('k') | content/browser/web_contents/web_drag_source_mac.mm » ('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
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/ui_resources.h",
21 "+grit/webkit_chromium_resources.h", 21 "+grit/webkit_chromium_resources.h",
22 "+grit/webkit_resources.h", 22 "+grit/webkit_resources.h",
23 "+grit/webkit_strings.h", 23 "+grit/webkit_strings.h",
24 24
25 "+dbus", 25 "+dbus",
26 "+gpu", 26 "+gpu",
27 "+net", 27 "+net",
28 "+ppapi", 28 "+ppapi",
29 "+printing", 29 "+printing",
30 "+sandbox", 30 "+sandbox",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "-views", 68 "-views",
69 69
70 # Aura Shell consumes views, so it too is banned. 70 # Aura Shell consumes views, so it too is banned.
71 "-ui/aura_shell", 71 "-ui/aura_shell",
72 72
73 "+webkit", 73 "+webkit",
74 74
75 # For generated JNI includes 75 # For generated JNI includes
76 "+jni", 76 "+jni",
77 ] 77 ]
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('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