| # 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/metrics", |
| "//components/sync", |
| "//components/sync_preferences", |
| "//components/unified_consent", |
| "//ios/chrome/browser/shared/model/prefs:pref_names", |
| "//ios/chrome/browser/shared/model/profile", |
| "//ios/chrome/browser/shared/model/profile:profile_keyed_service_factory", |
| "//ios/chrome/browser/signin/model", |
| "//ios/chrome/browser/sync/model", |
| ] |
| } |