diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell.gypi')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gypi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi index a414092..d40cac0 100644 --- a/webkit/tools/test_shell/test_shell.gypi +++ b/webkit/tools/test_shell/test_shell.gypi @@ -686,25 +686,25 @@ ], }, { - 'target_name': 'pepper_test_plugin', + 'target_name': 'npapi_pepper_test_plugin', 'type': 'loadable_module', 'mac_bundle': 1, - 'msvs_guid': 'EE00E36E-9E8C-4DFB-925E-FBE32CEDB91A', + 'msvs_guid': '821F3B89-6AE1-4254-99CB-93C04D0A79BE', 'dependencies': [ '<(DEPTH)/gpu/gpu.gyp:pgl', '<(DEPTH)/third_party/gles2_book/gles2_book.gyp:stencil_test', 'npapi_test_common', ], 'sources': [ - '../pepper_test_plugin/pepper_3d_test.cc', - '../pepper_test_plugin/pepper_3d_test.h', - '../pepper_test_plugin/pepper_test_factory.cc', - '../pepper_test_plugin/pepper_test_plugin.cc', - '../pepper_test_plugin/pepper_test_plugin.def', - '../pepper_test_plugin/pepper_test_plugin.rc', + '../npapi_pepper_test_plugin/main.cc', + '../npapi_pepper_test_plugin/pepper_3d_test.cc', + '../npapi_pepper_test_plugin/pepper_3d_test.h', + '../npapi_pepper_test_plugin/plugin.def', + '../npapi_pepper_test_plugin/plugin.rc', + '../npapi_pepper_test_plugin/test_factory.cc', ], 'xcode_settings': { - 'INFOPLIST_FILE': '<(DEPTH)/webkit/tools/pepper_test_plugin/Info.plist', + 'INFOPLIST_FILE': '<(DEPTH)/webkit/tools/npapi_pepper_test_plugin/Info.plist', }, }, ], |