Chromium Code Reviews

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

Issue 2862543002: Split iOS sdk in to separate targets (Closed)
Patch Set: rebase and fix build Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/audio_device/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index de9096ee6ff16c98017e91f375e91da116803196..2568ef3cc8b1fd1123c8d00e739c896b0cca5bb9 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -176,7 +176,7 @@ rtc_static_library("audio_device") {
public_deps = [
"../../base:gtest_prod",
"../../base:rtc_base",
- "../../sdk:rtc_sdk_common_objc",
+ "../../sdk:objc_common",
]
sources += [
"ios/audio_device_ios.h",

Powered by Google App Engine