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/version_info", |
5 "+components/crash_keys", | |
6 "-net", | |
7 ] | 5 ] |
OLD | NEW |