blob: 27704f18b50a5a6f365244ef5a81e6afe2f4d5aa [file] [log] [blame]
# Copyright 2025 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("migration") {
sources = [
"migratable_sync_service_coordinator_factory.h",
"migratable_sync_service_coordinator_factory.mm",
]
deps = [
"//components/data_sharing/migration/public",
"//ios/chrome/browser/shared/model/profile",
"//ios/chrome/browser/shared/model/profile:profile_keyed_service_factory",
]
}