Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Unified Diff: net/net.gyp

Issue 8249008: Offline state detection for linux, using new D-Bus library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 9021035432628980b1f47e3d72bfe7df2c31b677..6c48bfca0d3fa558dfa5156b5c73094b0c7251bb 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -906,6 +906,12 @@
],
},
],
+ [ 'OS == "linux"', {
+ 'dependencies': [
+ '../dbus/dbus.gyp:dbus',
+ ],
+ },
+ ],
],
},
{
« net/base/network_change_notifier_linux.cc ('K') | « net/base/network_change_notifier_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698