summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorpauljensen@chromium.org <pauljensen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-09 10:44:07 +0000
committerpauljensen@chromium.org <pauljensen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-09 10:44:07 +0000
commitcf71d7725245bacb6f2db6d8444716c77c7ad693 (patch)
treebfcd277db3daeb9c3be57772d8f6cd44de817053 /net/net.gyp
parent72501b5d63983aa2f76630bcc07aad13d5b9c590 (diff)
downloadchromium_src-cf71d7725245bacb6f2db6d8444716c77c7ad693.zip
chromium_src-cf71d7725245bacb6f2db6d8444716c77c7ad693.tar.gz
chromium_src-cf71d7725245bacb6f2db6d8444716c77c7ad693.tar.bz2
Detect enabling or disabling of VPN on Android so
NetworkChangeNotifierAndroid can send out the proper notifications. This detection uses an instantiation of the AddressTrackerLinux to listen for NETLINK messages from the kernel about tunnel interaces. BUG=318794 Review URL: https://codereview.chromium.org/134873015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249991 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 589e19b..fbe184d 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1600,6 +1600,8 @@
['OS == "android"', {
'sources/': [
['include', '^base/platform_mime_util_linux\\.cc$'],
+ ['include', '^base/address_tracker_linux\\.cc$'],
+ ['include', '^base/address_tracker_linux\\.h$'],
],
}],
['OS == "ios"', {