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

Unified Diff: chromeos/chromeos.gyp

Issue 965613002: Open a firewall hole when a TCP server or UDP socket is bound. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 9 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/about_flags.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 0a0c25977de925d3e85ff23e7ccf32516e9a2dea..9deb35b2ac4eb069226c8a27895d13aad718d0e2 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -330,6 +330,8 @@
'network/managed_network_configuration_handler_impl.h',
'network/managed_state.cc',
'network/managed_state.h',
+ 'network/firewall_hole.cc',
+ 'network/firewall_hole.h',
'network/network_activation_handler.cc',
'network/network_activation_handler.h',
'network/network_cert_migrator.cc',
@@ -471,6 +473,7 @@
'login/login_state_unittest.cc',
'network/auto_connect_handler_unittest.cc',
'network/client_cert_resolver_unittest.cc',
+ 'network/firewall_hole_unittest.cc',
'network/geolocation_handler_unittest.cc',
'network/host_resolver_impl_chromeos_unittest.cc',
'network/managed_network_configuration_handler_unittest.cc',
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698