Roll third_party/skia/ 7c1f3fabf..c14701a51 (1 commit)
https://chromium.googlesource.com/skia.git/+log/7c1f3fabf582..c14701a51232
To make the build work, remove references to SkStream_mac.cpp.
Created with:
roll-dep third_party/skia
Change-Id: I3a0f50540a702542b99fc37a6d8ed509712fc2f0
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/71073
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/DEPS b/DEPS
index d7d7e9c..2d1a2d7 100644
--- a/DEPS
+++ b/DEPS
@@ -84,7 +84,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': '7c1f3fabf5829c2f8fd57c6bd2452b7c672a144c',
+ 'skia_revision': 'c14701a512329f76be9a0a35f0901bf1970c7c16',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling tools_memory
# and whatever else without interference from each other.
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 64bf0af..c8d4496 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -198,9 +198,6 @@
"//third_party/skia/src/sfnt/SkOTTable_name.cpp",
"//third_party/skia/src/sfnt/SkOTUtils.cpp",
- #mac
- "//third_party/skia/src/utils/mac/SkStream_mac.cpp",
-
#pdfium
"//third_party/skia/src/ports/SkDiscardableMemory_none.cpp",
"//third_party/skia/src/ports/SkFontMgr_custom.cpp",
@@ -335,7 +332,6 @@
sources += [
"//third_party/skia/src/ports/SkFontHost_mac.cpp",
"//third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp",
- "//third_party/skia/src/utils/mac/SkStream_mac.cpp",
]
set_sources_assignment_filter(sources_assignment_filter)
}