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 "+net", | 13 "+net", |
| 14 "+ppapi", |
| 15 "+printing", |
| 16 "+skia", |
13 | 17 |
14 # Don't allow inclusion of these other libs we shouldn't be calling directly. | 18 # Don't allow inclusion of these other libs we shouldn't be calling directly. |
15 "-v8", | 19 "-v8", |
16 "-tools", | 20 "-tools", |
17 | 21 |
| 22 "+third_party/npapi/bindings", |
| 23 "+third_party/sqlite", |
18 # Allow inclusion of WebKit API files. | 24 # Allow inclusion of WebKit API files. |
19 "+third_party/WebKit/Source/WebKit/chromium", | 25 "+third_party/WebKit/Source/WebKit/chromium", |
20 | 26 |
21 "+ui", | 27 "+ui", |
| 28 "+views", |
22 "+webkit", | 29 "+webkit", |
23 ] | 30 ] |
OLD | NEW |