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

Side by Side Diff: content/DEPS

Issue 7465041: GTTF: Use a fresh TestingBrowserProcess for each test, part #4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update Created 9 years, 4 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 # 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
7 # make use of it. 8 # make use of it.
8 "+chrome/test", 9 "+chrome/test",
9 10
10 # The following directories have been refactored, so no new dependencies 11 # The following directories have been refactored, so no new dependencies
11 # should be added from these directories. 12 # should be added from these directories.
12 "-chrome/browser/printing", 13 "-chrome/browser/printing",
13 "-chrome/browser/extensions", 14 "-chrome/browser/extensions",
14 "-chrome/common/extensions", 15 "-chrome/common/extensions",
15 "-chrome/renderer/extensions", 16 "-chrome/renderer/extensions",
(...skipping 25 matching lines...) Expand all
41 "+ui/base", 42 "+ui/base",
42 "+ui/gfx", 43 "+ui/gfx",
43 # Content knows about grd files, but the specifics of how to get a resource 44 # Content knows about grd files, but the specifics of how to get a resource
44 # given its id is left to the embedder. 45 # given its id is left to the embedder.
45 "-ui/base/l10n", 46 "-ui/base/l10n",
46 "-ui/base/resource", 47 "-ui/base/resource",
47 48
48 "+views", 49 "+views",
49 "+webkit", 50 "+webkit",
50 ] 51 ]
OLDNEW
« no previous file with comments | « chrome/common/net/gaia/gaia_oauth_client_unittest.cc ('k') | content/browser/browser_url_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698