From bc03259de7e9916f7b6c3ae30aa0718ad564049d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Terelius?= Date: Wed, 16 Jun 2021 10:47:17 +0200 Subject: [PATCH] Define generate_location_tags gn arg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is needed as of https://chromium-review.googlesource.com/c/chromium/src/+/2957335 Bug: webrtc:12881 Change-Id: Ica345dfa6e73b0096cfa5643c06b85e628c8708f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/222606 Commit-Queue: Björn Terelius Reviewed-by: Andrey Logvin Cr-Commit-Position: refs/heads/master@{#34298} --- DEPS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DEPS b/DEPS index 01e382cb2b..89b0b8f208 100644 --- a/DEPS +++ b/DEPS @@ -1,6 +1,9 @@ # This file contains dependencies for WebRTC. gclient_gn_args_file = 'src/build/config/gclient_args.gni' +gclient_gn_args = [ + 'generate_location_tags', +] vars = { # By default, we should check out everything needed to run on the main @@ -8,6 +11,9 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'chromium_revision': '570a173256905506ef3c28e3aeae4d899e5d38de', + + # Keep the Chromium default of generating location tags. + 'generate_location_tags': True, } deps = {