summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorsehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-15 23:55:16 +0000
committersehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-15 23:55:16 +0000
commit972e6c32bb7370959b752ba28da9ff4b3f663bbc (patch)
treec73ff39b9f3abbfe23f3de01ad619abc4df6f071 /webkit
parent85c0ed8299a1c029964ed58082e6d94a32d4dd9b (diff)
downloadchromium_src-972e6c32bb7370959b752ba28da9ff4b3f663bbc.zip
chromium_src-972e6c32bb7370959b752ba28da9ff4b3f663bbc.tar.gz
chromium_src-972e6c32bb7370959b752ba28da9ff4b3f663bbc.tar.bz2
My previous change made it necessary to use the command line option --internal-pepper
to run the plugin, but didn't update the gyp file to reflect this. Review URL: http://codereview.chromium.org/500031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp b/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp
index 5144e76..168fe53 100644
--- a/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp
+++ b/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp
@@ -36,6 +36,7 @@
'action': [
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)chrome<(EXECUTABLE_SUFFIX)',
'--no-sandbox',
+ '--internal-pepper',
'--load-plugin=$(TargetPath)',
'file://$(ProjectDir)test_page.html',
],