include_rules = [ | |
"+components/tracing/common", | |
"+third_party/perfetto/include", | |
"+third_party/perfetto/protos/perfetto", | |
"+third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h", | |
] | |
specific_include_rules = { | |
'stack_unwinder_android_unittest.cc': [ | |
"+services/tracing/jni_headers", | |
], | |
# Temporary to research https://crbug.com/1074115 | |
# TODO(crbug.com/1074115): Remove this | |
'producer_client.cc': [ | |
"+components/crash/core/app/crashpad.h", | |
], | |
} |