Roll third_party/skia/ 06be07979..c3186302b (1 commit)

https://chromium.googlesource.com/skia.git/+log/06be079791a3..c3186302bd8a

Add //third_party/skia/third_party/skcms to the include path, which is
what Skia now expects.

Created with:
  roll-dep third_party/skia

Change-Id: I7e7e21eb0771ad73572b9e68e93e58d6643faa92
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/53611
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/DEPS b/DEPS
index 00af7a9..4c38a7e 100644
--- a/DEPS
+++ b/DEPS
@@ -28,7 +28,7 @@
   'jpeg_turbo_revision': '2de84a43e683c2c3c8ff4922da16b9053f024144',
   'markupsafe_revision': '8f45f5cfa0009d2a70589bcda0349b8cb2b72783',
   'pdfium_tests_revision': '5a68e87859476eb75d3e068bd406c4921a6be8e2',
-  'skia_revision': '06be079791a305ba4e8bdc2a7d9baba123d40ac4',
+  'skia_revision': 'c3186302bd8a24e36f472f913525cc28bcc3dd3e',
   'tools_memory_revision': 'f7b00daf4df7f6c469f5fbc68d7f40f6bd15d6e6',
   'trace_event_revision': '936ba8a963284a6b3737cf2f0474a7131073abee',
   'v8_revision': '93306f1d7b2c10824e1e8876e5b8a3ab37c42b96',
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 1a0e16a..c219b7b 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -36,6 +36,7 @@
     "//third_party/skia/include/pipe",
     "//third_party/skia/include/ports",
     "//third_party/skia/include/utils",
+    "//third_party/skia/third_party/skcms",
     "//third_party/skia/third_party/vulkan",
   ]