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

Unified Diff: scripts/master/factory/nacl_commands.py

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 | « scripts/master/factory/gclient_factory.py ('k') | scripts/master/factory/v8_commands.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/nacl_commands.py
diff --git a/scripts/master/factory/nacl_commands.py b/scripts/master/factory/nacl_commands.py
index a779312891fc18372b32645b6a1d4687dc6e9af5..fec677c7ef1283fb6c02383ee28a7e4b71f7df11 100644
--- a/scripts/master/factory/nacl_commands.py
+++ b/scripts/master/factory/nacl_commands.py
@@ -16,16 +16,10 @@ from master import chromium_step
from master.factory import commands
from master.log_parser import process_log
-import config
-
class NativeClientCommands(commands.FactoryCommands):
"""Encapsulates methods to add nacl commands to a buildbot factory."""
- # pylint: disable=W0212
- # (accessing protected member _NaClBase)
- PERF_BASE_URL = config.Master._NaClBase.perf_base_url
-
def __init__(self, factory=None, build_dir=None, target_platform=None):
commands.FactoryCommands.__init__(self, factory, 'Release', build_dir,
target_platform)
« no previous file with comments | « scripts/master/factory/gclient_factory.py ('k') | scripts/master/factory/v8_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698