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:
philipel
2020-01-29 10:16:44 +01:00
committed by Commit Bot
parent 71a77c4b3b
commit 52c62df2ed

View File

@ -8,7 +8,6 @@
import("../../webrtc.gni") import("../../webrtc.gni")
if (rtc_include_tests) {
rtc_library("time_controller") { rtc_library("time_controller") {
testonly = true testonly = true
sources = [ sources = [
@ -45,6 +44,8 @@ if (rtc_include_tests) {
"//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 = [