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

Unified Diff: site_config/config.py

Issue 14383021: Break config_default into master_site_configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 7 years, 8 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: site_config/config.py
diff --git a/site_config/config.py b/site_config/config.py
index ae59c5d429b87b15e883cf12dfc7e9d6eadc419b..b46e8558ebd759c9579337ea130aad89fe7b277c 100644
--- a/site_config/config.py
+++ b/site_config/config.py
@@ -80,13 +80,3 @@ class Archive(config_private.Archive):
test_dirs_to_archive = ['fonts']
# Create these directories, initially empty, in the archive.
test_dirs_to_create = ['plugins', 'fonts']
-
- # Directories in which to store built files, for dev, official, and full
- # builds.
- archive_host = config_private.Archive.archive_host
- www_dir_base = config_private.Archive.www_dir_base
-
-
-class Distributed(config_private.Distributed):
- # File holding current version information.
- version_file = 'VERSION'

Powered by Google App Engine
This is Rietveld 408576698