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

Unified Diff: win_toolchain/toolchain2013.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 | « win_toolchain/get_toolchain_if_necessary.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win_toolchain/toolchain2013.py
diff --git a/win_toolchain/toolchain2013.py b/win_toolchain/toolchain2013.py
index 1ed216cd4f71b448e297f5457ba87ecd6416e928..dd7ce2555e18ec6f9e7e6706d4e0689348b63c83 100755
--- a/win_toolchain/toolchain2013.py
+++ b/win_toolchain/toolchain2013.py
@@ -467,7 +467,7 @@ def main():
os.path.join(target_dir, 'sys32'),
],
}
- with open(os.path.join(target_dir, 'data.json'), 'w') as f:
+ with open(os.path.join(target_dir, '..', 'data.json'), 'w') as f:
json.dump(data, f)
finally:
if options.clean:
« no previous file with comments | « win_toolchain/get_toolchain_if_necessary.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698