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

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

Issue 2438173004: WebRTC: Use Chromium's GTestTest for Android (Closed)
Patch Set: Rebasing to be sure. Created 4 years, 2 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 | « no previous file | scripts/slave/recipe_modules/webrtc/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/webrtc/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698