OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/plugin", # For checking whether we're a plugin process. | 2 "+chrome/plugin", # For checking whether we're a plugin process. |
| 3 "+grit", # For generated headers |
3 "+libxml", | 4 "+libxml", |
4 "+sandbox/src", | 5 "+sandbox/src", |
5 "+skia/include", | 6 "+skia/include", |
6 "+webkit/glue", | 7 "+webkit/glue", |
7 | 8 |
8 # Other libraries. | 9 # Other libraries. |
9 "+third_party/bzip2", | 10 "+third_party/bzip2", |
10 "+third_party/npapi", | 11 "+third_party/npapi", |
11 "+third_party/sqlite", | 12 "+third_party/sqlite", |
12 "+third_party/zlib", | 13 "+third_party/zlib", |
13 | 14 |
14 # FIXME - refactor code and remove these dependencies | 15 # FIXME - refactor code and remove these dependencies |
15 "+chrome/app", | 16 "+chrome/app", |
16 "+chrome/browser", | 17 "+chrome/browser", |
17 "+chrome/browser/net", | 18 "+chrome/browser/net", |
18 "+chrome/renderer", | 19 "+chrome/renderer", |
19 "+chrome/views", | 20 "+chrome/views", |
20 ] | 21 ] |
OLD | NEW |