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

Unified Diff: recipe_modules/depot_tools/api.py

Issue 2045473002: depot_tools: expose paths to presubmit_support.py and upload_to_google_storage.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: presubmit Created 4 years, 6 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/depot_tools/example.py » ('j') | no next file with comments »
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..68b2bbdf2ced9382ed8d7d945b4bef422ab0dc42 100644
--- a/recipe_modules/depot_tools/api.py
+++ b/recipe_modules/depot_tools/api.py
@@ -10,6 +10,10 @@ class DepotToolsApi(recipe_api.RecipeApi):
return self.package_repo_resource('download_from_google_storage.py')
@property
+ def upload_to_google_storage_path(self):
+ return self.package_repo_resource('upload_to_google_storage.py')
+
+ @property
def cros_path(self):
return self.package_repo_resource('cros')
« no previous file with comments | « no previous file | recipe_modules/depot_tools/example.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698