| Index: webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp
|
| ===================================================================
|
| --- webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp (revision 30711)
|
| +++ webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp (working copy)
|
| @@ -32,6 +32,15 @@
|
| 'test_object.cc',
|
| 'test_object.h',
|
| ],
|
| + 'run_as': {
|
| + 'working_directory': '.',
|
| + 'action': [
|
| + '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)chrome<(EXECUTABLE_SUFFIX)',
|
| + '--no-sandbox',
|
| + '--load-plugin=$(TargetPath)',
|
| + 'test_page.html',
|
| + ],
|
| + },
|
| }
|
| ],
|
| }
|
|
|