| 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/nacl/common", | 4 "+components/nacl/common", |
| 5 "+components/pdf/common", |
| 5 "+components/tracing", | 6 "+components/tracing", |
| 6 "+components/translate", | 7 "+components/translate", |
| 7 "+components/visitedlink/common", | 8 "+components/visitedlink/common", |
| 8 "+content/child", | 9 "+content/child", |
| 9 "+content/common", | 10 "+content/common", |
| 10 "+extensions/common", | 11 "+extensions/common", |
| 11 "+remoting/host", | 12 "+remoting/host", |
| 12 ] | 13 ] |
| OLD | NEW |