* 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.
20 lines
838 B
Plaintext
20 lines
838 B
Plaintext
# Copyright (c) 2022 The Brave Authors. All rights reserved.
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
# You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
brave_components_update_client_sources = [
|
|
"//brave/components/update_client/privacy_preserving_protocol_handler.cc",
|
|
"//brave/components/update_client/privacy_preserving_protocol_handler.h",
|
|
"//brave/components/update_client/privacy_preserving_protocol_serializer.cc",
|
|
"//brave/components/update_client/privacy_preserving_protocol_serializer.h",
|
|
]
|
|
|
|
brave_components_update_client_deps = [
|
|
"//brave/components/constants",
|
|
"//brave/components/widevine:constants",
|
|
]
|
|
|
|
brave_components_update_client_public_deps =
|
|
[ "//brave/components/update_client:buildflags" ]
|