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

Side by Side Diff: content/DEPS

Issue 7218065: Remove app from a bunch of DEPS files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ami review Created 9 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/nacl/DEPS ('k') | gpu/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 "+app",
5 "+crypto", 4 "+crypto",
6 5
7 # Until we move most of our testing infrastructure in a way that content can 6 # Until we move most of our testing infrastructure in a way that content can
8 # make use of it. 7 # make use of it.
9 "+chrome/test", 8 "+chrome/test",
10 9
11 # The following directories have been refactored, so no new dependencies 10 # The following directories have been refactored, so no new dependencies
12 # should be added from these directories. 11 # should be added from these directories.
13 "-chrome/browser/printing", 12 "-chrome/browser/printing",
14 "-chrome/browser/extensions", 13 "-chrome/browser/extensions",
(...skipping 26 matching lines...) Expand all
41 "+ui/base", 40 "+ui/base",
42 "+ui/gfx", 41 "+ui/gfx",
43 # Content knows about grd files, but the specifics of how to get a resource 42 # Content knows about grd files, but the specifics of how to get a resource
44 # given its id is left to the embedder. 43 # given its id is left to the embedder.
45 "-ui/base/l10n", 44 "-ui/base/l10n",
46 "-ui/base/resource", 45 "-ui/base/resource",
47 46
48 "+views", 47 "+views",
49 "+webkit", 48 "+webkit",
50 ] 49 ]
OLDNEW
« no previous file with comments | « chrome/nacl/DEPS ('k') | gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698