Replace accidental usages of source_set with rtc_source_set

Bug: None
Change-Id: I80c5ad9e1e9942eb51ace014cd7b9127959d601b
Reviewed-on: https://webrtc-review.googlesource.com/89061
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24004}
This commit is contained in:
Oleh Prypin 2018-07-17 13:49:46 +02:00 committed by Commit Bot
parent d43c692ba7
commit dd21474da5
3 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@ group("rnn_vad") {
] ]
} }
source_set("lib") { rtc_source_set("lib") {
sources = [ sources = [
"common.h", "common.h",
"features_extraction.cc", "features_extraction.cc",
@ -50,7 +50,7 @@ source_set("lib") {
} }
if (rtc_include_tests) { if (rtc_include_tests) {
source_set("lib_test") { rtc_source_set("lib_test") {
testonly = true testonly = true
sources = [ sources = [
"test_utils.cc", "test_utils.cc",

View file

@ -119,7 +119,7 @@ if (rtc_include_tests) {
} }
} }
source_set("screen_drawer") { rtc_source_set("screen_drawer") {
testonly = true testonly = true
public_deps = [ public_deps = [
@ -150,7 +150,7 @@ if (rtc_include_tests) {
} }
} }
source_set("desktop_capture_mock") { rtc_source_set("desktop_capture_mock") {
testonly = true testonly = true
public_deps = [ public_deps = [

View file

@ -60,7 +60,7 @@ if (!rtc_build_ssl) {
} }
} }
source_set("protobuf_utils") { rtc_source_set("protobuf_utils") {
visibility = [ "*" ] visibility = [ "*" ]
sources = [ sources = [
"protobuf_utils.h", "protobuf_utils.h",
@ -72,7 +72,7 @@ source_set("protobuf_utils") {
} }
} }
source_set("compile_assert_c") { rtc_source_set("compile_assert_c") {
sources = [ sources = [
"compile_assert_c.h", "compile_assert_c.h",
] ]