| 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 "+chrome/default_plugin", |
| 3 "+grit", # For generated headers | 4 "+grit", # For generated headers |
| 4 "+libxml", | 5 "+libxml", |
| 5 "+media/audio", | 6 "+media/audio", |
| 6 "+remoting/client/plugin", | 7 "+remoting/client/plugin", |
| 7 "+sandbox/src", | 8 "+sandbox/src", |
| 8 "+skia/include", | 9 "+skia/include", |
| 9 "+webkit/default_plugin", | |
| 10 "+webkit/glue", | 10 "+webkit/glue", |
| 11 | 11 |
| 12 # Other libraries. | 12 # Other libraries. |
| 13 "+chrome/third_party/xdg_user_dirs", | 13 "+chrome/third_party/xdg_user_dirs", |
| 14 "+third_party/bzip2", | 14 "+third_party/bzip2", |
| 15 "+third_party/npapi", | 15 "+third_party/npapi", |
| 16 "+third_party/sqlite", | 16 "+third_party/sqlite", |
| 17 "+third_party/zlib", | 17 "+third_party/zlib", |
| 18 | 18 |
| 19 # FIXME - refactor code and remove these dependencies | 19 # FIXME - refactor code and remove these dependencies |
| 20 "+chrome/app", | 20 "+chrome/app", |
| 21 "+chrome/installer", | 21 "+chrome/installer", |
| 22 ] | 22 ] |
| OLD | NEW |