blob: 59b4fe39fdbd7225f01b9b3dfd7d5c638a0c2364 [file] [log] [blame] [edit]
# Copyright 2021 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")
python_binary("gn_generate_plugins") {
main_source = "gn_generate_plugins.py"
deps = [
"//third_party/jinja2",
"//third_party/markupsafe",
]
}
python_binary("gn_generate_cmd") {
main_source = "gn_generate_cmd.py"
deps = [
"//third_party/jinja2",
"//third_party/markupsafe",
]
}
python_binary("gn_generate_protocols_macro") {
main_source = "gn_generate_protocols_macro.py"
deps = [
"//third_party/jinja2",
"//third_party/markupsafe",
]
}