# Copyright 2023 The Chromium Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# Mock version of the build rules so that //testing will be happy with | |
# Dawn standalone, which doesn't actuall implement/use any FuzzTest | |
# tests at the moment. | |
source_set("init_fuzztest") { | |
testonly = true | |
} |