mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-22 05:16:12 +03:00
brotli: Fix missing import in BUILD.gn
is_ubsan is not declared when imported from net/BUILD.gn
This commit is contained in:
parent
d146d3cf6a
commit
cf88060c52
2
src/third_party/brotli/BUILD.gn
vendored
2
src/third_party/brotli/BUILD.gn
vendored
@ -6,6 +6,8 @@ if (is_win) {
|
||||
import("//build/config/win/visual_studio_version.gni")
|
||||
}
|
||||
|
||||
import("//build/config/sanitizers/sanitizers.gni")
|
||||
|
||||
config("brotli_defines") {
|
||||
# By default, brotli depends on undefined behavior, but setting
|
||||
# BROTLI_BUILD_PORTABLE should result in a build which does not.
|
||||
|
Loading…
Reference in New Issue
Block a user