summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/common/ipc_tests.scons15
1 files changed, 15 insertions, 0 deletions
diff --git a/chrome/common/ipc_tests.scons b/chrome/common/ipc_tests.scons
index 9625eab..aaa926284 100644
--- a/chrome/common/ipc_tests.scons
+++ b/chrome/common/ipc_tests.scons
@@ -28,6 +28,21 @@ env.Append(
LIBS = [
'glue',
'WTF',
+ 'WebKit',
+
+ 'bzip2',
+ 'X11',
+ 'Xrender',
+ 'Xext',
+
+ 'media',
+ 'sdch',
+ 'views',
+
+ 'hunspell',
+ 'printing',
+ 'modp_b64',
+ 'debugger',
],
)