Index: webkit/tools/test_shell/SConscript |
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript |
index 4aab0d0768a743489c249c9531a7290d0ffb9a53..89526de3ae6d58d33d1c4062e3575b5ea4a532e6 100644 |
--- a/webkit/tools/test_shell/SConscript |
+++ b/webkit/tools/test_shell/SConscript |
@@ -26,6 +26,7 @@ env.Append( |
'$GTEST_DIR/include', |
], |
LIBS = [ |
+ 'dmg_fp', |
'test_shell', |
'glue', |
'port', |
@@ -196,4 +197,3 @@ test_shell_tests = env.ChromeTestProgram('test_shell_tests', |
resources + test_files) |
i = env.Install('$TARGET_ROOT', test_shell_tests) |
env.Alias('webkit', i) |
- |