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

Unified Diff: scripts/slave/recipe_modules/webrtc/__init__.py

Issue 2344173002: Archiving of AppRTC APK in client.webrtc waterfall (Closed)
Patch Set: Addressed comments. Created 4 years, 3 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: scripts/slave/recipe_modules/webrtc/__init__.py
diff --git a/scripts/slave/recipe_modules/webrtc/__init__.py b/scripts/slave/recipe_modules/webrtc/__init__.py
index eb4173a705f78ee1a1899d7366a169594f86457e..77d8be8cf100617c517b46fe3fd73f79c1d17082 100644
--- a/scripts/slave/recipe_modules/webrtc/__init__.py
+++ b/scripts/slave/recipe_modules/webrtc/__init__.py
@@ -7,6 +7,7 @@ DEPS = [
'chromium_swarming',
'commit_position',
'file',
+ 'gsutil',
'depot_tools/gclient',
'isolate',
'recipe_engine/path',
@@ -18,4 +19,5 @@ DEPS = [
'test_utils',
'trigger',
'depot_tools/tryserver',
+ 'zip',
]

Powered by Google App Engine
This is Rietveld 408576698