Skip to content

Commit 4f8b4b0

Browse files
committed
brotli: Fix missing import in BUILD.gn
is_ubsan is not declared when imported from net/BUILD.gn
1 parent 6d96f6c commit 4f8b4b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/third_party/brotli/BUILD.gn

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ if (is_win) {
66
import("//build/config/win/visual_studio_version.gni")
77
}
88

9+
import("//build/config/sanitizers/sanitizers.gni")
10+
911
config("brotli_defines") {
1012
# By default, brotli depends on undefined behavior, but setting
1113
# BROTLI_BUILD_PORTABLE should result in a build which does not.

0 commit comments

Comments
 (0)