| # Copyright 2023 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_trusted_vault_client.h", |
| "ios_trusted_vault_client.mm", |
| "ios_trusted_vault_service_factory.h", |
| "ios_trusted_vault_service_factory.mm", |
| ] |
| public_deps = [ |
| "//base", |
| "//components/trusted_vault", |
| "//ios/web/public", |
| ] |
| deps = [ |
| "//components/signin/public/identity_manager", |
| "//ios/chrome/browser/shared/model/profile", |
| "//ios/chrome/browser/shared/model/profile:profile_keyed_service_factory", |
| "//ios/chrome/browser/signin/model", |
| |
| # TODO(crbug.com/40264840): move trusted_vault code from i/c/b/signin to |
| # i/c/b/trusted_vault. |
| "//ios/chrome/browser/signin/model:trusted_vault", |
| "//ios/chrome/browser/signin/model:trusted_vault_factory", |
| ] |
| } |