diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-22 01:18:56 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-22 01:18:56 +0000 |
commit | 4f1af28c58778a2d8d1ed334ed47518d93c31ce5 (patch) | |
tree | 2c04aa40b286754d4fb57ce9cba4e69528af9224 /webkit/tools/test_shell/SConscript | |
parent | 15bba9a233a7b2b4a7a371e96436c2fdd17ed3dc (diff) | |
download | chromium_src-4f1af28c58778a2d8d1ed334ed47518d93c31ce5.zip chromium_src-4f1af28c58778a2d8d1ed334ed47518d93c31ce5.tar.gz chromium_src-4f1af28c58778a2d8d1ed334ed47518d93c31ce5.tar.bz2 |
Remove skia/public/{Vector,Platform}Canvas_unittest.cpp from SCons.
Review URL: http://codereview.chromium.org/11379
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5888 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/SConscript')
-rw-r--r-- | webkit/tools/test_shell/SConscript | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript index 83f9ee9..c5a3fbf 100644 --- a/webkit/tools/test_shell/SConscript +++ b/webkit/tools/test_shell/SConscript @@ -189,10 +189,6 @@ if env['PLATFORM'] == 'win32': #'$WEBKIT_DIR/glue/stringimpl_unittest.cc', '$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', |