Chromium Code Reviews| 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', |
| ] |