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

Unified Diff: win_toolchain/get_toolchain_if_necessary.py

Issue 173523005: Move data.json to win_toolchain to its abs paths aren't hashed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 10 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 | « .gitignore ('k') | win_toolchain/toolchain2013.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win_toolchain/get_toolchain_if_necessary.py
diff --git a/win_toolchain/get_toolchain_if_necessary.py b/win_toolchain/get_toolchain_if_necessary.py
index 4af2e7f7a3c5badd77f0829b436d03a24ed7bd13..fb18ffc43921dad050faf0b66a6b6911d58cbabb 100755
--- a/win_toolchain/get_toolchain_if_necessary.py
+++ b/win_toolchain/get_toolchain_if_necessary.py
@@ -195,7 +195,8 @@ def main():
SaveTimestampsAndHash(target_dir, current_hash)
if options.output_json:
- shutil.copyfile(os.path.join(target_dir, 'data.json'), options.output_json)
+ shutil.copyfile(os.path.join(target_dir, '..', 'data.json'),
+ options.output_json)
return 0
« no previous file with comments | « .gitignore ('k') | win_toolchain/toolchain2013.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698