mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00

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}
13 lines
278 B
Python
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",
|
|
]
|