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

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

Issue 2862543002: Split iOS sdk in to separate targets (Closed)
Patch Set: Add required lib to metal target Created 3 years, 7 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 ab0b4f5b32f15b1b14606a5c098b0c9dbbf04d76..d92b0b7a092e562ab205318b4306c11cb873ce7f 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -175,7 +175,7 @@ rtc_static_library("audio_device") {
if (is_ios) {
public_deps = [
"../../base:rtc_base",
- "../../sdk:rtc_sdk_common_objc",
+ "../../sdk:rtc_sdk_common_module",
]
sources += [
"ios/audio_device_ios.h",

Powered by Google App Engine
This is Rietveld 408576698