1include_rules = [
2  "+components/tracing/common",
3  "+third_party/perfetto/include",
4  "+third_party/perfetto/protos/perfetto",
5  "+third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h",
6]
7
8specific_include_rules = {
9  'stack_unwinder_android_unittest.cc': [
10    "+services/tracing/jni_headers",
11  ],
12}
13