third_party.pigweed.src/pw_env_setup/config.json

16 lines
390 B
JSON
Raw Normal View History

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