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

Unified Diff: webrtc/sdk/BUILD.gn

Issue 2813493004: Added audioSessionDidActivate and audioSessionDidDectivate (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/external/webrtc into activeCount 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/sdk/BUILD.gn
diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
index 38c5b68de6b300ab0e1901b6ac24ace4377dfc1d..daf893c83098d1ef9227bfdec7052902a6a64cfc 100644
--- a/webrtc/sdk/BUILD.gn
+++ b/webrtc/sdk/BUILD.gn
@@ -261,6 +261,7 @@ if (is_ios || is_mac) {
rtc_source_set("rtc_sdk_peerconnection_objc_unittests") {
testonly = true
sources = [
+ "objc/Framework/UnitTests/RTCAudioSessionTest.mm",
"objc/Framework/UnitTests/RTCConfigurationTest.mm",
"objc/Framework/UnitTests/RTCDataChannelConfigurationTest.mm",
"objc/Framework/UnitTests/RTCIceCandidateTest.mm",

Powered by Google App Engine
This is Rietveld 408576698