summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup
diff options
context:
space:
mode:
authorbcwhite <bcwhite@chromium.org>2015-08-08 09:12:41 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-08 16:13:26 +0000
commit7a8f0640ac49e7a0eaa79605e7b57d8fd772d344 (patch)
tree58b08b35d826a7d48da3ad6830f5ac204b987b94 /chrome/installer/setup
parentf9e7beff4b04743e5db3d38e693db85bafd1fd69 (diff)
downloadchromium_src-7a8f0640ac49e7a0eaa79605e7b57d8fd772d344.zip
chromium_src-7a8f0640ac49e7a0eaa79605e7b57d8fd772d344.tar.gz
chromium_src-7a8f0640ac49e7a0eaa79605e7b57d8fd772d344.tar.bz2
Revert of Return Windows error code when create-process fails. (patchset #14 id:260001 of https://codereview.chromium.org/1247993002/ )
Reason for revert: Looks like some other file needs to be added to the .gn as well. <sigh> Original issue's description: > 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= > > Committed: https://crrev.com/135f5f669574bd07eaedaf6b57503984aeb13be8 > Cr-Commit-Position: refs/heads/master@{#341938} > > Committed: https://crrev.com/41465440adac9c4ca529d42bc685eedb640c8eb7 > Cr-Commit-Position: refs/heads/master@{#342528} TBR=grt@chromium.org,ganesh@chromium.org,robertshield@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/1285473002 Cr-Commit-Position: refs/heads/master@{#342530}
Diffstat (limited to 'chrome/installer/setup')
-rw-r--r--chrome/installer/setup/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/installer/setup/BUILD.gn b/chrome/installer/setup/BUILD.gn
index ffcf8d4..5809a9d 100644
--- a/chrome/installer/setup/BUILD.gn
+++ b/chrome/installer/setup/BUILD.gn
@@ -22,8 +22,6 @@ if (is_win) {
"../mini_installer/mini_string.cc",
"../mini_installer/mini_string.h",
"../mini_installer/mini_string_test.cc",
- "../mini_installer/regkey.cc",
- "../mini_installer/regkey.h",
"app_launcher_installer.cc", # Move to lib
"app_launcher_installer.h", # Move to lib
"archive_patch_helper.cc", # Move to lib