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

Unified Diff: masters/master.chromium.memory/master.cfg

Issue 11379003: Add Windows ASAN bots. (Closed) Base URL: http://git.chromium.org/chromium/tools/build.git@neuter
Patch Set: Change the window Builder's category to avoid closing the tree Created 8 years, 1 month 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 | « .gitignore ('k') | masters/master.chromium.memory/master_win_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.memory/master.cfg
diff --git a/masters/master.chromium.memory/master.cfg b/masters/master.chromium.memory/master.cfg
index 429dd1065e54d9a95dad5569d9f0c3b40d6a5011..394e1ca23dc15017612223ad83375cd5b5cecc9c 100644
--- a/masters/master.chromium.memory/master.cfg
+++ b/masters/master.chromium.memory/master.cfg
@@ -25,11 +25,13 @@ import master_source_cfg
import master_linux_cfg
import master_mac_cfg
import master_chromeos_cfg
+import master_win_cfg
master_source_cfg.Update(config, ActiveMaster, c)
master_linux_cfg.Update(config, ActiveMaster, c)
master_mac_cfg.Update(config, ActiveMaster, c)
master_chromeos_cfg.Update(config, ActiveMaster, c)
+master_win_cfg.Update(config, ActiveMaster, c)
if TREE_GATE_KEEPER:
import master_gatekeeper_cfg
« no previous file with comments | « .gitignore ('k') | masters/master.chromium.memory/master_win_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698