Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(565)

Unified Diff: media/media.gyp

Issue 8394002: exclude the linux files that are not needed on openbsd (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': [

Powered by Google App Engine
This is Rietveld 408576698