BUILD.gn: Remove the temporary group with Dawn migrated.

Bug: dawn:706
Change-Id: I60aa97845cdfce263afc34947c597ceb5b8e6fb0
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/44861
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2021-03-17 07:41:03 +00:00 committed by Commit Bot service account
parent 50f169dcc8
commit 9496f28775
1 changed files with 0 additions and 9 deletions

View File

@ -12,15 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import("//build_overrides/build.gni")
import("tint_overrides_with_defaults.gni")
# Temporary group to not break dependents while they rename their Tint GN
# targets
group("libtint") {
public_deps = [ "src:libtint" ]
}
# This target is built when no specific target is specified on the command line.
group("default") {
testonly = true