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

Unified Diff: webrtc/BUILD.gn

Issue 2862543002: Split iOS sdk in to separate targets (Closed)
Patch Set: code review comments 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
« no previous file with comments | « no previous file | webrtc/examples/BUILD.gn » ('j') | webrtc/sdk/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index db0c067209f355a453e37d2484f410f83d82afea..f840279222b6c04091bcab54631cb4232db9c4ac 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -396,7 +396,7 @@ if (rtc_include_tests) {
}
if (is_ios || is_mac) {
- deps += [ "sdk:rtc_sdk_peerconnection_objc_unittests" ]
+ deps += [ "sdk:rtc_sdk_peerconnection_module_unittests" ]
}
}
« no previous file with comments | « no previous file | webrtc/examples/BUILD.gn » ('j') | webrtc/sdk/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698