# Copyright 2026 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

assert(is_linux || is_mac)

source_set("gapis") {
  sources = [
    "gapis_service_factory.cc",
    "gapis_service_factory.h",
  ]

  deps = [
    "//base",
    "//chrome/browser/profiles:profile",
    "//chrome/browser/signin",
    "//chrome/common:buildflags",
    "//chrome/common:channel_info",
    "//components/gapis",
    "//components/signin/public/identity_manager",
    "//content/public/browser",
  ]
}
