diff options
author | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 20:20:26 +0000 |
---|---|---|
committer | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 20:20:26 +0000 |
commit | 86e2015dae909587a44405e1a616eca9dd7e7a52 (patch) | |
tree | 71652d14992c0ed230bf387310787e4e829f552c /net/net.gyp | |
parent | 9ed24fef99771e228942bc3823e9e9ee9086128c (diff) | |
download | chromium_src-86e2015dae909587a44405e1a616eca9dd7e7a52.zip chromium_src-86e2015dae909587a44405e1a616eca9dd7e7a52.tar.gz chromium_src-86e2015dae909587a44405e1a616eca9dd7e7a52.tar.bz2 |
Revert "Offline state detection for linux, using new D-Bus library."
This reverts commit b383640dbf09a7696e65a8ebe50711562c9943b4.
Broke the Linux shared build.
BUG=53473
TBR=willchan
Review URL: http://codereview.chromium.org/8578013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110346 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/net.gyp b/net/net.gyp index e0b467c..628bb69 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -939,13 +939,6 @@ ], }, ], - [ 'OS == "linux"', { - 'dependencies': [ - '../build/linux/system.gyp:dbus', - '../dbus/dbus.gyp:dbus', - ], - }, - ], ], }, { @@ -996,7 +989,6 @@ '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', @@ -1232,13 +1224,6 @@ ], }, ], - [ 'OS == "linux"', { - 'dependencies': [ - '../build/linux/system.gyp:dbus', - '../dbus/dbus.gyp:dbus_test_support', - ], - }, - ], ], }, { |