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', |
+ ], |
+ }], |
], |
}, |
{ |