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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2361623004: GN: Change rtc_source_set targets --> rtc_static_library (Closed)
Patch Set: Restored accidental rebase errors. Created 4 years, 3 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/common_video/BUILD.gn ('k') | webrtc/libjingle/xmllite/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 ce995221e15b4c2774c3a575198dcab34e1ab005..da50bfd14a50d52c8ecdc450b2cc802d12fb906c 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -121,7 +121,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
include_dirs = [ "objc/AppRTCDemo/common" ]
}
- rtc_source_set("apprtc_common") {
+ rtc_static_library("apprtc_common") {
sources = [
"objc/AppRTCDemo/common/ARDUtilities.h",
"objc/AppRTCDemo/common/ARDUtilities.m",
@@ -154,7 +154,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
}
}
- rtc_source_set("apprtc_signaling") {
+ rtc_static_library("apprtc_signaling") {
sources = [
"objc/AppRTCDemo/ARDAppClient+Internal.h",
"objc/AppRTCDemo/ARDAppClient.h",
@@ -270,7 +270,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
}
if (is_mac) {
- rtc_source_set("AppRTCDemo_app") {
+ rtc_static_library("AppRTCDemo_app") {
sources = [
"objc/AppRTCDemo/mac/APPRTCAppDelegate.h",
"objc/AppRTCDemo/mac/APPRTCAppDelegate.m",
@@ -338,7 +338,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
}
}
- rtc_source_set("socketrocket") {
+ rtc_static_library("socketrocket") {
sources = [
"objc/AppRTCDemo/third_party/SocketRocket/SRWebSocket.h",
"objc/AppRTCDemo/third_party/SocketRocket/SRWebSocket.m",
« no previous file with comments | « webrtc/common_video/BUILD.gn ('k') | webrtc/libjingle/xmllite/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698