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", | 4 "+app", |
| 5 "+crypto", |
5 | 6 |
6 # TEMPORARY ONLY WHILE WE REDUCE THE DEPENDENCIES. | 7 # TEMPORARY ONLY WHILE WE REDUCE THE DEPENDENCIES. |
7 # When the src\content refactoring is complete, this will be unnecessary (and | 8 # When the src\content refactoring is complete, this will be unnecessary (and |
8 # in fact, a layering violation). | 9 # in fact, a layering violation). |
9 "+chrome", | 10 "+chrome", |
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 | 14 |
14 # The subdirectories in content/ will manually allow their own include | 15 # The subdirectories in content/ will manually allow their own include |
(...skipping 17 matching lines...) Expand all Loading... |
32 "+third_party/gpsd", | 33 "+third_party/gpsd", |
33 "+third_party/npapi/bindings", | 34 "+third_party/npapi/bindings", |
34 "+third_party/sqlite", | 35 "+third_party/sqlite", |
35 # Allow inclusion of WebKit API files. | 36 # Allow inclusion of WebKit API files. |
36 "+third_party/WebKit/Source/WebKit/chromium", | 37 "+third_party/WebKit/Source/WebKit/chromium", |
37 | 38 |
38 "+ui", | 39 "+ui", |
39 "+views", | 40 "+views", |
40 "+webkit", | 41 "+webkit", |
41 ] | 42 ] |
OLD | NEW |