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

Unified Diff: recipe_modules/tryserver/__init__.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
Index: recipe_modules/tryserver/__init__.py
diff --git a/recipe_modules/tryserver/__init__.py b/recipe_modules/tryserver/__init__.py
index 53957cdc2e0c8217f32a12b6a5a0ba139e906b28..8837932b12703450da70fb133b0bcf65ee4a251f 100644
--- a/recipe_modules/tryserver/__init__.py
+++ b/recipe_modules/tryserver/__init__.py
@@ -3,6 +3,7 @@
# found in the LICENSE file.
DEPS = [
+ 'depot_tools',
'git',
'recipe_engine/json',
'recipe_engine/path',

Powered by Google App Engine
This is Rietveld 408576698