Make rtc_include_tests true by default in gn.
See bug for discussion. BUG=webrtc:6119 TBR=kjellander@webrtc.org Review-Url: https://codereview.webrtc.org/2156203002 Cr-Commit-Position: refs/heads/master@{#13500}
This commit is contained in:
@ -23,5 +23,7 @@ rtc_include_pulse_audio = true
|
|||||||
# standalone WebRTC.
|
# standalone WebRTC.
|
||||||
rtc_include_internal_audio_device = true
|
rtc_include_internal_audio_device = true
|
||||||
|
|
||||||
# There's no point processing WebRTC standalone tests in a Chromium build.
|
declare_args() {
|
||||||
|
# Include tests in standalone checkout.
|
||||||
rtc_include_tests = true
|
rtc_include_tests = true
|
||||||
|
}
|
||||||
|
@ -62,7 +62,6 @@ declare_args() {
|
|||||||
# https://gcc.gnu.org/wiki/LinkTimeOptimization
|
# https://gcc.gnu.org/wiki/LinkTimeOptimization
|
||||||
rtc_use_lto = false
|
rtc_use_lto = false
|
||||||
|
|
||||||
rtc_include_tests = false
|
|
||||||
rtc_restrict_logging = true
|
rtc_restrict_logging = true
|
||||||
|
|
||||||
# Enable libevent task queues on platforms that support it.
|
# Enable libevent task queues on platforms that support it.
|
||||||
|
Reference in New Issue
Block a user