Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index 70cac5fc6ed142fc2df0800f26c670ec2a81e689..b5ccff34cfa185aa76a045b9b1c51376a708c8a1 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -2076,6 +2076,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', |
], |