From 1a89bc8b62db6c18028c700537a33a9bcb9465a5 Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Tue, 2 Mar 2021 21:23:24 +0100 Subject: [PATCH] build: improve rtc_include_tests documentation "including" them in the standalone checkout is ambigious, this might mean not checking them out from git. BUG=None NOTRY=true Change-Id: I53334a718c5535f63faa87d9e0fe6575012e0d2f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/209223 Reviewed-by: Mirko Bonadei Commit-Queue: Philipp Hancke Cr-Commit-Position: refs/heads/master@{#33388} --- webrtc.gni | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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