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

Unified Diff: webrtc/modules/audio_device/audio_device.gypi

Issue 1254883002: Refactor the AudioDevice for iOS and improve the performance and stability (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased and cleaned up 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
Index: webrtc/modules/audio_device/audio_device.gypi
diff --git a/webrtc/modules/audio_device/audio_device.gypi b/webrtc/modules/audio_device/audio_device.gypi
index 97d5ecac8412af3bbbd52a7d5bb3f19c755e9e58..3cb980f6ed4a34656910e84e589ae86d9f83779d 100644
--- a/webrtc/modules/audio_device/audio_device.gypi
+++ b/webrtc/modules/audio_device/audio_device.gypi
@@ -43,6 +43,8 @@
'dummy/audio_device_dummy.h',
'dummy/file_audio_device.cc',
'dummy/file_audio_device.h',
+ 'fine_audio_buffer.cc',
+ 'fine_audio_buffer.h',
],
'conditions': [
['OS=="linux"', {
@@ -93,8 +95,6 @@
'android/audio_track_jni.h',
'android/build_info.cc',
'android/build_info.h',
- 'android/fine_audio_buffer.cc',
- 'android/fine_audio_buffer.h',
'android/opensles_common.cc',
'android/opensles_common.h',
'android/opensles_player.cc',
« no previous file with comments | « webrtc/modules/audio_device/android/opensles_player.cc ('k') | webrtc/modules/audio_device/fine_audio_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698