Chromium Code Reviews| Index: media/media.gyp |
| diff --git a/media/media.gyp b/media/media.gyp |
| index 0f620000db4dca331d52b315f35b0b656f7ecf69..d46d87f781aef7666bd235de2d8e2372793abaac 100644 |
| --- a/media/media.gyp |
| +++ b/media/media.gyp |
| @@ -321,6 +321,7 @@ |
| ['OS=="openbsd"', { |
| 'sources/': [ ['exclude', 'alsa_' ], |
| ['exclude', 'audio_manager_linux' ], |
| + ['exclude', 'pulse_' ], |
|
Mark Mentovai
2011/10/25 15:03:04
Should this match with a leading slash or somethin
Robert Nagy
2011/10/25 15:16:37
Nope, this works fine.
Mark Mentovai
2011/10/25 16:06:10
Robert Nagy wrote:
|
| ['exclude', '\\.mm?$' ] ], |
|
Mark Mentovai
2011/10/25 16:06:10
I’m surprised this is necessary, because I thought
|
| 'link_settings': { |
| 'libraries': [ |