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

Unified Diff: build/SConscript.main

Issue 2983: gtk test shell (Closed)
Patch Set: rebase Created 12 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
« no previous file with comments | « base/gfx/native_widget_types.h ('k') | webkit/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
diff --git a/build/SConscript.main b/build/SConscript.main
index 2c62a7c024974e259794cd06069ec021be8ac2b5..275df6d373273517ce265475bf8bd14ec2a65e86 100644
--- a/build/SConscript.main
+++ b/build/SConscript.main
@@ -347,9 +347,9 @@ elif env['PLATFORM'] == 'posix':
env.Append(CCFLAGS=['-fprofile-arcs', '-ftest-coverage'])
env.Append(LINKFLAGS=['-fprofile-arcs'])
- # Build with system-provided NSS and GLib
+ # Build with system-provided NSS and GTK.
env.ParseConfig('pkg-config --cflags --libs nss')
- env.ParseConfig('pkg-config --cflags --libs glib-2.0')
+ env.ParseConfig('pkg-config --cflags --libs gtk+-2.0')
elif env['PLATFORM'] == 'darwin':
« no previous file with comments | « base/gfx/native_widget_types.h ('k') | webkit/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698