# Copyright 2026 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("model") {
  sources = [
    "ios_account_setting_service_factory.h",
    "ios_account_setting_service_factory.mm",
  ]
  deps = [
    "//base",
    "//components/account_settings",
    "//components/autofill/core/browser",
    "//components/sync/base:features",
    "//components/sync/model",
    "//ios/chrome/browser/shared/model/profile:profile_keyed_service_factory",
    "//ios/chrome/browser/sync/model:data_type_store_service_factory",
  ]
}
