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

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: use sources! 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
« no previous file with comments | « content/content_plugin.gypi ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 0f620000db4dca331d52b315f35b0b656f7ecf69..b5a56a24ca881cf765000eb8caf8e0db14ecfbed 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -319,9 +319,9 @@
],
}],
['OS=="openbsd"', {
- 'sources/': [ ['exclude', 'alsa_' ],
- ['exclude', 'audio_manager_linux' ],
- ['exclude', '\\.mm?$' ] ],
+ 'sources/': [ ['exclude', '/alsa_' ],
+ ['exclude', '/audio_manager_linux' ],
+ ['exclude', '/pulse_' ] ],
'link_settings': {
'libraries': [
],
« no previous file with comments | « content/content_plugin.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698