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