From 28fe510b2f11b0ebbc900545c9ee5c536a6db91f Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 15 Dec 2017 10:00:58 +0100 Subject: [PATCH] Stop using public_deps in modules/BUILD.gn. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:8603 Change-Id: I508473d840d069725f73524a36536633db13e93b No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/33200 Commit-Queue: Mirko Bonadei Reviewed-by: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#21288} --- modules/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/BUILD.gn b/modules/BUILD.gn index 465f32d3c4..2c1a0427a1 100644 --- a/modules/BUILD.gn +++ b/modules/BUILD.gn @@ -10,7 +10,7 @@ import("../webrtc.gni") import("audio_coding/audio_coding.gni") group("modules") { - public_deps = [ + deps = [ "audio_coding", "audio_device", "audio_mixer",