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