webrtc/examples/DEPS
Mirko Bonadei 162ddb4b35 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}
2019-07-16 16:52:41 +00:00

13 lines
278 B
Python

include_rules = [
"+common_video",
"+logging/rtc_event_log/rtc_event_log_factory.h",
"+media",
"+modules/audio_device",
"+modules/video_capture",
"+modules/audio_processing",
"+p2p",
"+pc",
"+sdk/objc",
"+system_wrappers/include",
"+third_party/libyuv",
]