blob: 9715ac87e12ed812fe9d2f4528f088077a7b83e9 [file] [log] [blame]
# Copyright 2016 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 = [
"host_content_settings_map_factory.cc",
"host_content_settings_map_factory.h",
]
deps = [
"//base",
"//components/content_settings/core/browser",
"//components/prefs",
"//ios/chrome/browser/shared/model/profile",
"//ios/chrome/browser/shared/model/profile:profile_keyed_service_factory",
]
}