Chromium Code Reviews| 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 | 3 "+libxml", |
| 4 "+sandbox/src", | |
| 5 "+skia/include", | |
| 6 "+webkit/glue", | |
| 7 | |
| 4 # Other libraries. | 8 # Other libraries. |
| 5 "+third_party/bzip2", | 9 "+third_party/bzip2", |
| 6 "+third_party/npapi", | 10 "+third_party/npapi", |
| 7 ] | 11 "+third_party/sqlite", |
| 8 | 12 "+third_party/zlib", |
| 13 | |
| 14 # FIXME - refactor code and remove these dependencies | |
| 15 "+chrome/app", | |
| 16 "+chrome/browser", | |
| 17 "+chrome/browser/net", | |
| 18 "+chrome/renderer", | |
| 19 "+chrome/views", | |
| 20 ] | |
| OLD | NEW |