Define generate_location_tags gn arg
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 <terelius@webrtc.org> Reviewed-by: Andrey Logvin <landrey@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34298}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
6a0a55907b
commit
bc03259de7
6
DEPS
6
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 = {
|
||||
|
Reference in New Issue
Block a user