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/src", | 12 "+sandbox/src", |
13 "+skia", | 13 "+skia", |
14 "+webkit/extensions", | 14 "+webkit/extensions", |
15 "+webkit/forms", # Defines some types that are marshalled over IPC. | 15 "+webkit/forms", # Defines some types that are marshalled over IPC. |
16 "+webkit/glue", | 16 "+webkit/glue", |
17 "+webkit/glue/plugins", | 17 "+webkit/glue/plugins", |
18 "+webkit/gpu", | 18 "+webkit/gpu", |
19 "+webkit/media", | 19 "+webkit/media", |
20 "+webkit/plugins", | 20 "+webkit/plugins", |
21 "+v8/include", | |
22 "+third_party/cld/encodings/compact_lang_det/win", | 21 "+third_party/cld/encodings/compact_lang_det/win", |
23 "+third_party/npapi/bindings", | 22 "+third_party/npapi/bindings", |
24 "+third_party/sqlite", | 23 "+third_party/sqlite", |
25 ] | 24 ] |
OLD | NEW |