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