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

Unified Diff: build/vs_toolchain.py

Issue 720033003: Update to VS2013 Update 4, and Windows SDK 8.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ntddi Created 6 years, 1 month 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 | « build/toolchain_vs2013.hash ('k') | build/win_is_xtree_patched.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/vs_toolchain.py
diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
index bdedd6fa8822f121da2687d338cbdf3f58140575..f68ba5224be334db91dab806f97ef9168a29ff18 100644
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -131,8 +131,7 @@ def CopyVsRuntimeDlls(output_dir, runtime_dirs):
def _GetDesiredVsToolchainHashes():
"""Load a list of SHA1s corresponding to the toolchains that we want installed
to build with."""
- sha1path = os.path.join(script_dir,
- '..', 'buildtools', 'toolchain_vs2013.hash')
+ sha1path = os.path.join(script_dir, 'toolchain_vs2013.hash')
with open(sha1path, 'rb') as f:
return f.read().strip().splitlines()
« no previous file with comments | « build/toolchain_vs2013.hash ('k') | build/win_is_xtree_patched.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698