summaryrefslogtreecommitdiffstats
path: root/webkit/SConscript
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-15 19:31:45 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-15 19:31:45 +0000
commit02691705540232dffa1c2a0cd5fc574cdbb09612 (patch)
treebcaf47e3c386e3d7a6d714886e39ede6344d6ad0 /webkit/SConscript
parent209308572c06cc9d0a7c38e37928d6765ef9f4c7 (diff)
downloadchromium_src-02691705540232dffa1c2a0cd5fc574cdbb09612.zip
chromium_src-02691705540232dffa1c2a0cd5fc574cdbb09612.tar.gz
chromium_src-02691705540232dffa1c2a0cd5fc574cdbb09612.tar.bz2
compile a few more files needed by WTF
also reorder the link libraries so more stuff links Review URL: http://codereview.chromium.org/7342 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript')
-rw-r--r--webkit/SConscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/SConscript b/webkit/SConscript
index d3f3812..9ace6ab 100644
--- a/webkit/SConscript
+++ b/webkit/SConscript
@@ -50,7 +50,9 @@ elif env['PLATFORM'] == 'posix':
'BUILDING_GTK__',
# In Platform.h, this doesn't get defined when BUILDING_GTK__ is
# defined.
- 'WTF_USE_ICU_UNICODE',
+ 'WTF_USE_ICU_UNICODE=1',
+ # We want webkit to use pthreads rather than gthread.
+ 'WTF_USE_PTHREADS=1',
],
)