chromium/chromeos/ash/components/borealis/BUILD.gn

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

import("//build/config/chromeos/ui_mode.gni")

assert(is_chromeos_ash, "Non-ChromeOS builds cannot depend on //ash")

static_library("borealis") {
  sources = [
    "borealis_util.cc",
    "borealis_util.h",
  ]

  deps = [
    "//base",
    "//components/exo",
  ]
}