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

Unified Diff: scripts/slave/chromium/playback_benchmark.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/dom_perf.py ('k') | scripts/slave/chromium/sizes.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/chromium/playback_benchmark.py
diff --git a/scripts/slave/chromium/playback_benchmark.py b/scripts/slave/chromium/playback_benchmark.py
index 96cb28b935c708dd028b3d2fbb2ac9468578547e..7f56cd71e66fdee76ac18a296f1515e7d8190cb2 100644
--- a/scripts/slave/chromium/playback_benchmark.py
+++ b/scripts/slave/chromium/playback_benchmark.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.
@@ -52,7 +52,7 @@ def run_benchmark(options, use_refbuild, benchmark_results):
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')
build_dir = os.path.join(build_dir, options.target)
else:
build_dir = os.path.join(os.path.dirname(build_dir), 'chrome', 'tools',
« no previous file with comments | « scripts/slave/chromium/dom_perf.py ('k') | scripts/slave/chromium/sizes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698