From f0e88d4601a7cdbb97359dae18bb1f01ee18e99f Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Tue, 24 Apr 2018 11:09:06 +0200 Subject: [PATCH] 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 Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#22996} --- DEPS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DEPS b/DEPS index 912bd04cae..7811f73113 100644 --- a/DEPS +++ b/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