and modify DEPS files accordingly. This is done in support of the decision to encourage AbslStringify. Bug: None Change-Id: I26fee77978d1dd21be6d2ef011c4dfd78a7b43e0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/367204 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43338}
40 lines
706 B
Python
40 lines
706 B
Python
include_rules = [
|
|
"+json",
|
|
"+system_wrappers",
|
|
"+third_party/jsoncpp",
|
|
"+third_party/libevent",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"checks.h": [
|
|
"+absl/strings/has_absl_stringify.h",
|
|
],
|
|
"protobuf_utils.h": [
|
|
"+third_party/protobuf",
|
|
],
|
|
"gunit\.h": [
|
|
"+testing/base/public/gunit.h"
|
|
],
|
|
"trace_categories\.h": [
|
|
"+third_party/perfetto",
|
|
],
|
|
"event_tracer\.cc": [
|
|
"+third_party/perfetto",
|
|
],
|
|
"logging.h": [
|
|
"+absl/strings/has_absl_stringify.h",
|
|
],
|
|
"trace_event\.h": [
|
|
"+third_party/perfetto",
|
|
],
|
|
"openssl_adapter.cc": [
|
|
"+openssl",
|
|
],
|
|
"openssl_stream_adapter.cc": [
|
|
"+openssl",
|
|
],
|
|
"openssl_stream_adapter.h": [
|
|
"+openssl",
|
|
],
|
|
}
|