blob: 2162895b64599a47b86d04bed126b133dcbbee79 [file] [edit]
# Copyright 2024 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//common-mk/pkg_config.gni")
source_set("utils") {
sources = [ "mojo_output.cc" ]
deps = [ "//heartd/mojom:libheartd_mojo_bindings" ]
}
if (use.test) {
source_set("utils_test") {
sources = [ "mojo_output_test.cc" ]
configs += [ "//common-mk:test" ]
deps = [ ":utils" ]
}
}