mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-21 21:06:12 +03:00
third_party/brotli: Fix missing import in BUILD.gn
is_ubsan is not declared when imported from net/BUILD.gn
This commit is contained in:
parent
b54d89fd3a
commit
77f641d97d
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