OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/common", | 2 "+chrome/common", |
3 "+components/autofill/content/common", | 3 "+components/autofill/content/common", |
| 4 "+components/dns_prefetch/common", |
4 "+components/nacl/common", | 5 "+components/nacl/common", |
5 "+components/password_manager/content/common", | 6 "+components/password_manager/content/common", |
6 "+components/pdf/common", | 7 "+components/pdf/common", |
7 "+components/tracing", | 8 "+components/tracing", |
8 "+components/translate", | 9 "+components/translate", |
9 "+components/visitedlink/common", | 10 "+components/visitedlink/common", |
10 "+content/child", | 11 "+content/child", |
11 "+content/common", | 12 "+content/common", |
12 "+extensions/common", | 13 "+extensions/common", |
13 "+remoting/host", | 14 "+remoting/host", |
14 ] | 15 ] |
OLD | NEW |