# 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("oak_session_service") {
  sources = [
    "oak_session_service.cc",
    "oak_session_service.h",
  ]
  deps = [
    "//base",
    "//components/private_ai/crypto",
    "//components/private_ai/mojom",
    "//mojo/public/cpp/system",
  ]
}
