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

Side by Side Diff: masters/master.client.webrtc.perf/master_source_cfg.py

Issue 2022343003: Add client.webrtc.perf master (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from master import gitiles_poller 5 from master import gitiles_poller
6 6
7 7
8 def Update(config, c): 8 def Update(config, c):
9 webrtc_repo_url = config.Master.git_server_url + '/external/webrtc' 9 webrtc_repo_url = config.Master.git_server_url + '/external/webrtc'
10 poller = gitiles_poller.GitilesPoller(webrtc_repo_url) 10 poller = gitiles_poller.GitilesPoller(webrtc_repo_url)
11 c['change_source'].append(poller) 11 c['change_source'].append(poller)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698