# 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" ]