| use_relative_paths = True |
| |
| git_dependencies = "SUBMODULES" |
| |
| vars = { |
| # This is used during the transition phase of moving infra repos to git |
| # submodules. To add new deps here check with the Chrome Source Team. |
| "infra_superproject_checkout": True, |
| # |
| # Set to True if internal repos should be checked out. |
| "checkout_internal": False, |
| |
| 'chromium_git': 'https://chromium.googlesource.com', |
| 'chrome_internal_git': 'https://chrome-internal.googlesource.com', |
| } |
| |
| |
| deps = { |
| "gcloud": { |
| 'packages': [ |
| { |
| 'package': 'infra/3pp/tools/gcloud/${{os=mac,linux}}-${{arch=amd64}}', |
| 'version': 'version:2@427.0.0.chromium.3', |
| } |
| ], |
| 'dep_type': 'cipd', |
| }, |
| } |
| |
| hooks = [ |
| { |
| "pattern": ".", |
| "action": [ |
| "python3", "-u", "infra/bootstrap/remove_orphaned_pycs.py", |
| "infra_internal" |
| ], |
| }, |
| ] |
| |
| recursedeps = ["infra", "build", "build_internal", "infra_internal"] |