xref: /aosp_15_r20/external/webrtc/rtc_base/DEPS (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1include_rules = [
2  "+json",
3  "+system_wrappers",
4  "+third_party/jsoncpp",
5  "+third_party/libevent",
6]
7
8specific_include_rules = {
9  "protobuf_utils.h": [
10    "+third_party/protobuf",
11  ],
12  "gunit\.h": [
13    "+testing/base/public/gunit.h"
14  ],
15}
16