| Index: chrome/chrome_installer_util.gypi
|
| diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi
|
| index 31c3653a9e2205097fbcfdb6624042efbd401fbf..4f2f94f2335b58da62c5d8c9d82d2e3bcfd8e792 100644
|
| --- a/chrome/chrome_installer_util.gypi
|
| +++ b/chrome/chrome_installer_util.gypi
|
| @@ -11,6 +11,8 @@
|
| # This part is shared between the two versions of the target.
|
| ['installer_util_target==1', {
|
| 'sources': [
|
| + 'installer/util/advanced_security_firewall_manager_win.cc',
|
| + 'installer/util/advanced_security_firewall_manager_win.h',
|
| 'installer/util/app_command.cc',
|
| 'installer/util/app_command.h',
|
| 'installer/util/app_commands.cc',
|
| @@ -47,6 +49,9 @@
|
| 'installer/util/delete_tree_work_item.h',
|
| 'installer/util/duplicate_tree_detector.cc',
|
| 'installer/util/duplicate_tree_detector.h',
|
| + 'installer/util/firewall_manager.cc',
|
| + 'installer/util/firewall_manager.h',
|
| + 'installer/util/firewall_manager_win.cc',
|
| 'installer/util/google_chrome_binaries_distribution.cc',
|
| 'installer/util/google_chrome_binaries_distribution.h',
|
| 'installer/util/google_chrome_sxs_distribution.cc',
|
| @@ -71,6 +76,8 @@
|
| 'installer/util/l10n_string_util.h',
|
| 'installer/util/language_selector.cc',
|
| 'installer/util/language_selector.h',
|
| + 'installer/util/legacy_firewall_manager_win.cc',
|
| + 'installer/util/legacy_firewall_manager_win.h',
|
| 'installer/util/master_preferences_constants.cc',
|
| 'installer/util/master_preferences_constants.h',
|
| 'installer/util/move_tree_work_item.cc',
|
|
|