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 | 5 |
6 # TEMPORARY ONLY WHILE WE REDUCE THE DEPENDENCIES. | 6 # TEMPORARY ONLY WHILE WE REDUCE THE DEPENDENCIES. |
7 # When the src\content refactoring is complete, this will be unnecessary (and | 7 # When the src\content refactoring is complete, this will be unnecessary (and |
8 # in fact, a layering violation). | 8 # in fact, a layering violation). |
9 "+chrome", | 9 "+chrome", |
10 | 10 |
11 "+grit", | 11 "+grit", |
12 "+media", | 12 "+media", |
13 "+net", | 13 "+net", |
14 "+ppapi", | 14 "+ppapi", |
15 "+printing", | 15 "+printing", |
| 16 "+sandbox", |
16 "+skia", | 17 "+skia", |
17 | 18 |
18 # Don't allow inclusion of these other libs we shouldn't be calling directly. | 19 # Don't allow inclusion of these other libs we shouldn't be calling directly. |
19 "-v8", | 20 "-v8", |
20 "-tools", | 21 "-tools", |
21 | 22 |
22 "+third_party/npapi/bindings", | 23 "+third_party/npapi/bindings", |
23 "+third_party/sqlite", | 24 "+third_party/sqlite", |
24 # Allow inclusion of WebKit API files. | 25 # Allow inclusion of WebKit API files. |
25 "+third_party/WebKit/Source/WebKit/chromium", | 26 "+third_party/WebKit/Source/WebKit/chromium", |
26 | 27 |
27 "+ui", | 28 "+ui", |
28 "+views", | 29 "+views", |
29 "+webkit", | 30 "+webkit", |
30 ] | 31 ] |
OLD | NEW |