| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm
ap. | 2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm
ap. |
| 3 "+chrome/personalization", | 3 "+chrome/personalization", |
| 4 "+chrome/plugin", | 4 "+chrome/plugin", |
| 5 "+grit", # For generated headers | 5 "+grit", # For generated headers |
| 6 "+media/audio", | 6 "+media/audio", |
| 7 "+media/base", # For HTML5 media rendering. | 7 "+media/base", |
| 8 "+media/filters", |
| 8 "+sandbox/src", | 9 "+sandbox/src", |
| 9 "+skia/ext", | 10 "+skia/ext", |
| 10 "+skia/include", | 11 "+skia/include", |
| 11 "+webkit/default_plugin", | 12 "+webkit/default_plugin", |
| 12 "+webkit/glue", | 13 "+webkit/glue", |
| 13 "+webkit/glue/plugins", | 14 "+webkit/glue/plugins", |
| 14 | 15 |
| 15 # FIXME - refactor code and remove these dependencies | 16 # FIXME - refactor code and remove these dependencies |
| 16 "+chrome/browser/net", | 17 "+chrome/browser/net", |
| 17 "+chrome/views", | 18 "+chrome/views", |
| 18 ] | 19 ] |
| 19 | 20 |
| OLD | NEW |