| # Copyright 2019 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 = [ |
| "web_data_service_factory.h", |
| "web_data_service_factory.mm", |
| ] |
| deps = [ |
| "//base", |
| "//components/autofill/core/browser", |
| "//components/keyed_service/core", |
| "//components/keyed_service/ios", |
| "//components/plus_addresses/webdata", |
| "//components/search_engines", |
| "//components/signin/public/webdata", |
| "//components/webdata_services", |
| "//ios/chrome/browser/shared/model/application_context", |
| "//ios/chrome/browser/shared/model/browser_state", |
| "//ios/chrome/browser/shared/model/profile", |
| "//ios/web/public/thread", |
| ] |
| } |