summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell
diff options
context:
space:
mode:
authoramanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-08 14:56:02 +0000
committeramanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-08 14:56:02 +0000
commitbbceb0fd290f05efdb26ee71e5b56759462afcfb (patch)
tree607bca6fa89e80187dc2a772cf9c9e8e091d435f /webkit/tools/test_shell
parent6c116404c0e4ebcbfea94ff91e0979bee67222e4 (diff)
downloadchromium_src-bbceb0fd290f05efdb26ee71e5b56759462afcfb.zip
chromium_src-bbceb0fd290f05efdb26ee71e5b56759462afcfb.tar.gz
chromium_src-bbceb0fd290f05efdb26ee71e5b56759462afcfb.tar.bz2
Copy layout test plugin into TestShell.app bundle where the layout
tests can find it. Turn on the first passing plugin layout test on the Mac (testing javascript plumbing but not drawing, which does not work correctly yet). Depends on gyp changes in http://codereview.chromium.org/113111. Roll DEPS to pick up that change. Review URL: http://codereview.chromium.org/115099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15636 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell')
-rw-r--r--webkit/tools/test_shell/test_shell.gyp12
1 files changed, 11 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp
index ad29b5d..2c4e37a 100644
--- a/webkit/tools/test_shell/test_shell.gyp
+++ b/webkit/tools/test_shell/test_shell.gyp
@@ -260,7 +260,15 @@
'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],
'process_outputs_as_mac_bundle_resources': 1,
},
- ]
+ ],
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)/TestShell.app/Contents/PlugIns/',
+ 'files': [
+ '<(PRODUCT_DIR)/TestNetscapePlugIn.plugin/',
+ ],
+ },
+ ],
}, { # OS != "mac"
'dependencies': [
'../../../net/net.gyp:net_resources',
@@ -323,6 +331,8 @@
# ],
}],
['OS=="mac"', {
+ 'product_name': 'TestNetscapePlugIn',
+ 'product_extension': 'plugin',
'link_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/Carbon.framework',