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

# Copyright 2023 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")

component("demo_mode") {
  sources = [
    "utils/dimensions_utils.cc",
    "utils/dimensions_utils.h",
  ]

  deps = [
    "//base",
    "//third_party/abseil-cpp:absl",
    "//third_party/icu",
  ]

  defines = [ "IS_CHROMEOS_ASH_COMPONENTS_DEMO_MODE_IMPL" ]
}