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

Unified Diff: build/gyp_chromium

Issue 174063005: Win automatic toolchain: copy runtime dlls properly when not run from chrome/src. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gyp_chromium
diff --git a/build/gyp_chromium b/build/gyp_chromium
index ae1d4c2f66242d7c883b990078479bfd92f86836..0e3ce16573d7ca75e64f728a8e7013ddc1ff4bcb 100755
--- a/build/gyp_chromium
+++ b/build/gyp_chromium
@@ -500,6 +500,7 @@ if __name__ == '__main__':
[sys.executable, os.path.join(script_dir, 'landmines.py')])
if vs2013_runtime_dll_dirs:
- CopyVsRuntimeDlls(GetOutputDirectory(), vs2013_runtime_dll_dirs)
+ CopyVsRuntimeDlls(os.path.join(chrome_src, GetOutputDirectory()),
+ vs2013_runtime_dll_dirs)
sys.exit(gyp_rc)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698