Skip to content

Commit

Permalink
third_party/brotli: Fix missing import in BUILD.gn
Browse files Browse the repository at this point in the history
is_ubsan is not declared when imported from net/BUILD.gn
  • Loading branch information
klzgrad committed Aug 18, 2024
1 parent 82873ae commit 9f59c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/third_party/brotli/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9f59c29

Please sign in to comment.