diff options
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gypi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi index cda9963..fe16c54 100644 --- a/webkit/tools/test_shell/test_shell.gypi +++ b/webkit/tools/test_shell/test_shell.gypi @@ -703,6 +703,15 @@ '../npapi_pepper_test_plugin/plugin.rc', '../npapi_pepper_test_plugin/test_factory.cc', ], + 'conditions': [ + ['OS!="win"', { + # windows-specific resources + 'sources!': [ + '../npapi_pepper_test_plugin/plugin.def', + '../npapi_pepper_test_plugin/plugin.rc', + ], + }], + ], 'xcode_settings': { 'INFOPLIST_FILE': '<(DEPTH)/webkit/tools/npapi_pepper_test_plugin/Info.plist', }, |