Mirko Bonadei 90c6d1bdc3 Revert "Switch frame_analyzer to ABSL_FLAG."
This reverts commit 3668e9b56198eb8112562d017c47a52050be3561.

Reason for revert: Breaks downstream project.

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=danilchap@webrtc.org,mbonadei@webrtc.org,kwiberg@webrtc.org

Change-Id: Ic72981eb2b35f2911f4ec7678fa73bd56cc6fa9f
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:10616
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/143680
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28360}
2019-06-25 05:53:35 +00:00

22 lines
506 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",
]