| Index: content/content_plugin.gypi
|
| diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi
|
| index fd7d3f4999769c11d3be40f31a6d5f1bbeecc486..22532b988b243b11e85750e64cd9aadda2e4e7bf 100644
|
| --- a/content/content_plugin.gypi
|
| +++ b/content/content_plugin.gypi
|
| @@ -34,6 +34,11 @@
|
| # These are layered in conditionals in the event other platforms
|
| # end up using this module as well.
|
| 'conditions': [
|
| + ['OS=="openbsd"', {
|
| + 'sources/': [
|
| + ['exclude', '^plugin/plugin_main_linux\\.cc$'],
|
| + ],
|
| + }],
|
| ['OS=="win"', {
|
| 'include_dirs': [
|
| '<(DEPTH)/third_party/wtl/include',
|
|
|