diff options
author | wfh@chromium.org <wfh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-23 15:27:59 +0000 |
---|---|---|
committer | wfh@chromium.org <wfh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-23 15:27:59 +0000 |
commit | a0ba7d7aac7980550e73951d427565a383965702 (patch) | |
tree | 521d70255dee7fb7d8c519ea163dc5e6ad0d841f /chrome/chrome_installer.gypi | |
parent | e4c923fca67db7fb31022b064ae9dbbdba4b8d6f (diff) | |
download | chromium_src-a0ba7d7aac7980550e73951d427565a383965702.zip chromium_src-a0ba7d7aac7980550e73951d427565a383965702.tar.gz chromium_src-a0ba7d7aac7980550e73951d427565a383965702.tar.bz2 |
Add a flag to all of the registry related work items to specify whether to operate on the 64-bit or 32-bit hive on a WOW64 system.
Make DeleteRegKeyWorkItem call down into RegKey so WOW64 support works for delete work items.
All calls changed to use the Wow64_Default (0) parameter, so the behavior is identical.
This is prep for adding 64-bit support to the installer.
BUG=348626,338706
R=grt@chromium.org, grt
TBR=sky
TEST=installer_util_unittests
Review URL: https://codereview.chromium.org/282363003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272539 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer.gypi')
-rw-r--r-- | chrome/chrome_installer.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi index fad6b8c..1e6cd9c 100644 --- a/chrome/chrome_installer.gypi +++ b/chrome/chrome_installer.gypi @@ -98,7 +98,6 @@ 'installer/util/advanced_firewall_manager_win_unittest.cc', 'installer/util/callback_work_item_unittest.cc', 'installer/util/channel_info_unittest.cc', - 'installer/util/copy_reg_key_work_item_unittest.cc', 'installer/util/copy_tree_work_item_unittest.cc', 'installer/util/create_dir_work_item_unittest.cc', 'installer/util/create_reg_key_work_item_unittest.cc', |