Skip to content

Commit

Permalink
Update HarfBuzz from Chromium 114.0.5735.358
Browse files Browse the repository at this point in the history
Issue: 326748668
Reviewed-on: youtube/cobalt#3811
  • Loading branch information
dahlstrom-g committed Jul 12, 2024
2 parents 7142929 + 96ac509 commit 37809eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 4 additions & 0 deletions third_party/harfbuzz-ng/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,10 @@ if (use_system_harfbuzz) {
defines += [ "HAVE_PTHREAD" ]
}

if (is_starboard) {
defines += [ "HB_NO_GETENV" ]
}

if (enable_paint_preview) {
# Paint Previews make use of CFF subsetting. However, enabling this is
# expensive for binary size so only compile it when Paint Previews are
Expand Down
8 changes: 4 additions & 4 deletions third_party/harfbuzz-ng/README.chromium
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Name: harfbuzz-ng
Short Name: harfbuzz-ng
URL: http://harfbuzz.org
Version: 5.3.1-25
CPEPrefix: cpe:/a:harfbuzz_project:harfbuzz:5.3.1
Date: 20221104
Revision: 2822b589bc837fae6f66233e2cf2eef0f6ce8470
Version: 7.1.0-101
CPEPrefix: cpe:/a:harfbuzz_project:harfbuzz:7.1.0
Date: 20230425
Revision: 2175f5d050743317c563ec9414e0f83a47f7fbc4
Security Critical: yes
License: MIT
License File: src/COPYING
Expand Down
4 changes: 0 additions & 4 deletions third_party/harfbuzz-ng/src/src/hb.hh
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,6 @@
#define HB_PASTE1(a,b) a##b
#define HB_PASTE(a,b) HB_PASTE1(a,b)

#if defined(STARBOARD)
#define getenv(x) NULL
#endif // defined(STARBOARD)


/* Compile-time custom allocator support. */

Expand Down

0 comments on commit 37809eb

Please sign in to comment.