From 42fdeb2c8cf26a18c2bf7687cbe492a8ae46e3e5 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Mon, 20 Jun 2022 19:33:52 +0000 Subject: [PATCH] Remove test/tint/BUILD.gn The Chrome side of this change has landed so we can remove the forwarding BUILD.gn file. Bug: dawn:1275 Change-Id: Iabf2ba1419d3ae670f712aec9d95c75f2c74e662 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94360 Commit-Queue: Dan Sinclair Kokoro: Kokoro Auto-Submit: Dan Sinclair Reviewed-by: Ben Clayton Commit-Queue: Ben Clayton --- test/tint/BUILD.gn | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 test/tint/BUILD.gn diff --git a/test/tint/BUILD.gn b/test/tint/BUILD.gn deleted file mode 100644 index 0953422db8..0000000000 --- a/test/tint/BUILD.gn +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2022 The Dawn & Tint Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -group("tint_unittests") { - testonly = true - public_deps = [ "../../src/tint:tint_unittests" ] -}