From 162ddb4b35358fc83c1c9f7997700a88ded3de7d Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 10 Jul 2019 09:55:15 +0200 Subject: [PATCH] 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 Reviewed-by: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#28580} --- examples/DEPS | 3 --- rtc_tools/DEPS | 3 --- 2 files changed, 6 deletions(-) diff --git a/examples/DEPS b/examples/DEPS index 1604a6a513..114cda384b 100644 --- a/examples/DEPS +++ b/examples/DEPS @@ -10,7 +10,4 @@ include_rules = [ "+sdk/objc", "+system_wrappers/include", "+third_party/libyuv", - - # Abseil flags are allowed in tests and tools. - "+absl/flags", ] diff --git a/rtc_tools/DEPS b/rtc_tools/DEPS index c5eb175231..0cddb4acbb 100644 --- a/rtc_tools/DEPS +++ b/rtc_tools/DEPS @@ -17,8 +17,5 @@ include_rules = [ "+system_wrappers", "+p2p", "+third_party/libyuv", - - # Abseil flags are allowed in tests and tools. - "+absl/flags", ]