* Don't send any contents of the hw object * Never send app/lang * Don't send download_time_ms The motivation is that these could otherwise potentially be used to fingerprint users.
11 lines
216 B
Python
11 lines
216 B
Python
include_rules = [
|
|
"+components/update_client",
|
|
]
|
|
specific_include_rules = {
|
|
"test_util.cc": [
|
|
"+components/prefs/pref_service.h",
|
|
"+components/prefs/testing_pref_service.h",
|
|
"+third_party/re2",
|
|
]
|
|
}
|