diff --git a/webrtc.gni b/webrtc.gni index c1227bab9d..b70cba633a 100644 --- a/webrtc.gni +++ b/webrtc.gni @@ -264,7 +264,8 @@ declare_args() { rtc_enable_avx2 = false } - # Include tests in standalone checkout. + # Set this to true to build the unit tests. + # Disabled when building with Chromium or Mozilla. rtc_include_tests = !build_with_chromium && !build_with_mozilla # Set this to false to skip building code that also requires X11 extensions