Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: recipe_modules/depot_tools/api.py

Issue 1915833003: tryserver recipe_module: Add get_tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | recipe_modules/tryserver/__init__.py » ('j') | recipe_modules/tryserver/api.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/depot_tools/api.py
diff --git a/recipe_modules/depot_tools/api.py b/recipe_modules/depot_tools/api.py
index 53b7a22432490a662aa812c748351f5d0eaf94bc..bbe98b324dda4a85375dfd5b3810871167ebd3a5 100644
--- a/recipe_modules/depot_tools/api.py
+++ b/recipe_modules/depot_tools/api.py
@@ -14,6 +14,10 @@ class DepotToolsApi(recipe_api.RecipeApi):
return self.package_repo_resource('cros')
@property
+ def git_cl_path(self):
+ return self.package_repo_resource('git_cl.py')
+
+ @property
def gn_py_path(self):
return self.package_repo_resource('gn.py')
« no previous file with comments | « no previous file | recipe_modules/tryserver/__init__.py » ('j') | recipe_modules/tryserver/api.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698