Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4632)

Unified Diff: chrome/chrome_installer_util.gypi

Issue 149023010: UDP firewall rules for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more xp code Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | chrome/installer/setup/install_worker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | chrome/installer/setup/install_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698