Roll third_party/skia/ 7338f5521..04ee4daae (438 commits)

https://skia.googlesource.com/skia.git/+log/7338f5521e05..04ee4daaea19

Remove source files SkFontMgr_indirect.cpp, SkRemotableFontMgr.cpp, and
SkRemotableFontMgr_win_dw.cpp from build sources, as they were removed
from Skia in https://skia-review.googlesource.com/c/skia/+/841658.

Created with:
  roll-dep third_party/skia

Change-Id: Ie23f84d58347873cc2d1ee6d8be0d138d39e17e8
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/118750
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/DEPS b/DEPS
index 882e1d2..5d678e7 100644
--- a/DEPS
+++ b/DEPS
@@ -179,7 +179,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': '7338f5521e05a62db4bb920e15dc17a67f4b7405',
+  'skia_revision': '04ee4daaea198e0435a7416a5b32e97840a91aaa',
   # 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 2e9065f..0de9525 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -191,8 +191,6 @@
   sources += skia_encode_srcs
   sources += skia_encode_png_srcs
   sources += [
-    "//third_party/skia/src/fonts/SkFontMgr_indirect.cpp",
-    "//third_party/skia/src/fonts/SkRemotableFontMgr.cpp",
     "//third_party/skia/src/ports/SkGlobalInitialization_default.cpp",
     "//third_party/skia/src/ports/SkImageGenerator_none.cpp",
     "//third_party/skia/src/ports/SkOSFile_stdio.cpp",
@@ -256,7 +254,6 @@
       "//third_party/skia/src/codec/SkPngCodec.cpp",
       "//third_party/skia/src/ports/SkFontMgr_win_dw.cpp",
       "//third_party/skia/src/ports/SkOSFile_win.cpp",
-      "//third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp",
       "//third_party/skia/src/ports/SkScalerContext_win_dw.cpp",
       "//third_party/skia/src/ports/SkTypeface_win_dw.cpp",
     ]