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/crash/core/common", | 6 "+components/crash/core/common", |
7 "+components/variations", | 7 "+components/variations", |
8 "+crypto", | 8 "+crypto", |
9 "-net", | 9 "-net", |
10 "+third_party/mt19937ar", | 10 "+third_party/mt19937ar", |
11 "+third_party/protobuf", | 11 "+third_party/protobuf", |
| 12 "+third_party/zlib/google", |
12 ] | 13 ] |
OLD | NEW |