diff options
author | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-24 19:43:42 +0000 |
---|---|---|
committer | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-24 19:43:42 +0000 |
commit | dfeb5959aca20ddf51428ce4b2db17e172404b89 (patch) | |
tree | 2d9a53f8122acfd443227f8cbaae13dfb9a15aa8 /webkit/tools/pepper_test_plugin | |
parent | b5b9d4f59b9f8c1e2470c2044d30b315671961c2 (diff) | |
download | chromium_src-dfeb5959aca20ddf51428ce4b2db17e172404b89.zip chromium_src-dfeb5959aca20ddf51428ce4b2db17e172404b89.tar.gz chromium_src-dfeb5959aca20ddf51428ce4b2db17e172404b89.tar.bz2 |
Fixed pepper plugin run as url.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/434027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32955 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/pepper_test_plugin')
-rw-r--r-- | webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp b/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp index f7a65b4..9c35fa6 100644 --- a/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp +++ b/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp @@ -38,7 +38,7 @@ '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)chrome<(EXECUTABLE_SUFFIX)', '--no-sandbox', '--load-plugin=$(TargetPath)', - 'test_page.html', + 'file://$(ProjectDir)test_page.html', ], }, } |