summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.gypi
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-26 19:42:23 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-26 19:42:23 +0000
commit11e5edf55bffa304eff26bad2588bcb8e612777e (patch)
treeb1bbfdd8936243143b892ef81be806d02585cf8d /webkit/tools/test_shell/test_shell.gypi
parent653ef2074f280de4fe765f4e0f4136e7516eea37 (diff)
downloadchromium_src-11e5edf55bffa304eff26bad2588bcb8e612777e.zip
chromium_src-11e5edf55bffa304eff26bad2588bcb8e612777e.tar.gz
chromium_src-11e5edf55bffa304eff26bad2588bcb8e612777e.tar.bz2
Fixed the extension of npapi_pepper_test_plugin on mac. It was being compiled as .bundle. I changed it to .plugin, which is used for all test plugins.
Review URL: http://codereview.chromium.org/1773005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45605 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.gypi')
-rw-r--r--webkit/tools/test_shell/test_shell.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index 54a587b..58f487f 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',