blob: fcde8ac081b0ab3bf356549941d41aa507c760a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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",
],
}
|