Get gyp-generated test_shell_tests working on Linux by
excluding the tests that aren't working yet on Linux...
TBR: [email protected] (based on discussion)
Review URL: http://codereview.chromium.org/39302
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11257 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp
index 9f3de86..b18c695 100644
--- a/webkit/tools/test_shell/test_shell.gyp
+++ b/webkit/tools/test_shell/test_shell.gyp
@@ -254,6 +254,13 @@
'text_input_controller_unittest.cc',
],
'conditions': [
+ ['OS=="linux"', {
+ 'sources!': [
+ # TODO(port)
+ '../../../skia/ext/platform_canvas_unittest.cc',
+ '../../glue/webplugin_impl_unittest.cc',
+ ],
+ }],
['OS=="mac"', {
# mac tests load the resources from the built test_shell beside the
# test