1 2 3 4 5 6 7 8 9
build / linux / unbundle / libsecret.gn [blame] import("//build/config/linux/pkg_config.gni") pkg_config("libsecret_config") { packages = [ "libsecret-1" ] } source_set("libsecret") { public_configs = [ ":libsecret_config" ] }