| # Copyright 2023 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_library.gni") | |
| python_library("pyjson5") { | |
| library_name = "json5" | |
| sources = [ | |
| "__init__.py", | |
| "__main__.py", | |
| "arg_parser.py", | |
| "host.py", | |
| "json5.g", | |
| "lib.py", | |
| "parser.py", | |
| "tool.py", | |
| "version.py", | |
| ] | |
| source_root = "src/json5" | |
| } |