mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00

Bug: chromium:1335194 Change-Id: I084b391b42e2496163ea625c0bdc9255177e5603 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/266680 Auto-Submit: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37375}
15 lines
250 B
Python
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"
|
|
],
|
|
}
|