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", | |
tony
2009/06/05 20:49:14
Might still be needed.
| |
4 "+chrome/plugin", | 3 "+chrome/plugin", |
5 "+grit", # For generated headers | 4 "+grit", # For generated headers |
6 "+media/audio", | 5 "+media/audio", |
7 "+media/base", | 6 "+media/base", |
8 "+media/filters", | 7 "+media/filters", |
9 "+sandbox/src", | 8 "+sandbox/src", |
10 "+skia/ext", | 9 "+skia/ext", |
11 "+skia/include", | 10 "+skia/include", |
12 "+webkit/default_plugin", | 11 "+webkit/default_plugin", |
13 "+webkit/extensions", | 12 "+webkit/extensions", |
14 "+webkit/glue", | 13 "+webkit/glue", |
15 "+webkit/glue/plugins", | 14 "+webkit/glue/plugins", |
16 "+v8/include", | 15 "+v8/include", |
17 | 16 |
18 # FIXME - refactor code and remove these dependencies | 17 # FIXME - refactor code and remove these dependencies |
19 "+chrome/browser/net", | 18 "+chrome/browser/net", |
20 "+chrome/views", | |
21 ] | 19 ] |
22 | 20 |
OLD | NEW |