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:
@ -119,7 +119,7 @@ if (rtc_include_tests) {
|
||||
}
|
||||
}
|
||||
|
||||
source_set("screen_drawer") {
|
||||
rtc_source_set("screen_drawer") {
|
||||
testonly = true
|
||||
|
||||
public_deps = [
|
||||
@ -150,7 +150,7 @@ if (rtc_include_tests) {
|
||||
}
|
||||
}
|
||||
|
||||
source_set("desktop_capture_mock") {
|
||||
rtc_source_set("desktop_capture_mock") {
|
||||
testonly = true
|
||||
|
||||
public_deps = [
|
||||
|
||||
Reference in New Issue
Block a user