summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_installer_util.gypi
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-18 02:47:17 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-18 02:47:17 +0000
commita6f66bf26ec3118c12710b3bdd325a53e69d1da1 (patch)
tree70ce82d288d7a031cfed00290cab461810c1f8e0 /chrome/chrome_installer_util.gypi
parentc135686acf4c9b2a2b9cd10ba6a6ecf1b67a8d05 (diff)
downloadchromium_src-a6f66bf26ec3118c12710b3bdd325a53e69d1da1.zip
chromium_src-a6f66bf26ec3118c12710b3bdd325a53e69d1da1.tar.gz
chromium_src-a6f66bf26ec3118c12710b3bdd325a53e69d1da1.tar.bz2
Added CopyRegKeyWorkItem in support of IE low rights policy fixes.
A subsequent CL will contain the rest of the fixes for the bug. BUG=95810 TEST=installer_util_unittests.exe Review URL: http://codereview.chromium.org/7890069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101684 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer_util.gypi')
-rw-r--r--chrome/chrome_installer_util.gypi16
1 files changed, 10 insertions, 6 deletions
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi
index eaad080..fedb136 100644
--- a/chrome/chrome_installer_util.gypi
+++ b/chrome/chrome_installer_util.gypi
@@ -11,6 +11,10 @@
# This part is shared between the two versions of the target.
['installer_util_target==1', {
'sources': [
+ 'installer/util/app_command.cc',
+ 'installer/util/app_command.h',
+ 'installer/util/app_commands.cc',
+ 'installer/util/app_commands.h',
'installer/util/browser_distribution.cc',
'installer/util/browser_distribution.h',
'installer/util/channel_info.cc',
@@ -21,6 +25,8 @@
'installer/util/chromium_binaries_distribution.h',
'installer/util/conditional_work_item_list.cc',
'installer/util/conditional_work_item_list.h',
+ 'installer/util/copy_reg_key_work_item.cc',
+ 'installer/util/copy_reg_key_work_item.h',
'installer/util/copy_tree_work_item.cc',
'installer/util/copy_tree_work_item.h',
'installer/util/create_dir_work_item.cc',
@@ -47,10 +53,10 @@
'installer/util/helper.h',
'installer/util/install_util.cc',
'installer/util/install_util.h',
- 'installer/util/installation_state.h',
'installer/util/installation_state.cc',
- 'installer/util/installer_state.h',
+ 'installer/util/installation_state.h',
'installer/util/installer_state.cc',
+ 'installer/util/installer_state.h',
'installer/util/l10n_string_util.cc',
'installer/util/l10n_string_util.h',
'installer/util/language_selector.cc',
@@ -59,10 +65,8 @@
'installer/util/master_preferences_constants.h',
'installer/util/move_tree_work_item.cc',
'installer/util/move_tree_work_item.h',
- 'installer/util/app_command.cc',
- 'installer/util/app_command.h',
- 'installer/util/app_commands.cc',
- 'installer/util/app_commands.h',
+ 'installer/util/registry_key_backup.cc',
+ 'installer/util/registry_key_backup.h',
'installer/util/self_reg_work_item.cc',
'installer/util/self_reg_work_item.h',
'installer/util/set_reg_value_work_item.cc',