mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 07:10:38 +01:00

Bug: None Change-Id: I0d6e6536490758a102aec5362b89baf04353e570 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/148524 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28818}
15 lines
255 B
Python
15 lines
255 B
Python
include_rules = [
|
|
"+base/third_party/libevent",
|
|
"+json",
|
|
"+third_party/jsoncpp",
|
|
"+system_wrappers",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"protobuf_utils.h": [
|
|
"+third_party/protobuf",
|
|
],
|
|
"gunit\.h": [
|
|
"+testing/base/public/gunit.h"
|
|
],
|
|
}
|