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

Side by Side Diff: content/DEPS

Issue 7736005: Ensure none of content brings in views. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 "-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
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 "+ui/base", 44 "+ui/base",
45 "+ui/gfx", 45 "+ui/gfx",
46 # Content knows about grd files, but the specifics of how to get a resource 46 # Content knows about grd files, but the specifics of how to get a resource
47 # given its id is left to the embedder. 47 # given its id is left to the embedder.
48 "-ui/base/l10n", 48 "-ui/base/l10n",
49 "-ui/base/resource", 49 "-ui/base/resource",
50 # This file isn't related to grd, so it's fine. 50 # This file isn't related to grd, so it's fine.
51 "+ui/base/l10n/l10n_util_win.h", 51 "+ui/base/l10n/l10n_util_win.h",
52 52
53 "+views", 53 # Content shouldn't depend on views. While we technically don't need this
54 # line, since the top level DEPS doesn't allow it, we add it to make this
55 # explicit.
56 "-views",
57
54 "+webkit", 58 "+webkit",
55 ] 59 ]
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