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

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: 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') | net/tools/net_watcher/net_watcher.cc » ('J')
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 b3bd6a74f4682db11b0a8bf9ac5df20655c59bbe..e9716d856f2671584fc9284999188a189cbe2ca9 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -2065,6 +2065,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') | net/tools/net_watcher/net_watcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698