blob: 130c4007f9bb0b76d96e11395389f125e888c35c [file]
include_rules = [
"+crypto",
"+mojo/public",
"+sandbox/mac/seatbelt.h",
"+services/tracing/public/cpp",
"+third_party/perfetto/protos/perfetto/trace/track_event",
]
specific_include_rules = {
"ipc_(test|perftest)_(base|util)\\.(cc|h)": [
"+mojo/core/embedder",
"+mojo/core/test",
],
".*(unit|perf)tests?\\.cc": [
"+mojo/core/embedder",
"+mojo/core/test",
],
"param_traits_protobuf_utils\\.h": [
# Support serializing RepeatedField / RepeatedPtrField:
"+third_party/protobuf/src/google/protobuf/repeated_field.h",
],
"run_all_unittests\\.cc": [
"+third_party/ipcz/src/test",
"+third_party/ipcz/src/test_buildflags.h",
],
}