Adding gclient_gn_args_file to WebRTC DEPS.
In order to unblock the Chromium Roll into WebRTC this CL tells gclient to generate build/config/gclient_args.gni with the value of checkout_android. Bug: None Change-Id: Iaca047ab5886545d0c9f3228099d8e8a914842e4 Reviewed-on: https://webrtc-review.googlesource.com/72040 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22996}
This commit is contained in:
parent
5b33dd12f5
commit
f0e88d4601
5
DEPS
5
DEPS
@ -1,5 +1,10 @@
|
||||
# This file contains dependencies for WebRTC.
|
||||
|
||||
gclient_gn_args_file = 'src/build/config/gclient_args.gni'
|
||||
gclient_gn_args = [
|
||||
'checkout_android',
|
||||
]
|
||||
|
||||
vars = {
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
# By default, we should check out everything needed to run on the main
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user