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

Unified Diff: scripts/master/factory/v8_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/nacl_commands.py ('k') | site_config/config_bootstrap.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/v8_commands.py
diff --git a/scripts/master/factory/v8_commands.py b/scripts/master/factory/v8_commands.py
index 178b9caf16223bf58d910f94aa797cb0f4f3414d..3384cd7cba418601cc47081aaaa075eac9b65fde 100644
--- a/scripts/master/factory/v8_commands.py
+++ b/scripts/master/factory/v8_commands.py
@@ -15,10 +15,6 @@ import config
class V8Commands(commands.FactoryCommands):
"""Encapsulates methods to add v8 commands to a buildbot factory."""
- # pylint: disable=W0212
- # (accessing protected member V8)
- PERF_BASE_URL = config.Master.V8.perf_base_url
-
def __init__(self, factory=None, target=None, build_dir=None,
target_platform=None, target_arch=None,
shard_count=1, shard_run=1, shell_flags=None, isolates=False,
« no previous file with comments | « scripts/master/factory/nacl_commands.py ('k') | site_config/config_bootstrap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698