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

Unified Diff: chromecast/chromecast.gyp

Issue 1137483004: [Chromecast] Ignore interfaces not used to connect to internet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 966196c59b69c4a8cc57025a488b5b3f91e831ee..e9645f93271ecf0275c991fc790750cffe394d5c 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -100,8 +100,12 @@
'sources': [
'net/connectivity_checker.cc',
'net/connectivity_checker.h',
+ 'net/network_change_notifier_factory_cast.cc',
+ 'net/network_change_notifier_factory_cast.h',
'net/net_switches.cc',
'net/net_switches.h',
+ 'net/net_util_cast.cc',
+ 'net/net_util_cast.h',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698