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

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

Issue 1393893006: WebRTC: Refactor builder configs to reduce duplication. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Sorted alphabetically Created 5 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 1e8da18d4ad4b2e9c09af1af02bb457cf98b46ab..275f18450789a1faf2959fab39659bb0a7849c9d 100644
--- a/masters/master.chromium.webrtc.fyi/master.cfg
+++ b/masters/master.chromium.webrtc.fyi/master.cfg
@@ -19,16 +19,10 @@ c['status'] = []
config.DatabaseSetup(c, require_dbconfig=ActiveMaster.is_production_host)
import master_source_cfg
-import master_win_cfg
-import master_mac_cfg
-import master_linux_cfg
-import master_android_cfg
+import master_builders_cfg
master_source_cfg.Update(config, c)
-master_win_cfg.Update(c)
-master_mac_cfg.Update(c)
-master_linux_cfg.Update(c)
-master_android_cfg.Update(c)
+master_builders_cfg.Update(c)
# Must come before AutoSetupMaster().
c['buildbotURL'] = ActiveMaster.buildbot_url
« 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