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

Unified Diff: recipe_modules/depot_tools/example.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 | « recipe_modules/depot_tools/api.py ('k') | recipe_modules/depot_tools/example.expected/basic.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/depot_tools/example.py
diff --git a/recipe_modules/depot_tools/example.py b/recipe_modules/depot_tools/example.py
index e61785f1046edaec97466580e8b9371a2b1b2786..10bdac1af42e216b2d42205a286f12577e74f4a1 100644
--- a/recipe_modules/depot_tools/example.py
+++ b/recipe_modules/depot_tools/example.py
@@ -15,6 +15,10 @@ def RunSteps(api):
'download_from_google_storage',
['ls', api.depot_tools.download_from_google_storage_path])
+ api.step(
+ 'upload_to_google_storage',
+ ['ls', api.depot_tools.upload_to_google_storage_path])
+
api.step('cros', ['ls', api.depot_tools.cros_path])
api.step(
« no previous file with comments | « recipe_modules/depot_tools/api.py ('k') | recipe_modules/depot_tools/example.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698