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

Unified Diff: net/net.gyp

Issue 10912132: Move ProxyConfigService construction onto the IO thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tiny fix for get_server_time Created 8 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 0a9270c2e675840cad2b7f8fa231570ebe3e8f7e..f30aa246379fa7c05f2d977718507d47f4180b70 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1961,6 +1961,15 @@
'../build/temp_gyp/googleurl.gyp:googleurl',
'net',
],
+ 'conditions': [
+ [ 'use_glib == 1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:gconf',
+ '../build/linux/system.gyp:gio',
+ ],
+ },
+ ],
+ ],
'sources': [
'tools/get_server_time/get_server_time.cc',
],

Powered by Google App Engine
This is Rietveld 408576698