diff options
author | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-31 17:42:35 +0000 |
---|---|---|
committer | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-31 17:42:35 +0000 |
commit | 1252b9a069a1f79116252d6bbc47fbac92e0f732 (patch) | |
tree | 5727308ed032a6e21b0f59423333a245d86f09a7 /webkit/tools | |
parent | acfd3c3aef38909ffd4083acc7a28f8bc8c0f753 (diff) | |
download | chromium_src-1252b9a069a1f79116252d6bbc47fbac92e0f732.zip chromium_src-1252b9a069a1f79116252d6bbc47fbac92e0f732.tar.gz chromium_src-1252b9a069a1f79116252d6bbc47fbac92e0f732.tar.bz2 |
Make .def and .rc plugin files Windows-only.
Review URL: http://codereview.chromium.org/1585006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43232 0039d316-1c4b-4281-b951-d872f2087c98
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', }, |