|
|
|
@ -119,7 +119,7 @@ Sets a fixed revision for a single dependency using project revision
|
|
|
|
|
properties.
|
|
|
|
|
### *recipe_modules* / [depot\_tools](/recipes/recipe_modules/depot_tools)
|
|
|
|
|
|
|
|
|
|
[DEPS](/recipes/recipe_modules/depot_tools/__init__.py#7): [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/runtime][recipe_engine/recipe_modules/runtime]
|
|
|
|
|
[DEPS](/recipes/recipe_modules/depot_tools/__init__.py#7): [recipe\_engine/cipd][recipe_engine/recipe_modules/cipd], [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/runtime][recipe_engine/recipe_modules/runtime]
|
|
|
|
|
|
|
|
|
|
PYTHON_VERSION_COMPATIBILITY: PY2+3
|
|
|
|
|
|
|
|
|
@ -128,19 +128,19 @@ the depot_tools repo.
|
|
|
|
|
|
|
|
|
|
#### **class [DepotToolsApi](/recipes/recipe_modules/depot_tools/api.py#12)([RecipeApi][recipe_engine/wkt/RecipeApi]):**
|
|
|
|
|
|
|
|
|
|
  **@property**<br>— **def [autoninja\_path](/recipes/recipe_modules/depot_tools/api.py#45)(self):**
|
|
|
|
|
  **@property**<br>— **def [autoninja\_path](/recipes/recipe_modules/depot_tools/api.py#50)(self):**
|
|
|
|
|
|
|
|
|
|
  **@property**<br>— **def [cros\_path](/recipes/recipe_modules/depot_tools/api.py#26)(self):**
|
|
|
|
|
  **@property**<br>— **def [cros\_path](/recipes/recipe_modules/depot_tools/api.py#30)(self):**
|
|
|
|
|
|
|
|
|
|
  **@property**<br>— **def [download\_from\_google\_storage\_path](/recipes/recipe_modules/depot_tools/api.py#13)(self):**
|
|
|
|
|
  **@property**<br>— **def [download\_from\_google\_storage\_path](/recipes/recipe_modules/depot_tools/api.py#17)(self):**
|
|
|
|
|
|
|
|
|
|
  **@property**<br>— **def [gn\_py\_path](/recipes/recipe_modules/depot_tools/api.py#30)(self):**
|
|
|
|
|
  **@property**<br>— **def [gn\_py\_path](/recipes/recipe_modules/depot_tools/api.py#34)(self):**
|
|
|
|
|
|
|
|
|
|
  **@property**<br>— **def [gsutil\_py\_path](/recipes/recipe_modules/depot_tools/api.py#36)(self):**
|
|
|
|
|
  **@property**<br>— **def [gsutil\_py\_path](/recipes/recipe_modules/depot_tools/api.py#40)(self):**
|
|
|
|
|
|
|
|
|
|
  **@property**<br>— **def [ninja\_path](/recipes/recipe_modules/depot_tools/api.py#40)(self):**
|
|
|
|
|
  **@property**<br>— **def [ninja\_path](/recipes/recipe_modules/depot_tools/api.py#44)(self):**
|
|
|
|
|
|
|
|
|
|
  **@contextlib.contextmanager**<br>— **def [on\_path](/recipes/recipe_modules/depot_tools/api.py#54)(self):**
|
|
|
|
|
  **@contextlib.contextmanager**<br>— **def [on\_path](/recipes/recipe_modules/depot_tools/api.py#60)(self):**
|
|
|
|
|
|
|
|
|
|
Use this context manager to put depot_tools on $PATH.
|
|
|
|
|
|
|
|
|
@ -151,13 +151,13 @@ with api.depot_tools.on_path():
|
|
|
|
|
# run some steps
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
  **@property**<br>— **def [presubmit\_support\_py\_path](/recipes/recipe_modules/depot_tools/api.py#50)(self):**
|
|
|
|
|
  **@property**<br>— **def [presubmit\_support\_py\_path](/recipes/recipe_modules/depot_tools/api.py#56)(self):**
|
|
|
|
|
|
|
|
|
|
  **@property**<br>— **def [root](/recipes/recipe_modules/depot_tools/api.py#21)(self):**
|
|
|
|
|
  **@property**<br>— **def [root](/recipes/recipe_modules/depot_tools/api.py#25)(self):**
|
|
|
|
|
|
|
|
|
|
Returns (Path): The "depot_tools" root directory.
|
|
|
|
|
|
|
|
|
|
  **@property**<br>— **def [upload\_to\_google\_storage\_path](/recipes/recipe_modules/depot_tools/api.py#17)(self):**
|
|
|
|
|
  **@property**<br>— **def [upload\_to\_google\_storage\_path](/recipes/recipe_modules/depot_tools/api.py#21)(self):**
|
|
|
|
|
### *recipe_modules* / [gclient](/recipes/recipe_modules/gclient)
|
|
|
|
|
|
|
|
|
|
[DEPS](/recipes/recipe_modules/gclient/__init__.py#3): [git](#recipe_modules-git), [gitiles](#recipe_modules-gitiles), [tryserver](#recipe_modules-tryserver), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/python][recipe_engine/recipe_modules/python], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step]
|
|
|
|
|