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 "+media/base", # For HTML5 media rendering. | 6 "+media/base", # For HTML5 media rendering. |
6 "+sandbox/src", | 7 "+sandbox/src", |
7 "+skia/ext", | 8 "+skia/ext", |
8 "+skia/include", | 9 "+skia/include", |
9 "+webkit/default_plugin", | 10 "+webkit/default_plugin", |
10 "+webkit/glue", | 11 "+webkit/glue", |
11 "+webkit/glue/plugins", | 12 "+webkit/glue/plugins", |
12 | 13 |
13 # FIXME - refactor code and remove these dependencies | 14 # FIXME - refactor code and remove these dependencies |
14 "+chrome/browser/net", | 15 "+chrome/browser/net", |
15 "+chrome/views", | 16 "+chrome/views", |
16 ] | 17 ] |
17 | 18 |
OLD | NEW |