mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
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:
parent
08da49d0a4
commit
162ddb4b35
2 changed files with 0 additions and 6 deletions
|
@ -10,7 +10,4 @@ include_rules = [
|
|||
"+sdk/objc",
|
||||
"+system_wrappers/include",
|
||||
"+third_party/libyuv",
|
||||
|
||||
# Abseil flags are allowed in tests and tools.
|
||||
"+absl/flags",
|
||||
]
|
||||
|
|
|
@ -17,8 +17,5 @@ include_rules = [
|
|||
"+system_wrappers",
|
||||
"+p2p",
|
||||
"+third_party/libyuv",
|
||||
|
||||
# Abseil flags are allowed in tests and tools.
|
||||
"+absl/flags",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue