summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media__media.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-media__media.gyp')
-rw-r--r--www/chromium/files/patch-media__media.gyp33
1 files changed, 0 insertions, 33 deletions
diff --git a/www/chromium/files/patch-media__media.gyp b/www/chromium/files/patch-media__media.gyp
deleted file mode 100644
index c51410d3fec1..000000000000
--- a/www/chromium/files/patch-media__media.gyp
+++ /dev/null
@@ -1,33 +0,0 @@
---- media/media.gyp.orig 2015-12-04 22:55:01.017572000 +0100
-+++ media/media.gyp 2015-12-04 22:58:02.692056000 +0100
-@@ -782,13 +782,19 @@
- ['exclude', '_alsa\\.(h|cc)$'],
- ],
- }],
-- ['OS=="openbsd"', {
-+ ['OS=="freebsd"', {
-+ 'sources!': [
-+ 'capture/video/linux/v4l2_capture_delegate.cc',
-+ 'capture/video/linux/video_capture_device_factory_linux.cc',
-+ ],
-+ }],
-+ ['OS=="openbsd" or OS=="freebsd"', {
- 'sources!': [
- 'capture/video/linux/v4l2_capture_delegate_multi_plane.cc',
- 'capture/video/linux/v4l2_capture_delegate_multi_plane.h',
- ],
- }],
-- ['OS=="linux"', {
-+ ['OS=="linux" or os_bsd==1', {
- 'conditions': [
- ['use_x11==1', {
- 'dependencies': [
-@@ -1124,7 +1130,7 @@
- 'base/simd/filter_yuv_sse2.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',