summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-13 18:39:46 +0000
committerevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-13 18:39:46 +0000
commit7560500adc415736cf47cef3c151f605d0750c14 (patch)
tree76d2078625749c1b6c445936971883b7fecdfd98 /build
parentb03b09278bdea7a21868403de2ab027ef8e5b19b (diff)
downloadchromium_src-7560500adc415736cf47cef3c151f605d0750c14.zip
chromium_src-7560500adc415736cf47cef3c151f605d0750c14.tar.gz
chromium_src-7560500adc415736cf47cef3c151f605d0750c14.tar.bz2
Basic GTK test shell: links in the SConscript and brings up a window with nonfunctioning UI.
Review URL: http://codereview.chromium.org/2983 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/SConscript.main4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/SConscript.main b/build/SConscript.main
index 2c62a7c..275df6d3 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':