This is a reland of 3668e9b56198eb8112562d017c47a52050be3561 Original change's description: > Switch frame_analyzer to ABSL_FLAG. > > Bug: webrtc:10616 > Change-Id: I34473632431569406b9086f57caac12434862005 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/136801 > Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#28358} TBR=kwiberg@webrtc.org Bug: webrtc:10616 Change-Id: I661ec82938c80964382fcd0692cf9d5cdb132977 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/143681 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28361}
25 lines
573 B
Python
25 lines
573 B
Python
include_rules = [
|
|
"+call",
|
|
"+common_audio",
|
|
"+common_video",
|
|
"+logging/rtc_event_log",
|
|
"+media",
|
|
"+modules/audio_device",
|
|
"+modules/audio_coding/audio_network_adaptor",
|
|
"+modules/audio_coding/neteq/include",
|
|
"+modules/audio_coding/neteq/tools",
|
|
"+modules/audio_processing",
|
|
"+modules/bitrate_controller",
|
|
"+modules/remote_bitrate_estimator",
|
|
"+modules/congestion_controller",
|
|
"+modules/pacing",
|
|
"+modules/rtp_rtcp",
|
|
"+system_wrappers",
|
|
"+p2p",
|
|
"+third_party/libyuv",
|
|
|
|
# Abseil flags are allowed in tests and tools.
|
|
"+absl/flags",
|
|
]
|
|
|