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

Unified Diff: webrtc/modules/audio_device/BUILD.gn

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
« no previous file with comments | « talk/media/webrtc/webrtcvoiceengine.cc ('k') | webrtc/modules/audio_device/android/fine_audio_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_device/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index f32c0562455b32f5b80b02469b1829c226c3b440..01893357857422edab49f73a14b89b3490e22d48 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -27,6 +27,8 @@ source_set("audio_device") {
"dummy/audio_device_dummy.h",
"dummy/file_audio_device.cc",
"dummy/file_audio_device.h",
+ "fine_audio_buffer.cc",
+ "fine_audio_buffer.h",
"include/audio_device.h",
"include/audio_device_defines.h",
]
@@ -57,8 +59,6 @@ source_set("audio_device") {
"android/audio_record_jni.h",
"android/audio_track_jni.cc",
"android/audio_track_jni.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 | « talk/media/webrtc/webrtcvoiceengine.cc ('k') | webrtc/modules/audio_device/android/fine_audio_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698