| 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 77d8be8cf100617c517b46fe3fd73f79c1d17082..e5264670e79140db7a3a1716cd8f104aff43f630 100644
|
| --- a/scripts/slave/recipe_modules/webrtc/__init__.py
|
| +++ b/scripts/slave/recipe_modules/webrtc/__init__.py
|
| @@ -5,11 +5,13 @@ DEPS = [
|
| 'chromium_android',
|
| 'chromium_checkout',
|
| 'chromium_swarming',
|
| + 'chromium_tests',
|
| 'commit_position',
|
| 'file',
|
| 'gsutil',
|
| 'depot_tools/gclient',
|
| 'isolate',
|
| + 'recipe_engine/json',
|
| 'recipe_engine/path',
|
| 'recipe_engine/platform',
|
| 'recipe_engine/properties',
|
| @@ -17,6 +19,7 @@ DEPS = [
|
| 'recipe_engine/step',
|
| 'swarming',
|
| 'test_utils',
|
| + 'test_results',
|
| 'trigger',
|
| 'depot_tools/tryserver',
|
| 'zip',
|
|
|