From 9fa7022ce3986985022850b875565e9faccd19b7 Mon Sep 17 00:00:00 2001 From: Ryan Harrison <rharrison@chromium.org> Date: Tue, 22 Feb 2022 18:40:54 +0000 Subject: [PATCH] Roll third_party/tint/ aa58a6934..16d5739b7 (1 commit) https://dawn.googlesource.com/tint/+log/aa58a6934c27..16d5739b7337 $ git log aa58a6934..16d5739b7 --date=short --no-merges --format='%ad %ae %s' 2022-02-22 rharrison Update fuzzer build path that was missed in the repo shuffle Created with: roll-dep third_party/tint BUG=tint:1418 Change-Id: I0f22529964e1a5d3f510dc8d249d24fb278e10a1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/81581 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Shrek Shao <shrekshao@google.com> --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7665b5fe73..b4bcf03b4d 100644 --- a/DEPS +++ b/DEPS @@ -113,7 +113,7 @@ deps = { # WGSL support 'third_party/tint': { - 'url': '{dawn_git}/tint@aa58a6934c270446d7e6e0bef095241d3d772cbf', + 'url': '{dawn_git}/tint@16d5739b7337666c6bd3349e5445c09bb9bae419', }, # GLFW for tests and samples