diff options
author | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 19:51:53 +0000 |
---|---|---|
committer | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 19:51:53 +0000 |
commit | b383640dbf09a7696e65a8ebe50711562c9943b4 (patch) | |
tree | 9f1d74c24ceb995763f2943ffb987d29ca4712aa /net/net.gyp | |
parent | 75d0966eae4cc84e57a99fd5049d8644b93e6142 (diff) | |
download | chromium_src-b383640dbf09a7696e65a8ebe50711562c9943b4.zip chromium_src-b383640dbf09a7696e65a8ebe50711562c9943b4.tar.gz chromium_src-b383640dbf09a7696e65a8ebe50711562c9943b4.tar.bz2 |
Offline state detection for linux, using new D-Bus library.
BUG=53473
TEST=see attachment on bug 7469
Review URL: http://codereview.chromium.org/8249008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110344 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', + ], + }, + ], ], }, { |