Harald Alvestrand cf796a2d2c Replace rtc::ToString() implementation with StrCat for most cases
Bug: None
Change-Id: I23e76cbd531cd5ea2e10ea16763cbce5491c8f8d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/364260
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#43125}
2024-10-01 12:48:19 +00:00

42 lines
773 B
Python

include_rules = [
"+json",
"+system_wrappers",
"+third_party/jsoncpp",
"+third_party/libevent",
]
specific_include_rules = {
"checks.h": [
"+absl/strings/has_absl_stringify.h",
"+absl/strings/str_cat.h",
],
"string_encode.h": [
"+absl/strings/str_cat.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",
"+absl/strings/str_cat.h",
],
"trace_event\.h": [
"+third_party/perfetto",
],
"openssl_adapter.cc": [
"+openssl",
],
"openssl_stream_adapter.cc": [
"+openssl",
],
}