From 6ac1552676b102cea6e1b4837e314e0c73487d4e Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Mon, 18 Sep 2017 11:42:24 +0200 Subject: [PATCH] Cleaning checkdeps configuration. After moving WebRTC from src/webrtc to src/ we can remove -webrtc from the checkdeps configuration. In this CL I also remove "+voice_engine_configurations.h" because this header does not exist anymore. NOTRY= True Bug: chromium:611808 Change-Id: I4de427c51d78707f8107dd2dd1f834362d1c4da2 Reviewed-on: https://webrtc-review.googlesource.com/1845 Reviewed-by: Henrik Kjellander Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#19888} --- DEPS | 2 -- 1 file changed, 2 deletions(-) diff --git a/DEPS b/DEPS index 1e0ca42e1e..1fba17f65a 100644 --- a/DEPS +++ b/DEPS @@ -552,13 +552,11 @@ include_rules = [ "+external/webrtc/webrtc", # Android platform build. "+gflags", "+libyuv", - "-webrtc", # Has to be disabled; otherwise all dirs below will be allowed. # Individual headers that will be moved out of here, see webrtc:4243. "+call/rtp_config.h", "+common_types.h", "+transport.h", "+typedefs.h", - "+voice_engine_configurations.h", "+WebRTC", "+api",