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

Unified Diff: masters/master.tryserver.webrtc/master.cfg

Issue 16959006: Refactor WebRTC master configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 6 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: masters/master.tryserver.webrtc/master.cfg
diff --git a/masters/master.tryserver.webrtc/master.cfg b/masters/master.tryserver.webrtc/master.cfg
index aa3b078b02129c96b4f5cd9394c8a6c4deefe7b1..1d71c3d6ccc73372779b1f9d47029787d5151622 100755
--- a/masters/master.tryserver.webrtc/master.cfg
+++ b/masters/master.tryserver.webrtc/master.cfg
@@ -41,19 +41,17 @@ url = config.Master.webrtc_url
branch = 'trunk'
def linux():
- return webrtc_factory.WebRTCFactory('src/out', 'linux2', url, branch)
+ return webrtc_factory.WebRTCFactory('src/out', 'linux2')
def mac():
- return webrtc_factory.WebRTCFactory('src/out', 'darwin', url, branch)
+ return webrtc_factory.WebRTCFactory('src/out', 'darwin')
def macIos():
- return webrtc_factory.WebRTCFactory('', 'darwin', url, branch,
- nohooks_on_update=True)
+ return webrtc_factory.WebRTCFactory('', 'darwin', nohooks_on_update=True)
def win():
- return webrtc_factory.WebRTCFactory('src/build', 'win32', url, branch)
+ return webrtc_factory.WebRTCFactory('src/build', 'win32')
def winNinja():
- return webrtc_factory.WebRTCFactory('src/out', 'win32', url, branch)
+ return webrtc_factory.WebRTCFactory('src/out', 'win32')
def android():
- return webrtc_factory.WebRTCFactory('', 'linux2', url, branch,
- nohooks_on_update=True,
+ return webrtc_factory.WebRTCFactory('', 'linux2', nohooks_on_update=True,
target_os='android')
tests = [

Powered by Google App Engine
This is Rietveld 408576698