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

Unified Diff: webrtc/test/BUILD.gn

Issue 2890733003: Reland of Split iOS sdk in to separate targets (Closed)
Patch Set: 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 | « webrtc/sdk/objc/Framework/UnitTests/avformatmappertests.mm ('k') | webrtc/test/testsupport/iosfileutils.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index aa6f322313c113657e97e50e215b957be5c80ef0..9d5feba9685f841032be73b76a0ed61351831ebd 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -140,7 +140,7 @@
}
if (is_ios && !build_with_chromium) {
- deps += [ "//webrtc/sdk:rtc_sdk_common_objc" ]
+ deps += [ "//webrtc/sdk:objc_common" ]
}
if (rtc_use_memcheck) {
@@ -210,7 +210,7 @@
}
if (is_ios) {
- deps += [ "//webrtc/sdk:rtc_sdk_common_objc" ]
+ deps += [ "//webrtc/sdk:objc_common" ]
}
if (rtc_use_memcheck) {
@@ -316,6 +316,9 @@
]
if (is_ios) {
sources += [ "testsupport/iosfileutils.mm" ]
+ deps = [
+ "//webrtc/sdk:objc_common",
+ ]
}
visibility = [ ":*" ]
}
« no previous file with comments | « webrtc/sdk/objc/Framework/UnitTests/avformatmappertests.mm ('k') | webrtc/test/testsupport/iosfileutils.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698