Roll third_party/skia/ 975788ea9..6f17f2ebb (344 commits)

https://skia.googlesource.com/skia.git/+log/975788ea90f2..6f17f2ebb

Add skia_ports_typeface_proxy_sources to resolve component build issue
after the refactoring from http://review.skia.org/926596.

Created with:
  roll-dep third_party/skia

Change-Id: I210873fa3188c01fd636e625be07304e8f5dc727
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/128790
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Alan Screen <awscreen@chromium.org>
This commit is contained in:
Alan Screen 2025-02-12 14:14:59 -08:00 committed by Pdfium LUCI CQ
parent e829975821
commit 38cb4a42e5
2 changed files with 2 additions and 1 deletions

2
DEPS
View File

@ -204,7 +204,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling skia
# and whatever else without interference from each other.
'skia_revision': '975788ea90f24519aa8740085378d1a8db05f5d2',
'skia_revision': '6f17f2ebb2e59a9fc7fdfdaa2f04fc77afc744a0',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling test_fonts
# and whatever else without interference from each other.

View File

@ -288,6 +288,7 @@ component("skia") {
sources += skia_ports_fci_sources
sources += skia_ports_fontmgr_custom_sources
sources += skia_ports_fontmgr_empty_sources
sources += skia_ports_typeface_proxy_sources
}
if (is_android) {