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

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

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp Created 4 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 198b67d52008e8514ef773afd2c8771c777dc831..d743a6a58f7afd33b61aeab5c5113ab57fea6a73 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -138,7 +138,7 @@ source_set("audio_device") {
]
}
if (is_ios) {
- deps += [ "../../base:rtc_base_objc" ]
+ deps += [ "../../sdk:rtc_sdk_common_objc" ]
sources += [
"ios/audio_device_ios.h",
"ios/audio_device_ios.mm",
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm ('k') | webrtc/modules/audio_device/audio_device.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698