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

Unified Diff: webrtc/voice_engine/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/video/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index 8a8050b7eedeb6757b4fdcbeb6319648ca9d1064..8ea5328114944baec0fc50f936b895ecaf64ce44 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -8,7 +8,7 @@
import("../build/webrtc.gni")
-rtc_source_set("voice_engine") {
+rtc_static_library("voice_engine") {
sources = [
"channel.cc",
"channel.h",
@@ -106,7 +106,7 @@ rtc_source_set("voice_engine") {
]
}
-rtc_source_set("level_indicator") {
+rtc_static_library("level_indicator") {
sources = [
"level_indicator.cc",
"level_indicator.h",
@@ -142,7 +142,7 @@ if (rtc_include_tests) {
}
}
- rtc_source_set("channel_transport") {
+ rtc_static_library("channel_transport") {
testonly = true
sources = [
"test/channel_transport/channel_transport.cc",
« no previous file with comments | « webrtc/video/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698