# Copyright 2024 The Chromium Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
source_set("sync_utils") { | |
sources = [ | |
"plus_address_data_type_controller.cc", | |
"plus_address_data_type_controller.h", | |
] | |
deps = [ | |
"//components/plus_addresses:features", | |
"//components/signin/public/identity_manager", | |
"//components/variations/service", | |
] | |
public_deps = [ | |
"//base", | |
"//components/sync", | |
] | |
} |