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

Unified Diff: webrtc/test/BUILD.gn

Issue 3001023003: Rename all objc targets to be suffixed for consistency (Closed)
Patch Set: rebase Created 3 years, 4 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/BUILD.gn ('k') | no next file » | 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 b7b2319858343f4e78233931c95181d54d46f66e..e0601ecc5c59fba3714bb8b8225216c544f899f6 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -162,7 +162,7 @@ rtc_source_set("test_support") {
}
if (is_ios && !build_with_chromium) {
- deps += [ "../sdk:objc_common" ]
+ deps += [ "../sdk:common_objc" ]
}
if (rtc_use_memcheck) {
@@ -242,7 +242,7 @@ if (!build_with_chromium) {
}
if (is_ios) {
- deps += [ "../sdk:objc_common" ]
+ deps += [ "../sdk:common_objc" ]
}
if (rtc_use_memcheck) {
@@ -359,7 +359,7 @@ if (is_ios) {
deps = [
"..:webrtc_common",
"../rtc_base:rtc_base_approved",
- "../sdk:objc_common",
+ "../sdk:common_objc",
]
}
}
« no previous file with comments | « webrtc/sdk/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698