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/variations", | 6 "+components/variations", |
| 7 "+crypto", |
6 "-net", | 8 "-net", |
7 "+third_party/mt19937ar", | 9 "+third_party/mt19937ar", |
| 10 "+third_party/protobuf", |
8 ] | 11 ] |
OLD | NEW |