Chromium Code Reviews| Index: content/content_plugin.gypi |
| diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi |
| index fd7d3f4999769c11d3be40f31a6d5f1bbeecc486..d22a66868cd6f276f10773177a6d15da632b841b 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'], |
|
Mark Mentovai
2011/10/25 15:03:04
Anchor with a $.
Robert Nagy
2011/10/25 15:16:37
Done.
|
| + ], |
| + }], |
| ['OS=="win"', { |
| 'include_dirs': [ |
| '<(DEPTH)/third_party/wtl/include', |