diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-19 19:25:52 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-19 19:25:52 +0000 |
commit | 8028882175eb5843e68b6a686aebc1025e55fef4 (patch) | |
tree | 8c89a5ee35b49fbccd83d2e51c92171ce52df175 /webkit | |
parent | 2eda156d92f0edc883d078b30f7a5c523870f7a5 (diff) | |
download | chromium_src-8028882175eb5843e68b6a686aebc1025e55fef4.zip chromium_src-8028882175eb5843e68b6a686aebc1025e55fef4.tar.gz chromium_src-8028882175eb5843e68b6a686aebc1025e55fef4.tar.bz2 |
Remove platformCanvas_unittest from Liunx build since it doesn't compile properly.
Review URL: http://codereview.chromium.org/11283
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5695 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-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', |