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 "+components/visitedlink/renderer", |
3 # TODO(jam): remove this once all of chrome doesn't depend on content/common. | 4 # TODO(jam): remove this once all of chrome doesn't depend on content/common. |
4 "-content/common", | 5 "-content/common", |
5 "+content/public/renderer", | 6 "+content/public/renderer", |
6 "+extensions/common", | 7 "+extensions/common", |
7 "+grit", # For generated headers | 8 "+grit", # For generated headers |
8 "+media/base", # For initializing media library and media switches. | 9 "+media/base", # For initializing media library and media switches. |
9 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg
istration. | 10 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg
istration. |
10 "+ppapi/c", | 11 "+ppapi/c", |
11 "+ppapi/proxy", | 12 "+ppapi/proxy", |
12 "+ppapi/shared_impl", | 13 "+ppapi/shared_impl", |
13 "+sandbox/win/src", | 14 "+sandbox/win/src", |
14 "+skia", | 15 "+skia", |
15 | 16 |
16 "+webkit/extensions", | 17 "+webkit/extensions", |
17 "+webkit/fileapi", | 18 "+webkit/fileapi", |
18 "+webkit/glue", | 19 "+webkit/glue", |
19 "+webkit/glue/plugins", | 20 "+webkit/glue/plugins", |
20 "+webkit/gpu", | 21 "+webkit/gpu", |
21 "+webkit/media", | 22 "+webkit/media", |
22 "+webkit/plugins", | 23 "+webkit/plugins", |
23 | 24 |
24 "+third_party/cld/encodings/compact_lang_det/win", | 25 "+third_party/cld/encodings/compact_lang_det/win", |
25 "+third_party/npapi/bindings", | 26 "+third_party/npapi/bindings", |
26 "+third_party/smhasher", | 27 "+third_party/smhasher", |
27 "+third_party/sqlite", | 28 "+third_party/sqlite", |
28 ] | 29 ] |
OLD | NEW |