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

Unified Diff: webrtc/examples/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/BUILD.gn ('k') | webrtc/modules/audio_device/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index fc01f05baec764f768616ad6eb25c65b9dd58357..7978f1367fdb53d6c55cdb221771a39553cb0c92 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -168,7 +168,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
]
} else {
deps = [
- "../sdk:objc_common",
+ "../sdk:common_objc",
"../system_wrappers:field_trial_default",
"../system_wrappers:metrics_default",
]
@@ -241,7 +241,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
deps += [ ":AppRTCMobile_ios_frameworks" ]
} else {
public_deps = [
- "../sdk:objc_peerconnection",
+ "../sdk:peerconnection_objc",
]
}
libs = [ "QuartzCore.framework" ]
@@ -300,7 +300,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
bundle_data("AppRTCMobile_ios_frameworks") {
public_deps = [
- "../sdk:objc_framework+link",
+ "../sdk:framework_objc+link",
]
sources = [
"$root_out_dir/WebRTC.framework",
@@ -350,7 +350,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
deps = [
":apprtc_common",
":apprtc_signaling",
- "../sdk:objc_ui",
+ "../sdk:ui_objc",
]
}
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/modules/audio_device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698