webrtc/rtc_base/DEPS
Evan Shrubsole 4387ad6cdc [Unwrap] Migrate dcsctp sequence numbers to SeqNumUnwrapper
Bug: webrtc:13982
Change-Id: Ic900a967d1b8e96a2b1ec99424674ccb33eb7165
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/288940
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Victor Boivie <boivie@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Auto-Submit: Evan Shrubsole <eshr@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39084}
2023-01-12 12:00:30 +00:00

15 lines
250 B
Python

include_rules = [
"+json",
"+system_wrappers",
"+third_party/jsoncpp",
"+third_party/libevent",
]
specific_include_rules = {
"protobuf_utils.h": [
"+third_party/protobuf",
],
"gunit\.h": [
"+testing/base/public/gunit.h"
],
}