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

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

Issue 14383021: Break config_default into master_site_configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: config -> config_bootstrap for masters_test import Created 7 years, 7 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.chrome/master_site_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.chrome/master.cfg
diff --git a/masters/master.chromium.chrome/master.cfg b/masters/master.chromium.chrome/master.cfg
index 9fa28a5770c7d81875518bc8772f4d9b1d75ed07..9cd786b885b78569f72bc307e58f17e0d0b8699c 100644
--- a/masters/master.chromium.chrome/master.cfg
+++ b/masters/master.chromium.chrome/master.cfg
@@ -14,8 +14,9 @@ from master.factory import chromium_factory
# These modules come from scripts/common, which must be in the PYTHONPATH.
import config
+import master_site_config
-ActiveMaster = config.Master.ChromiumChrome
+ActiveMaster = master_site_config.ChromiumChrome
# This is the dictionary that the buildmaster pays attention to. We also use
# a shorter alias to save typing.
« no previous file with comments | « no previous file | masters/master.chromium.chrome/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698