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

Unified Diff: webrtc/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 | « no previous file | webrtc/examples/BUILD.gn » ('j') | no next file with comments »
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 6ac814349561729b436950d9916a398b66515f0a..b917566891835d6ab3c51f7eb69787cf8e2f3b92 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -423,7 +423,7 @@ if (rtc_include_tests) {
}
if (is_ios || is_mac) {
- deps += [ "sdk:objc_sdk_unittests" ]
+ deps += [ "sdk:sdk_unittests_objc" ]
}
}
« no previous file with comments | « no previous file | webrtc/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698