blob: 4de9b74c2f6892361f27241d42940b101314e1e8 [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("webdata_services") {
configs += [ "//build/config/compiler:enable_arc" ]
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/search_engines",
"//components/signin/public/webdata",
"//components/webdata_services",
"//ios/chrome/browser/shared/model/application_context",
"//ios/chrome/browser/shared/model/browser_state",
"//ios/web/public/thread",
]
}