blob: 11d70379d46be54e77b21e293600974e8c89ad5b [file] [log] [blame]
# 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",
]
}