# Copyright 2018 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 = [
"unified_consent_service_factory.h",
"unified_consent_service_factory.mm",
]
deps = [
"//components/browser_sync",
"//components/keyed_service/ios",
"//components/metrics",
"//components/sync",
"//components/sync_preferences",
"//components/unified_consent",
"//ios/chrome/browser/shared/model/browser_state",
"//ios/chrome/browser/shared/model/prefs:pref_names",
"//ios/chrome/browser/shared/model/profile",
"//ios/chrome/browser/signin/model",
"//ios/chrome/browser/sync/model",
]
}