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

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

Issue 75163006: WebRTC Android APK trybot recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Addressed comments and refactored Created 7 years, 1 month 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/v8/__init__.py b/scripts/slave/recipe_modules/webrtc/__init__.py
similarity index 71%
copy from scripts/slave/recipe_modules/v8/__init__.py
copy to scripts/slave/recipe_modules/webrtc/__init__.py
index 3be6f2d115b0fd0131d3a8e57ef761b3cd555884..e29415439e9df445fc7feca72641ca5c39fb78e6 100644
--- a/scripts/slave/recipe_modules/v8/__init__.py
+++ b/scripts/slave/recipe_modules/webrtc/__init__.py
@@ -1,6 +1,7 @@
DEPS = [
'chromium',
'gclient',
- 'platform',
+ 'path',
'properties',
+ 'python',
]

Powered by Google App Engine
This is Rietveld 408576698