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

Unified Diff: build/SConscript.main

Issue 4261: Implement MessageLoopForUI using GLib. This gets some exercise from... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 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 | « base/message_pump_glib.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
===================================================================
--- build/SConscript.main (revision 2721)
+++ build/SConscript.main (working copy)
@@ -344,8 +344,9 @@
env.Append(CCFLAGS=['-fprofile-arcs', '-ftest-coverage'])
env.Append(LINKFLAGS=['-fprofile-arcs'])
- # Build with system-provided NSS
+ # Build with system-provided NSS and GLib
env.ParseConfig('pkg-config --cflags --libs nss')
+ env.ParseConfig('pkg-config --cflags --libs glib-2.0')
elif env['PLATFORM'] == 'darwin':
« no previous file with comments | « base/message_pump_glib.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698