| 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',
|
|
|