third_party.pigweed.src/pw_env_setup/config.json
Rob Mohr cccd63c93b pw_env_setup: Switch to using config JSON files
Change-Id: I7e209f8fe862e745db00d56c3f14046fd25ceb32
Bug: 327
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/34140
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Rob Mohr <mohrr@google.com>
2021-03-01 17:58:05 +00:00

14 lines
285 B
JSON

{
"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"
]
}
}