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

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

Issue 2822233002: Don't call unconfigureWebRTCSession if setConfiguration fails. webrtc:7471 (Closed)
Patch Set: updated' Created 3 years, 8 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/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index 3fa06b513901254b24429fab5ff405bebf383ae0..46f02821a254565dfb82a932edfc395ef8d68681 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -295,6 +295,7 @@ if (rtc_include_tests) {
if (target_cpu != "x64") {
sources += [ "ios/audio_device_unittest_ios.cc" ]
}
+ deps += [ "//third_party/ocmock" ]
}
if (!build_with_chromium && is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
« no previous file with comments | « no previous file | webrtc/modules/audio_device/ios/audio_device_ios.h » ('j') | webrtc/modules/audio_device/ios/audio_device_ios.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698