From f7f9845d9e5b24c73a70fceb278a20b43e9d9919 Mon Sep 17 00:00:00 2001 From: Sebastian Jansson Date: Mon, 18 Mar 2019 18:53:07 +0100 Subject: [PATCH] Adds modules/utility to test/DEPS. This will be used in an upcoming CL. Bug: webrtc:10365 Change-Id: Ic5f44fdb7579de994dd0896116573de6a46dfc00 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128401 Commit-Queue: Sebastian Jansson Reviewed-by: Per Kjellander Cr-Commit-Position: refs/heads/master@{#27211} --- test/DEPS | 1 + 1 file changed, 1 insertion(+) diff --git a/test/DEPS b/test/DEPS index d69c889c94..80c47191d6 100644 --- a/test/DEPS +++ b/test/DEPS @@ -14,6 +14,7 @@ include_rules = [ "+modules/audio_processing", "+modules/congestion_controller/bbr", "+modules/rtp_rtcp", + "+modules/utility", "+modules/video_capture", "+modules/video_coding", "+sdk",