summaryrefslogtreecommitdiffstats
path: root/chromecast/chromecast.gyp
diff options
context:
space:
mode:
authorgunsch <gunsch@chromium.org>2015-05-11 21:22:25 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-12 04:22:37 +0000
commit4b40fb3b268414b5d6cbf2987a901287b6ddc6da (patch)
tree167f172a35d00c33e09326815170c3e5f0cc5994 /chromecast/chromecast.gyp
parentf26ead7fcbe9ab007e99accfb60e9b925d624bd6 (diff)
downloadchromium_src-4b40fb3b268414b5d6cbf2987a901287b6ddc6da.zip
chromium_src-4b40fb3b268414b5d6cbf2987a901287b6ddc6da.tar.gz
chromium_src-4b40fb3b268414b5d6cbf2987a901287b6ddc6da.tar.bz2
Revert of [Chromecast] Ignore interfaces not used to connect to internet. (patchset #1 id:1 of https://codereview.chromium.org/1137483004/)
Reason for revert: broke the Android builds. Not sure how "cast_shell_android" passed, actually. Original issue's description: > [Chromecast] Ignore interfaces not used to connect to internet. > > Add NetworkChangeNotifierFactoryCast to create instance of > NetworkChangeNotifierLinux that ignores interfaces that will not be > used to connect to internet. > > BUG=469863 > R=gunsch@chromium.org,byungchul@chromium.org,wzhong@chromium.org > > Committed: https://crrev.com/561d7adb5ec842c5e56ece4524d0e486691ca614 > Cr-Commit-Position: refs/heads/master@{#329319} TBR=byungchul@chromium.org,wzhong@chromium.org,derekjchow@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=469863 Review URL: https://codereview.chromium.org/1141503002 Cr-Commit-Position: refs/heads/master@{#329348}
Diffstat (limited to 'chromecast/chromecast.gyp')
-rw-r--r--chromecast/chromecast.gyp4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index d281de3..258812d 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -101,12 +101,8 @@
'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',
],
},
{