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

Unified Diff: media/media.gyp

Issue 1275783003: Add a virtual beamforming audio device on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: aluebs comments. Created 5 years, 3 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 | « media/base/audio_buffer_unittest.cc ('k') | media/shared_memory_support.gypi » ('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 102117e7039de705e7459e9327bc2af432129d66..21b9ececc342aa1c018f88f1fd1574ee90b5a78b 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -161,8 +161,6 @@
'audio/mac/audio_manager_mac.h',
'audio/null_audio_sink.cc',
'audio/null_audio_sink.h',
- 'audio/openbsd/audio_manager_openbsd.cc',
- 'audio/openbsd/audio_manager_openbsd.h',
'audio/pulse/audio_manager_pulse.cc',
'audio/pulse/audio_manager_pulse.h',
'audio/pulse/pulse_input.cc',
@@ -780,12 +778,7 @@
['exclude', '_alsa\\.(h|cc)$'],
],
}],
- ['OS!="openbsd"', {
- 'sources!': [
- 'audio/openbsd/audio_manager_openbsd.cc',
- 'audio/openbsd/audio_manager_openbsd.h',
- ],
- }, { # else: openbsd==1
+ ['OS=="openbsd"', {
'sources!': [
'capture/video/linux/v4l2_capture_delegate_multi_plane.cc',
'capture/video/linux/v4l2_capture_delegate_multi_plane.h',
@@ -1502,6 +1495,7 @@
'audio/audio_parameters_unittest.cc',
'audio/audio_power_monitor_unittest.cc',
'audio/fake_audio_worker_unittest.cc',
+ 'audio/point_unittest.cc',
'audio/simple_sources_unittest.cc',
'audio/virtual_audio_input_stream_unittest.cc',
'audio/virtual_audio_output_stream_unittest.cc',
@@ -1651,6 +1645,7 @@
'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
],
'defines': [
'MEDIA_IMPLEMENTATION',
« no previous file with comments | « media/base/audio_buffer_unittest.cc ('k') | media/shared_memory_support.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698