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

Unified Diff: webrtc/api/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/BUILD.gn ('k') | webrtc/audio/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index d58371c20d29d59e3dc0d6d12488e57535e8641d..6fe43a75dc654ea0e4a5684bd42750c53b94c113 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -43,7 +43,7 @@ config("libjingle_peerconnection_warnings_config") {
}
}
-rtc_source_set("libjingle_peerconnection") {
+rtc_static_library("libjingle_peerconnection") {
cflags = []
sources = [
"audiotrack.cc",
@@ -160,7 +160,7 @@ if (is_android && !build_with_chromium) {
}
}
- rtc_source_set("libjingle_peerconnection_jni") {
+ rtc_static_library("libjingle_peerconnection_jni") {
sources = [
"android/jni/androidmediacodeccommon.h",
"android/jni/androidmediadecoder_jni.cc",
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698