blob: 90d1c9ca8aede136a7f48ca9bbb280752b87750b [file] [log] [blame]
# 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)
static_library("echo") {
sources = [
"echo_util.cc",
"echo_util.h",
]
public_deps = [ "//base" ]
deps = [
"//build:chromeos_buildflags",
"//chromeos/ash/components/report:utils",
]
}