Don't condition the time_controller target on rtc_include_tests.
Bug: none Change-Id: Ifb3f811c71a778a447c41593902c417614ae9824 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167723 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30400}
This commit is contained in:
@ -8,8 +8,7 @@
|
|||||||
|
|
||||||
import("../../webrtc.gni")
|
import("../../webrtc.gni")
|
||||||
|
|
||||||
if (rtc_include_tests) {
|
rtc_library("time_controller") {
|
||||||
rtc_library("time_controller") {
|
|
||||||
testonly = true
|
testonly = true
|
||||||
sources = [
|
sources = [
|
||||||
"external_time_controller.cc",
|
"external_time_controller.cc",
|
||||||
@ -44,7 +43,9 @@ if (rtc_include_tests) {
|
|||||||
"../../system_wrappers",
|
"../../system_wrappers",
|
||||||
"//third_party/abseil-cpp/absl/strings",
|
"//third_party/abseil-cpp/absl/strings",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (rtc_include_tests) {
|
||||||
rtc_library("time_controller_unittests") {
|
rtc_library("time_controller_unittests") {
|
||||||
testonly = true
|
testonly = true
|
||||||
sources = [
|
sources = [
|
||||||
|
Reference in New Issue
Block a user