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

Unified Diff: masters/master.client.dart.fyi/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.dart.fyi/master.cfg
diff --git a/masters/master.client.dart.fyi/master.cfg b/masters/master.client.dart.fyi/master.cfg
index c19eccba426bb029d0fd9b5e4e3e9242ab952c00..f2de8b626b3ba6f2d348f547190e2baec1e6330d 100644
--- a/masters/master.client.dart.fyi/master.cfg
+++ b/masters/master.client.dart.fyi/master.cfg
@@ -26,7 +26,8 @@ from master.factory import dart_factory
from master.factory.dart_factory import linux_env, linux_clang_env, windows_env
import config
-ActiveMaster = config.Master.DartFYI
+import master_site_config
+ActiveMaster = master_site_config.DartFYI
utils = dart_factory.DartUtils(ActiveMaster)
# Hack to increase timeout for steps, dart2js debug checked mode takes more
« no previous file with comments | « masters/master.chromiumos/master_site_config.py ('k') | masters/master.client.dart.fyi/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698