blob: cdbf11c326346bc78d5bd10acee6533957bd889e [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# 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")
group("all") {
deps = [
":typecd",
]
}
pkg_config("target_defaults") {
pkg_deps = [ "libchrome-${libbase_ver}" ]
}
executable("typecd") {
configs += [ ":target_defaults" ]
sources = [
"main.cc",
]
}