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/plugin", | 3 "+chrome/plugin", |
4 "+grit", # For generated headers | 4 "+grit", # For generated headers |
5 "+media/audio", | 5 "+media/audio", |
6 "+media/base", | 6 "+media/base", |
7 "+media/ffmpeg", | 7 "+media/ffmpeg", |
8 "+media/filters", | 8 "+media/filters", |
9 "+media/video", | 9 "+media/video", |
10 "+ppapi/c", | 10 "+ppapi/c", |
11 "+sandbox/src", | 11 "+sandbox/src", |
12 "+skia/include", | 12 "+skia", |
13 "+webkit/extensions", | 13 "+webkit/extensions", |
14 "+webkit/glue", | 14 "+webkit/glue", |
15 "+webkit/glue/plugins", | 15 "+webkit/glue/plugins", |
16 "+v8/include", | 16 "+v8/include", |
17 "+third_party/cld/encodings/compact_lang_det/win", | 17 "+third_party/cld/encodings/compact_lang_det/win", |
18 "+third_party/npapi/bindings", | 18 "+third_party/npapi/bindings", |
19 "+third_party/sqlite", | 19 "+third_party/sqlite", |
20 "+third_party/tcmalloc", | 20 "+third_party/tcmalloc", |
21 ] | 21 ] |
22 | 22 |
OLD | NEW |