summaryrefslogtreecommitdiffstats
path: root/chrome/installer/mini_installer.gypi
diff options
context:
space:
mode:
authorbcwhite <bcwhite@chromium.org>2015-08-05 12:25:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-05 19:26:28 +0000
commit135f5f669574bd07eaedaf6b57503984aeb13be8 (patch)
treea27e73c2eec9842451322e0224f18b5b6921bef4 /chrome/installer/mini_installer.gypi
parent3fc123b21ddc8591382f4959852314e6fdb5015e (diff)
downloadchromium_src-135f5f669574bd07eaedaf6b57503984aeb13be8.zip
chromium_src-135f5f669574bd07eaedaf6b57503984aeb13be8.tar.gz
chromium_src-135f5f669574bd07eaedaf6b57503984aeb13be8.tar.bz2
Return Windows error code when create-process fails.
COULD_NOT_CREATE_PROCESS makes up about 10% of the setup errors; include the actual DWORD result code returned by ::CreateProcess by placing all result information into the proper location of the Registry for reading by Omaha. BUG= Review URL: https://codereview.chromium.org/1247993002 Cr-Commit-Position: refs/heads/master@{#341938}
Diffstat (limited to 'chrome/installer/mini_installer.gypi')
-rw-r--r--chrome/installer/mini_installer.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/installer/mini_installer.gypi b/chrome/installer/mini_installer.gypi
index b1e5a2b..8fb169a 100644
--- a/chrome/installer/mini_installer.gypi
+++ b/chrome/installer/mini_installer.gypi
@@ -35,6 +35,8 @@
'mini_installer/mini_string.h',
'mini_installer/pe_resource.cc',
'mini_installer/pe_resource.h',
+ 'mini_installer/regkey.cc',
+ 'mini_installer/regkey.h',
],
# Disable precompiled headers for this project, to avoid
# linker errors when building with VS 2008.