blob: a0ac9d6553c89469586fa175b493cf5b048eb2b9 [file] [log] [blame]
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",
],
"openssl_stream_adapter.h": [
"+openssl",
],
}