Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(567)

Unified Diff: webkit/tools/test_shell/SConscript

Issue 18511: Add back convolver_unittest.cc and image_operations_unittest.cc.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/ext/vector_canvas_unittest.cc ('k') | webkit/tools/test_shell/image_decoder_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/SConscript
===================================================================
--- webkit/tools/test_shell/SConscript (revision 8468)
+++ webkit/tools/test_shell/SConscript (working copy)
@@ -230,6 +230,7 @@
'run_all_tests.cc',
'test_shell_test.cc',
'text_input_controller_unittest.cc',
+ '$SKIA_DIR/ext/convolver_unittest.cc',
'$WEBKIT_DIR/glue/bookmarklet_unittest.cc',
'$WEBKIT_DIR/glue/context_menu_unittest.cc',
'$WEBKIT_DIR/glue/cpp_bound_class_unittest.cc',
@@ -254,9 +255,11 @@
if env.Bit('windows'):
# TODO(port): put portable files in above test_files declaration.
test_files.extend([
+ '$SKIA_DIR/ext/platform_canvas_unittest.cc',
'plugin_tests.cc',
# Commented out until a regression is fixed and this file is restored.
#'$WEBKIT_DIR/glue/stringimpl_unittest.cc',
+ '$SKIA_DIR/ext/vector_canvas_unittest.cc',
'$WEBKIT_DIR/glue/webplugin_impl_unittest.cc',
'$WEBKIT_DIR/tools/webcore_unit_tests/UniscribeHelper_unittest.cpp',
])
« no previous file with comments | « skia/ext/vector_canvas_unittest.cc ('k') | webkit/tools/test_shell/image_decoder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698