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

Unified Diff: chromecast/chromecast.gyp

Issue 1138923002: [Chromecast] Reland "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
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromecast/net/net_util_cast.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 258812dfd1fb24f0a9ac102f60ff081419bef7a8..bb8e6ec7980c483f9dddffa89804f5b94071f507 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -103,6 +103,16 @@
'net/connectivity_checker.h',
'net/net_switches.cc',
'net/net_switches.h',
+ 'net/net_util_cast.cc',
+ 'net/net_util_cast.h',
+ ],
+ 'conditions': [
+ ['OS!="android"', {
+ 'sources': [
+ 'net/network_change_notifier_factory_cast.cc',
+ 'net/network_change_notifier_factory_cast.h',
+ ],
+ }],
],
},
{
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromecast/net/net_util_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698