Sign in
cobalt
/
cobalt
/
56d7c4e1a836a7ef6e2823bffb8d1567758b82eb
/
.
/
build
/
linux
/
unbundle
/
crc32c.gn
blob: 23f2292d9d494628916c560461a05438c43d26fb [
file
] [
log
] [
blame
]
import
(
"//build/shim_headers.gni"
)
shim_headers
(
"crc32c_shim"
)
{
root_path
=
"src/include"
headers
=
[
"crc32c/crc32c.h"
]
}
source_set
(
"crc32c"
)
{
deps
=
[
":crc32c_shim"
]
libs
=
[
"crc32c"
]
}