Index: build/gyp_chromium |
diff --git a/build/gyp_chromium b/build/gyp_chromium |
index ca00a54dc13fadebbd5c27722bd744ff270cbfd5..3ac81c045f7a98e9d3f880db682bd07ee8ade39c 100755 |
--- a/build/gyp_chromium |
+++ b/build/gyp_chromium |
@@ -265,7 +265,7 @@ if __name__ == '__main__': |
not 'OS=ios' in os.environ.get('GYP_DEFINES', []): |
os.environ['GYP_GENERATORS'] = 'ninja' |
- vs2013_runtime_dll_dirs = vs_toolchain.DownloadVsToolchain() |
+ vs2013_runtime_dll_dirs = vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs() |
# If CHROMIUM_GYP_SYNTAX_CHECK is set to 1, it will invoke gyp with --check |
# to enfore syntax checking. |