Skip to content

Commit

Permalink
Replace accidental usages of source_set with rtc_source_set
Browse files Browse the repository at this point in the history
Bug: None
Change-Id: I80c5ad9e1e9942eb51ace014cd7b9127959d601b
Reviewed-on: https://webrtc-review.googlesource.com/89061
Reviewed-by: Mirko Bonadei <[email protected]>
Commit-Queue: Oleh Prypin <[email protected]>
Cr-Commit-Position: refs/heads/master@{#24004}
  • Loading branch information
oprypin authored and Commit Bot committed Jul 17, 2018
1 parent d43c692 commit dd21474
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/audio_processing/agc2/rnn_vad/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group("rnn_vad") {
]
}

source_set("lib") {
rtc_source_set("lib") {
sources = [
"common.h",
"features_extraction.cc",
Expand Down Expand Up @@ -50,7 +50,7 @@ source_set("lib") {
}

if (rtc_include_tests) {
source_set("lib_test") {
rtc_source_set("lib_test") {
testonly = true
sources = [
"test_utils.cc",
Expand Down
4 changes: 2 additions & 2 deletions modules/desktop_capture/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ if (rtc_include_tests) {
}
}

source_set("screen_drawer") {
rtc_source_set("screen_drawer") {
testonly = true

public_deps = [
Expand Down Expand Up @@ -150,7 +150,7 @@ if (rtc_include_tests) {
}
}

source_set("desktop_capture_mock") {
rtc_source_set("desktop_capture_mock") {
testonly = true

public_deps = [
Expand Down
4 changes: 2 additions & 2 deletions rtc_base/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if (!rtc_build_ssl) {
}
}

source_set("protobuf_utils") {
rtc_source_set("protobuf_utils") {
visibility = [ "*" ]
sources = [
"protobuf_utils.h",
Expand All @@ -72,7 +72,7 @@ source_set("protobuf_utils") {
}
}

source_set("compile_assert_c") {
rtc_source_set("compile_assert_c") {
sources = [
"compile_assert_c.h",
]
Expand Down

0 comments on commit dd21474

Please sign in to comment.