diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 17:33:38 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 17:33:38 +0000 |
commit | 258165698585817008309c758dcc401a49dd9cb0 (patch) | |
tree | 972c393e080e59abfa655785b5bbb54242a3836a /webkit/tools/test_shell/test_shell.gypi | |
parent | f3f032f83ccb686cc5169647261982b797dd97b0 (diff) | |
download | chromium_src-258165698585817008309c758dcc401a49dd9cb0.zip chromium_src-258165698585817008309c758dcc401a49dd9cb0.tar.gz chromium_src-258165698585817008309c758dcc401a49dd9cb0.tar.bz2 |
Revert part of the recent Mac test plugin location change
Fixes WebKit test bustage that only showed up after a clobber; this change needs to be made with a change to pass the new plugin directory argument to TestShell.
TBR=thakis
BUG=None
TEST=Green Mac WebKit bots
Review URL: http://codereview.chromium.org/2868047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51731 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.gypi')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi index 95e3193..cf3c1b8 100644 --- a/webkit/tools/test_shell/test_shell.gypi +++ b/webkit/tools/test_shell/test_shell.gypi @@ -332,7 +332,7 @@ ], 'copies': [ { - 'destination': '<(PRODUCT_DIR)/plugins/', + 'destination': '<(PRODUCT_DIR)/TestShell.app/Contents/PlugIns/', 'files': [ '<(PRODUCT_DIR)/TestNetscapePlugIn.plugin/', ], |