Roll third_party/skia/ b5f614a85..0a253625a (334 commits)

https://skia.googlesource.com/skia.git/+log/b5f614a8521b..0a253625a76a

$ git log b5f614a85..0a253625a --date=short --no-merges --format='%ad %ae %s'

Created with:
  roll-dep third_party/skia

Remove skia_needs_sksl_sources and skia_colorfilters_sksl_sources from
sources, just like in https://crrev.com/1186231 for Chromium's
skia/BUILD.gn.

Change-Id: I33bc673b031e8d91b32e0e7ab50eb05cadfcc460
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/111614
Auto-Submit: Andy Phan <andyphan@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
diff --git a/DEPS b/DEPS
index 8ff6c53..8d9eef5 100644
--- a/DEPS
+++ b/DEPS
@@ -164,7 +164,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': 'b5f614a8521b36e892798e6f42d85c3c439add38',
+  'skia_revision': '0a253625a76af6ecd0f1fccbb42838a65afce196',
   # 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 e2b7a2c..4a0f3e6 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -175,7 +175,6 @@
   sources += skia_sksl_sources
   sources += skia_utils_private
   sources += skia_xps_sources
-  sources += skia_needs_sksl_sources
   sources += skia_codec_core
   sources += skia_codec_decode_bmp
   sources += skia_encode_srcs
@@ -414,7 +413,6 @@
   sources = skia_core_sources
   sources += skia_effects_sources
   sources += skia_colorfilters_sources
-  sources += skia_colorfilters_sksl_sources
   sources += skia_effects_imagefilter_sources
 
   visibility = [ ":skia" ]