| OLD | NEW |
| 1 # This component is shared with the Chrome OS build, so it's important to limit | 1 # This component is shared with the Chrome OS build, so it's important to limit |
| 2 # dependencies to a minimal set. | 2 # dependencies to a minimal set. |
| 3 include_rules = [ | 3 include_rules = [ |
| 4 "-components", | 4 "-components", |
| 5 "+components/compression", | 5 "+components/compression", |
| 6 "+components/metrics", | 6 "+components/metrics", |
| 7 "+components/prefs", | 7 "+components/prefs", |
| 8 "+components/variations", | 8 "+components/variations", |
| 9 "+components/version_info", | 9 "+components/version_info", |
| 10 "+content/public/test", | 10 "+content/public/test", |
| 11 "+mojo/public/cpp", |
| 11 "+third_party/zlib/google", | 12 "+third_party/zlib/google", |
| 12 "-net", | 13 "-net", |
| 13 ] | 14 ] |
| OLD | NEW |