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 "+content/public/renderer", |
4 "+grit", # For generated headers | 5 "+grit", # For generated headers |
5 "+media/base", # For initializing media library and media switches. | 6 "+media/base", # For initializing media library and media switches. |
6 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg
istration. | 7 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg
istration. |
7 "+ppapi/c", | 8 "+ppapi/c", |
8 "+ppapi/proxy", | 9 "+ppapi/proxy", |
9 "+ppapi/shared_impl", | 10 "+ppapi/shared_impl", |
10 "+sandbox/src", | 11 "+sandbox/src", |
11 "+skia", | 12 "+skia", |
12 "+webkit/extensions", | 13 "+webkit/extensions", |
13 "+webkit/glue", | 14 "+webkit/glue", |
14 "+webkit/glue/plugins", | 15 "+webkit/glue/plugins", |
15 "+webkit/gpu", | 16 "+webkit/gpu", |
16 "+webkit/plugins", | 17 "+webkit/plugins", |
17 "+v8/include", | 18 "+v8/include", |
18 "+third_party/cld/encodings/compact_lang_det/win", | 19 "+third_party/cld/encodings/compact_lang_det/win", |
19 "+third_party/npapi/bindings", | 20 "+third_party/npapi/bindings", |
20 "+third_party/sqlite", | 21 "+third_party/sqlite", |
21 ] | 22 ] |
22 | 23 |
OLD | NEW |