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