From 7a8f0640ac49e7a0eaa79605e7b57d8fd772d344 Mon Sep 17 00:00:00 2001 From: bcwhite Date: Sat, 8 Aug 2015 09:12:41 -0700 Subject: 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. 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} --- chrome/installer/setup/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome/installer/setup') 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 -- cgit v1.1