| Index: webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp
|
| ===================================================================
|
| --- webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp (revision 36252)
|
| +++ webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp (working copy)
|
| @@ -5,6 +5,7 @@
|
| 'target_name': 'pepper_test_plugin',
|
| 'type': 'shared_library',
|
| 'dependencies': [
|
| + '../../../gpu/gpu.gyp:pgl',
|
| '../../../third_party/npapi/npapi.gyp:npapi',
|
| ],
|
| 'include_dirs': [
|
| @@ -34,8 +35,6 @@
|
| }],
|
| ],
|
| 'sources': [
|
| - 'command_buffer_pepper.cc',
|
| - 'command_buffer_pepper.h',
|
| 'main.cc',
|
| 'plugin_object.cc',
|
| 'plugin_object.h',
|
|
|