blob: 404df62096b75e7e09fa5c53be582618f85c89ae [file] [log] [blame]
# 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/application_locale_storage",
"//components/autofill/core/browser",
"//components/plus_addresses/core/browser/webdata",
"//components/search_engines",
"//components/signin/public/webdata",
"//components/webdata_services",
"//ios/chrome/browser/shared/model/application_context",
"//ios/chrome/browser/shared/model/profile",
"//ios/chrome/browser/shared/model/profile:profile_keyed_service_factory",
"//ios/web/public/thread",
]
}