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/prefs", | 7 "+components/prefs", |
8 "+components/variations", | 8 "+components/variations", |
9 "+crypto", | 9 "+crypto", |
10 "-net", | 10 "-net", |
11 "+net/base", | |
Alexei Svitkine (slow)
2016/10/31 17:22:38
Why do we need this? I guess for the URL escaping?
robliao
2016/10/31 17:26:25
Yes, this is specifically for URL escaping. We cou
Alexei Svitkine (slow)
2016/10/31 17:29:18
I was actually thinking the escaping from net/ cou
robliao
2016/10/31 17:35:12
components/metrics/field_trial_configs sgtm.
Re:
robliao
2016/11/02 00:00:28
Done.
| |
11 "+third_party/mt19937ar", | 12 "+third_party/mt19937ar", |
12 "+third_party/protobuf", | 13 "+third_party/protobuf", |
13 "+third_party/zlib/google", | 14 "+third_party/zlib/google", |
14 ] | 15 ] |
OLD | NEW |