Index: build/gyp_chromium.py |
diff --git a/build/gyp_chromium.py b/build/gyp_chromium.py |
index 3c975d6a4683920e5eea67d86424523c86623539..b8f9d24265fd6d2c73d87b1270c7fa812bf04763 100644 |
--- a/build/gyp_chromium.py |
+++ b/build/gyp_chromium.py |
@@ -327,7 +327,7 @@ def main(): |
# Off we go... |
gyp_rc = gyp.main(args) |
- if not use_analyzer: |
+ if gyp_rc == 0 and not use_analyzer: |
vs2013_runtime_dll_dirs = vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs() |
if vs2013_runtime_dll_dirs: |
x64_runtime, x86_runtime = vs2013_runtime_dll_dirs |