# 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("client") {
  sources = [
    "variations_client_service.h",
    "variations_client_service.mm",
    "variations_client_service_factory.h",
    "variations_client_service_factory.mm",
  ]
  deps = [
    "//components/signin/public/identity_manager",
    "//components/variations",
    "//ios/chrome/browser/shared/model/profile",
    "//ios/chrome/browser/shared/model/profile:profile_keyed_service_factory",
    "//ios/chrome/browser/signin/model",
  ]
}
