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>
diff --git a/DEPS b/DEPS
index 0bc37f1..2be8ed8 100644
--- a/DEPS
+++ b/DEPS
@@ -204,7 +204,7 @@
# 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.
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 3c4de68..12b9185 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -288,6 +288,7 @@
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) {