Skip to content

Commit

Permalink
Cherry pick PR #3219: Add missing build dependency on Starboard heade…
Browse files Browse the repository at this point in the history
…rs (#3408)

Refer to the original PR: #3219

… for use of starboard/system.h in timsort.h left by Change Ia9e981ac.

Issue: 151155539

Co-authored-by: Dana Dahlstrom <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and dahlstrom-g authored May 31, 2024
1 parent 7ac2fa1 commit 08f5295
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions third_party/libxml/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,10 @@ if (!use_cobalt_customizations) {
public_deps = [ "//third_party/icu:icuuc" ]
deps = [ "//third_party/zlib" ]

if (is_starboard) {
deps += [ "//starboard:starboard_headers_only" ]
}

if (is_apple || is_android || is_fuchsia) {
# http://www.xmlsoft.org/threads.html says that this is required when using
# libxml from several threads, which can possibly happen in chrome. On
Expand Down

0 comments on commit 08f5295

Please sign in to comment.