# Copyright 2025 The Fuchsia Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
import("//build/python/python_binary.gni") | |
# The binary isn't used - this is just to make Mypy run. | |
python_binary("fidl_coverage_py_bin") { | |
enable_mypy = true | |
main_source = "fidl_coverage.py" | |
deps = [ "//build/python/modules/depfile" ] | |
} |