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

Unified Diff: scripts/slave/chromium/dom_perf.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/archive_build_unittest.py ('k') | scripts/slave/chromium/playback_benchmark.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/chromium/dom_perf.py
diff --git a/scripts/slave/chromium/dom_perf.py b/scripts/slave/chromium/dom_perf.py
index 741be837d00d8db65668ec83a9bc9a5f7094a9ba..6725e5846da3c43630cb757c416afdedbe54244f 100644
--- a/scripts/slave/chromium/dom_perf.py
+++ b/scripts/slave/chromium/dom_perf.py
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2010 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -82,7 +82,7 @@ def dom_perf(options, args):
if chromium_utils.IsMac():
build_dir = os.path.join(os.path.dirname(build_dir), 'xcodebuild')
elif chromium_utils.IsLinux():
- build_dir = os.path.join(os.path.dirname(build_dir), 'out')
+ build_dir = os.path.join(os.path.dirname(build_dir), 'sconsbuild')
slave_utils.StartVirtualX(options.target,
os.path.join(build_dir, options.target))
test_exe_path = os.path.join(build_dir, options.target, test_exe_name)
« no previous file with comments | « scripts/slave/chromium/archive_build_unittest.py ('k') | scripts/slave/chromium/playback_benchmark.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698