aboutsummaryrefslogtreecommitdiff
path: root/common_audio/BUILD.gn
diff options
context:
space:
mode:
authorNiels Möller <nisse@webrtc.org>2019-06-13 14:08:24 +0200
committerCommit Bot <commit-bot@chromium.org>2019-06-14 10:18:28 +0000
commit19a1d50ccfa5a8da5704cdb3f7e715562d6ce6c2 (patch)
tree85d84b70c4d7704edce3c4c3d1be7b111f809728 /common_audio/BUILD.gn
parent04e129ab1dca4ebe71f71241c2eb5cf3dc5f162c (diff)
downloadwebrtc-19a1d50ccfa5a8da5704cdb3f7e715562d6ce6c2.tar.gz
Refactor WavWriter to use FileWrapper rather than PlatformFile
Bug: webrtc:6463 Change-Id: I4c80995481ed7d5c1079450d04ed7958fa137e84 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/141662 Reviewed-by: Henrik Grunell <henrikg@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28279}
Diffstat (limited to 'common_audio/BUILD.gn')
-rw-r--r--common_audio/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/common_audio/BUILD.gn b/common_audio/BUILD.gn
index 4729e13259..0dd5ec38ef 100644
--- a/common_audio/BUILD.gn
+++ b/common_audio/BUILD.gn
@@ -54,6 +54,7 @@ rtc_static_library("common_audio") {
"../rtc_base/memory:aligned_array",
"../rtc_base/memory:aligned_malloc",
"../rtc_base/system:arch",
+ "../rtc_base/system:file_wrapper",
"../system_wrappers",
"../system_wrappers:cpu_features_api",
"third_party/fft4g",