Files
Michael Froman 7692d80516 Bug 1934695 - Vendor libwebrtc from aaaeb29ef5
Upstream commit: https://webrtc.googlesource.com/src/+/aaaeb29ef54828cce3f6aab4d718487640235ab5
    Allow single-argument StrCat

    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}
2024-12-05 14:04:14 -06:00

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",
],
}