# Copyright 2025 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("service") {
  defines = [ "IS_ISOLATED_WEB_APPS_IMPL" ]
  visibility = [ "//components/webapps/isolated_web_apps/*" ]
  sources = [
    "isolated_web_app_browser_context_service_factory.cc",
    "isolated_web_app_browser_context_service_factory.h",
  ]

  deps = [
    "//components/keyed_service/core",
    "//content/public/browser",
  ]

  public_deps = [
    "//base",
    "//components/keyed_service/content",
  ]
}
