Remove references to empty Skia files
These are deleted in https://skia-review.googlesource.com/c/skia/+/576842/
Change-Id: I55251f8ec2d02d8da29389ac4ddeb8ff3166dd39
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/97370
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Auto-Submit: Kevin Lubick <kjlubick@google.com>
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index a3e9bd0..ae9a8a1 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -224,18 +224,6 @@
"//third_party/skia/src/utils/SkParsePath.cpp",
]
- if (is_win) {
- sources -= [
- # Keeping _win.cpp
- "//third_party/skia/src/utils/SkThreadUtils_pthread.cpp",
- ]
- } else {
- sources -= [
- # Keeping _pthread.cpp
- "//third_party/skia/src/utils/SkThreadUtils_win.cpp",
- ]
- }
-
# need separate win section to handle chromes auto gn filter
# (build/config/BUILDCONFIG.gn)
if (is_win) {