| import("//build/config/linux/pkg_config.gni") | |
| import("//build/shim_headers.gni") | |
| pkg_config("system_absl_utility") { | |
| packages = [ "absl_utility" ] | |
| } | |
| shim_headers("utility_shim") { | |
| root_path = "." | |
| prefix = "absl/utility/" | |
| headers = [ "utility.h" ] | |
| } | |
| source_set("utility") { | |
| deps = [ ":utility_shim" ] | |
| public_configs = [ ":system_absl_utility" ] | |
| } | |
| source_set("if_constexpr_test") { | |
| } |