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

Unified Diff: net/net.gyp

Issue 11308069: Get net_watcher working on Gnome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add OS_OPENBSD 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
« no previous file with comments | « no previous file | net/tools/net_watcher/net_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « no previous file | net/tools/net_watcher/net_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698