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

Unified Diff: masters/master.client.nacl.ragel/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
Index: masters/master.client.nacl.ragel/master.cfg
diff --git a/masters/master.client.nacl.ragel/master.cfg b/masters/master.client.nacl.ragel/master.cfg
index ef4342b52c67ff3488a88d512b801224fd22685f..80bfb300165a9674caa045cea5bfa101ea1d81a2 100644
--- a/masters/master.client.nacl.ragel/master.cfg
+++ b/masters/master.client.nacl.ragel/master.cfg
@@ -26,8 +26,9 @@ from master.factory import chromium_factory
from master.factory import gclient_factory
import config
+import master_site_config
-ActiveMaster = config.Master.NativeClientRagel
+ActiveMaster = master_site_config.NativeClientRagel
# This is the dictionary that the buildmaster pays attention to. We also use
# a shorter alias to save typing.
« no previous file with comments | « masters/master.client.nacl.ports/master_site_config.py ('k') | masters/master.client.nacl.ragel/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698