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

Unified Diff: build/SConscript.main

Issue 49009: Proxy config for Linux (ProxyConfigServiceLinux)... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 9 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
« no previous file with comments | « no previous file | chrome/app/chrome_exe_main_gtk.cc » ('j') | net/proxy/proxy_config_service_linux.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
===================================================================
--- build/SConscript.main (revision 12719)
+++ build/SConscript.main (working copy)
@@ -597,6 +597,7 @@
linux_env.ParseConfig('pkg-config --cflags --libs nss')
linux_env.ParseConfig('pkg-config --cflags --libs gtk+-2.0')
linux_env.ParseConfig('pkg-config --cflags --libs pangoft2')
+ linux_env.ParseConfig('pkg-config --cflags --libs gconf-2.0')
except OSError, e:
print ('\n'
'Failed to find a package dependency. Please install all the\n'
« no previous file with comments | « no previous file | chrome/app/chrome_exe_main_gtk.cc » ('j') | net/proxy/proxy_config_service_linux.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698