Roll dawn from 31c9c6949e02 to bdc05c3d5fef (7 revisions)

https://dawn.googlesource.com/dawn.git/+log/31c9c6949e02..bdc05c3d5fef

2020-05-27 xinghua.cao@intel.com Check FP16 support on vulkan backend
2020-05-27 jiajie.hu@intel.com Set a default value for dawn_glm_dir like other GN build overrides
2020-05-27 jiajie.hu@intel.com Only download binutils in standalone build
2020-05-27 yunchao.he@intel.com Implement texture subresource on Vulkan
2020-05-26 natlee@microsoft.com Fire map callback if map async operation fails
2020-05-26 rharrison@chromium.org Rolling 9 dependencies
2020-05-26 brandon1.jones@intel.com Allow Attempted Eviction When The Residency LRU Is Empty

Also rolling transitive DEPS:
  https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang from 2e0f0a0517e4 to 2b0eafb1de5b
  https://chromium.googlesource.com/external/github.com/google/shaderc from 00ac5d82178c to 7d2f8c57ee3e

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dawn-skia-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md

Bug: None
Tbr: cwallez@google.com
Change-Id: I5ae110ec13d0d436c218056a44bfa43fd53d8261
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/292198
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 8316ea4..cc5ca72 100644
--- a/DEPS
+++ b/DEPS
@@ -10,11 +10,11 @@
   "third_party/externals/angle2"          : "https://chromium.googlesource.com/angle/angle.git@7ff01bb15d4033e00813034f952cc18c91e27b73",
   # Dawn requires jinja2 and markupsafe for the code generator, and glslang and shaderc for SPIRV compilation.
   # When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
-  "third_party/externals/dawn"            : "https://dawn.googlesource.com/dawn.git@31c9c6949e0224dbeeea566902fb4f7e6c21afde",
-  "third_party/externals/glslang"         : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@2e0f0a0517e4251ac8e0d6fd46e92af33fcb800d",
+  "third_party/externals/dawn"            : "https://dawn.googlesource.com/dawn.git@bdc05c3d5fef780382c3fd5e5ebcb14bd929819a",
+  "third_party/externals/glslang"         : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@2b0eafb1de5b4a1b77cf123545ea269d44248885",
   "third_party/externals/jinja2"          : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@b41863e42637544c2941b574c7877d3e1f663e25",
   "third_party/externals/markupsafe"      : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
-  "third_party/externals/shaderc"         : "https://chromium.googlesource.com/external/github.com/google/shaderc@00ac5d82178cfb5679fe19194d5794fdb01cdd00",
+  "third_party/externals/shaderc"         : "https://chromium.googlesource.com/external/github.com/google/shaderc@7d2f8c57ee3eff68ca2ae17d9d067de63bfe344d",
   "third_party/externals/dng_sdk"         : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b1d16bfda56f15165d39e0ffa360a11123",
   "third_party/externals/egl-registry"    : "https://skia.googlesource.com/external/github.com/KhronosGroup/EGL-Registry@a0bca08de07c7d7651047bedc0b653cfaaa4f2ae",
   "third_party/externals/expat"           : "https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git@e976867fb57a0cd87e3b0fe05d59e0ed63c6febb",