From 6ef89e7a36c875e3da1c0ec92b43b8ae7a26833b Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 14 Nov 2018 09:52:53 +0100 Subject: [PATCH] Rectify comment about 'build_with_chromium'. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:9988 Change-Id: I0cc7e0c9da0ff969d6269086c9df8f6725536da5 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/c/110862 Commit-Queue: Mirko Bonadei Reviewed-by: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#25631} --- build_overrides/build.gni | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_overrides/build.gni b/build_overrides/build.gni index 81cb3e73ae..5d8af6d689 100644 --- a/build_overrides/build.gni +++ b/build_overrides/build.gni @@ -12,8 +12,8 @@ enable_java_templates = true # Some non-Chromium builds don't use Chromium's third_party/binutils. linux_use_bundled_binutils_override = true -# Variable that can be used to support multiple build scenarios, like having -# Chromium specific targets in a client project's GN file etc. +# Don't set this variable to true when building stadalone WebRTC, it is +# only needed to support both WebRTC standalone and Chromium builds. build_with_chromium = false # Use our own suppressions files.