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