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

Unified Diff: net/net.gyp

Issue 11359141: Use Netlink instead of NetworkManager (via D-bus) to monitor network (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 b6697b7942546809dff0be009414b27332d98c2b..84725b1aec9f617e11bb7a5993a851aba0f744cd 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -2040,6 +2040,15 @@
'net',
'net_with_v8',
],
+ 'conditions': [
+ [ 'use_glib == 1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:gconf',
+ '../build/linux/system.gyp:gio',
+ ],
+ },
+ ],
+ ],
'sources': [
'tools/net_watcher/net_watcher.cc',
],

Powered by Google App Engine
This is Rietveld 408576698