aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media__media.gyp
blob: 5a759be94a0904fda1491d4e276fd7c7c7cf120d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ./media/media.gyp.orig	2014-08-12 21:03:00.000000000 +0200
+++ ./media/media.gyp	2014-08-13 09:56:57.000000000 +0200
@@ -658,7 +658,7 @@
             'audio/openbsd/audio_manager_openbsd.h',
           ],
         }],
-        ['OS=="linux"', {
+        ['OS=="linux" or os_bsd==1', {
           'conditions': [
             ['use_x11==1', {
               'dependencies': [
@@ -917,7 +917,7 @@
             'base/simd/convert_yuv_to_rgb_x86.cc',
           ],
         }],
-        ['OS!="linux" and OS!="win"', {
+        ['OS!="linux" and OS!="win" and os_bsd!=1', {
           'sources!': [
             'base/keyboard_event_counter.cc',
             'base/keyboard_event_counter.h',