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

Unified Diff: masters/master.chromium.webrtc.fyi/master.cfg

Issue 26702005: Android bots for Chromium WebRTC FYI waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased+applied slaves.cfg machines Created 7 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 | masters/master.chromium.webrtc.fyi/master_android_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.webrtc.fyi/master.cfg
diff --git a/masters/master.chromium.webrtc.fyi/master.cfg b/masters/master.chromium.webrtc.fyi/master.cfg
index 2c4cee85de1201c6c5f0291aedd3d42cc7e511e3..f708817bab79bac9062e4034821aede0d45144c6 100644
--- a/masters/master.chromium.webrtc.fyi/master.cfg
+++ b/masters/master.chromium.webrtc.fyi/master.cfg
@@ -22,12 +22,14 @@ import master_source_cfg
import master_win_cfg
import master_mac_cfg
import master_linux_cfg
+import master_android_cfg
import master_cros_cfg
master_source_cfg.Update(config, c)
master_win_cfg.Update(config, ActiveMaster, c)
master_mac_cfg.Update(config, ActiveMaster, c)
master_linux_cfg.Update(config, ActiveMaster, c)
+master_android_cfg.Update(config, ActiveMaster, c)
master_cros_cfg.Update(config, ActiveMaster, c)
c['buildbotURL'] = 'http://build.chromium.org/p/chromium.webrtc.fyi/'
« no previous file with comments | « no previous file | masters/master.chromium.webrtc.fyi/master_android_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698