From 9371970ee8ebd1ed597c1b4cb60da676bc36563c Mon Sep 17 00:00:00 2001 From: "alokp@chromium.org" Date: Thu, 1 Apr 2010 19:10:12 +0000 Subject: Enabled pepper-3d test on mac. It will be enabled on other platforms as soon as they support OpenGL 2.0. Review URL: http://codereview.chromium.org/1565005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43367 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/test_shell.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webkit/tools/test_shell') diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi index fe16c54..c357878 100644 --- a/webkit/tools/test_shell/test_shell.gypi +++ b/webkit/tools/test_shell/test_shell.gypi @@ -711,6 +711,9 @@ '../npapi_pepper_test_plugin/plugin.rc', ], }], + ['OS=="mac"', { + 'product_extension': 'plugin', + }], ], 'xcode_settings': { 'INFOPLIST_FILE': '<(DEPTH)/webkit/tools/npapi_pepper_test_plugin/Info.plist', -- cgit v1.1