diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-09 18:07:23 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-09 18:07:23 +0000 |
commit | 2708ec117b211e48370909f0b2d6332fc8ae88e4 (patch) | |
tree | d774f908ae661b648771c072eeb10f17be992d7a /webkit/tools/test_shell/test_shell.gyp | |
parent | f4a9036266938e1afbc2d162949d1fa876dc10f3 (diff) | |
download | chromium_src-2708ec117b211e48370909f0b2d6332fc8ae88e4.zip chromium_src-2708ec117b211e48370909f0b2d6332fc8ae88e4.tar.gz chromium_src-2708ec117b211e48370909f0b2d6332fc8ae88e4.tar.bz2 |
Get gyp-generated test_shell_tests working on Linux by
excluding the tests that aren't working yet on Linux...
TBR: mark@chromium.org (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
Diffstat (limited to 'webkit/tools/test_shell/test_shell.gyp')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
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 |