diff options
author | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 22:28:06 +0000 |
---|---|---|
committer | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 22:28:06 +0000 |
commit | ae66a48d272b1fdc8bf475b107ae11d95edc91f9 (patch) | |
tree | df3155b2a0e99cd217b20a01dfd1c806c69a8bfd /net/net.gyp | |
parent | f8e62b54e0e6e7ddf1691046109b5370859eac35 (diff) | |
download | chromium_src-ae66a48d272b1fdc8bf475b107ae11d95edc91f9.zip chromium_src-ae66a48d272b1fdc8bf475b107ae11d95edc91f9.tar.gz chromium_src-ae66a48d272b1fdc8bf475b107ae11d95edc91f9.tar.bz2 |
Offline state detection for linux, using new D-Bus library.
Relanding with fix for component build: use NET_EXPORT_PRIVATE
in network_change_notifier_linux.h.
BUG=53473
TEST=see attachment on bug 7469
R=willchan@chromium.org
Review URL: http://codereview.chromium.org/8575013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110374 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 628bb69..e0b467c 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -939,6 +939,13 @@ ], }, ], + [ 'OS == "linux"', { + 'dependencies': [ + '../build/linux/system.gyp:dbus', + '../dbus/dbus.gyp:dbus', + ], + }, + ], ], }, { @@ -989,6 +996,7 @@ 'base/net_log_unittest.cc', 'base/net_log_unittest.h', 'base/net_util_unittest.cc', + 'base/network_change_notifier_linux_unittest.cc', 'base/network_change_notifier_win_unittest.cc', 'base/origin_bound_cert_service_unittest.cc', 'base/pem_tokenizer_unittest.cc', @@ -1224,6 +1232,13 @@ ], }, ], + [ 'OS == "linux"', { + 'dependencies': [ + '../build/linux/system.gyp:dbus', + '../dbus/dbus.gyp:dbus_test_support', + ], + }, + ], ], }, { |