Chromium Code Reviews| 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/metrics", | 5 "+components/metrics", |
| 6 "+components/variations", | 6 "+components/variations", |
| 7 "+crypto", | |
|
blundell
2015/08/05 12:33:57
Do you know if this dependency is problematic from
| |
| 7 "-net", | 8 "-net", |
| 8 "+third_party/zlib", | 9 "+third_party/zlib", |
| 9 ] | 10 ] |
| OLD | NEW |