third_party.pigweed.src/pw_env_setup/config.json

14 lines
285 B
JSON
Raw Normal View History

{
"cipd_package_files": [
"pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json",
"pw_env_setup/py/pw_env_setup/cipd_setup/luci.json"
],
"virtualenv": {
"gn_root": ".",
"gn_targets": [
":python.install",
":target_support_packages.install"
]
}
}