| Index: site_config/config_default.py
|
| diff --git a/site_config/config_default.py b/site_config/config_default.py
|
| index 082d9acd3bdea1bbce01956049ae9c31f2cbcb74..fc544f7b3547a42b2c5166b10542ae724565df13 100644
|
| --- a/site_config/config_default.py
|
| +++ b/site_config/config_default.py
|
| @@ -478,6 +478,11 @@ class Master(object):
|
| project_url = 'http://libjingle.googlecode.com'
|
| from_address = 'libjingle-cb-watchlist@google.com'
|
|
|
| + class ChromiumWebRTCFYI(WebRTC):
|
| + project_name = 'Chromium WebRTC FYI'
|
| + master_port = 9098
|
| + slave_port = 9198
|
| + master_port_alt = 9298
|
|
|
| class Archive(object):
|
| archive_host = 'localhost'
|
|
|