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

Unified Diff: scripts/slave/slave_utils.py

Issue 7306001: Revert "Linux: Remove some references to the sconsbuild directory." (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/tools/build
Patch Set: Created 9 years, 6 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/slave/chromium/sizes.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/slave_utils.py
diff --git a/scripts/slave/slave_utils.py b/scripts/slave/slave_utils.py
index e692c898a67dde8c5abb4fcb966080d300db996d..ade9ebb9eb5b36d459e068de7840319e345ef824 100644
--- a/scripts/slave/slave_utils.py
+++ b/scripts/slave/slave_utils.py
@@ -251,8 +251,8 @@ def RunPythonCommandInBuildDir(build_dir, target, command_line_args):
if sys.platform == 'linux2':
slave_name = SlaveBuildName(build_dir)
- StartVirtualX(slave_name, os.path.join(build_dir, '..', 'out', target))
-
+ StartVirtualX(slave_name,
+ os.path.join(build_dir, '..', 'sconsbuild', target))
if sys.platform == 'darwin':
# CrashReporter/ReportCrash take forever to walk through all of the
« no previous file with comments | « scripts/slave/chromium/sizes.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698