| Index: webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp
|
| ===================================================================
|
| --- webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp (revision 36298)
|
| +++ webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp (working copy)
|
| @@ -8,7 +8,6 @@
|
| {
|
| 'target_name': 'pepper_test_plugin',
|
| 'dependencies': [
|
| - '../../../third_party/npapi/npapi.gyp:npapi',
|
| ],
|
| 'include_dirs': [
|
| '../../..', # Root of Chrome Checkout
|
| @@ -17,8 +16,6 @@
|
| 'INFOPLIST_FILE': 'Info.plist',
|
| },
|
| 'sources': [
|
| - 'command_buffer_pepper.cc',
|
| - 'command_buffer_pepper.h',
|
| 'main.cc',
|
| 'plugin_object.cc',
|
| 'plugin_object.h',
|
| @@ -33,7 +30,7 @@
|
| 'type': 'shared_library',
|
| 'msvs_guid': 'EE00E36E-9E8C-4DFB-925E-FBE32CEDB91A',
|
| 'dependencies': [
|
| - '../../../gpu/gpu.gyp:gles2_demo_lib',
|
| + '../../../gpu/gpu.gyp:pgl',
|
| ],
|
| 'sources': [
|
| 'pepper_test_plugin.def',
|
|
|