OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/autofill/content/renderer", | 2 "+components/autofill/content/renderer", |
3 "+components/autofill/core/common", | 3 "+components/autofill/core/common", |
| 4 "+components/translate/common", |
| 5 "+components/translate/language_detection", |
4 "+components/visitedlink/renderer", | 6 "+components/visitedlink/renderer", |
5 "+content/public/child", | 7 "+content/public/child", |
6 "+content/public/renderer", | 8 "+content/public/renderer", |
7 "+extensions/common", | 9 "+extensions/common", |
8 "+grit", # For generated headers | 10 "+grit", # For generated headers |
9 "+media/base", # For initializing media library and media switches. | 11 "+media/base", # For initializing media library and media switches. |
10 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg
istration. | 12 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg
istration. |
11 "+ppapi/c", | 13 "+ppapi/c", |
12 "+ppapi/proxy", | 14 "+ppapi/proxy", |
13 "+ppapi/shared_impl", | 15 "+ppapi/shared_impl", |
14 "+sandbox/win/src", | 16 "+sandbox/win/src", |
15 "+skia", | 17 "+skia", |
16 | 18 |
17 "+webkit/child", | 19 "+webkit/child", |
18 "+webkit/common", | 20 "+webkit/common", |
19 "+webkit/glue", | 21 "+webkit/glue", |
20 "+webkit/renderer", | 22 "+webkit/renderer", |
21 | 23 |
22 "+third_party/npapi/bindings", | 24 "+third_party/npapi/bindings", |
23 "+third_party/re2", | 25 "+third_party/re2", |
24 "+third_party/smhasher", | 26 "+third_party/smhasher", |
25 "+third_party/sqlite", | 27 "+third_party/sqlite", |
26 "+third_party/widevine", | 28 "+third_party/widevine", |
27 ] | 29 ] |
OLD | NEW |