Remove +absl/flags exceptions from non root DEPS files.

It is already present in the root DEPS file.

TBR=magjed@webrtc.org

Bug: webrtc:10616
Change-Id: Iefca6982450a23e356786c503d4bd208718a3804
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/145200
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28580}
This commit is contained in:
Mirko Bonadei 2019-07-10 09:55:15 +02:00 committed by Commit Bot
parent 08da49d0a4
commit 162ddb4b35
2 changed files with 0 additions and 6 deletions

View file

@ -10,7 +10,4 @@ include_rules = [
"+sdk/objc",
"+system_wrappers/include",
"+third_party/libyuv",
# Abseil flags are allowed in tests and tools.
"+absl/flags",
]

View file

@ -17,8 +17,5 @@ include_rules = [
"+system_wrappers",
"+p2p",
"+third_party/libyuv",
# Abseil flags are allowed in tests and tools.
"+absl/flags",
]