# Copyright 2015 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("ios") {
sources = [
"browser_state_dependency_manager.cc",
"browser_state_dependency_manager.h",
"browser_state_keyed_service_factory.cc",
"browser_state_keyed_service_factory.h",
"refcounted_browser_state_keyed_service_factory.cc",
"refcounted_browser_state_keyed_service_factory.h",
]
public_deps = [ "//base" ]
deps = [
"//components/keyed_service/core",
"//ios/web/public",
]
defines = [ "KEYED_SERVICE_IMPLEMENTATION" ]
}