diff options
-rw-r--r-- | webkit/tools/test_shell/SConscript | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript index b12d344..bcaa103 100644 --- a/webkit/tools/test_shell/SConscript +++ b/webkit/tools/test_shell/SConscript @@ -176,7 +176,6 @@ test_files = [ '$WEBKIT_DIR/glue/resource_fetcher_unittest.cc', '$WEBKIT_DIR/glue/webframe_unittest.cc', '$WEBKIT_DIR/port/platform/GKURL_unittest.cpp', - '$WEBKIT_DIR/port/platform/graphics/skia/public/PlatformCanvas_unittest.cpp', '$WEBKIT_DIR/port/platform/image-decoders/bmp/BMPImageDecoder_unittest.cpp', '$WEBKIT_DIR/port/platform/image-decoders/ico/ICOImageDecoder_unittest.cpp', '$WEBKIT_DIR/port/platform/image-decoders/xbm/XBMImageDecoder_unittest.cpp', @@ -192,6 +191,9 @@ if env['PLATFORM'] == 'win32': '$WEBKIT_DIR/glue/webplugin_impl_unittest.cc', '$WEBKIT_DIR/port/platform/graphics/UniscribeHelper_unittest.cpp', '$WEBKIT_DIR/port/platform/graphics/skia/public/VectorCanvas_unittest.cpp', + + # TODO(brettw) this should also be compiled on Linux. + '$WEBKIT_DIR/port/platform/graphics/skia/public/PlatformCanvas_unittest.cpp', ]) test_shell_tests = env.ChromeTestProgram('test_shell_tests', |