OLD | NEW |
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 Loading... |
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 ] |
OLD | NEW |