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

Unified Diff: scripts/slave/chromium/sizes.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/playback_benchmark.py ('k') | scripts/slave/slave_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/chromium/sizes.py
diff --git a/scripts/slave/chromium/sizes.py b/scripts/slave/chromium/sizes.py
index 38b1de72e77b6faaa95ee497cc9e3313cd4a995a..57e4b7d234f2b183fb7e7e0082212dc5b9196750 100644
--- a/scripts/slave/chromium/sizes.py
+++ b/scripts/slave/chromium/sizes.py
@@ -109,8 +109,8 @@ def main_linux(options, args):
Returns the first non-zero exit status of any command it executes,
or zero on success.
"""
- target_dir = os.path.join(os.path.dirname(options.build_dir), 'out',
- options.target)
+ target_dir = os.path.join(os.path.dirname(options.build_dir),
+ 'sconsbuild', options.target)
chrome = os.path.join(target_dir, 'chrome')
result = 0
« no previous file with comments | « scripts/slave/chromium/playback_benchmark.py ('k') | scripts/slave/slave_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698