Sign in
chromium
/
chromium
/
src
/
205191a32c9db91062c5342e901b2da2d67a49e5
/
.
/
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"
]
}