blob: 484ba9ecc2d9de5b658250a5b3ffd6dda809f343 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
include_rules = [
# Generated by the local tracing_resources.gyp:tracing_resources
"+grit/tracing_resources.h",
"+third_party/perfetto/include",
"+third_party/perfetto/protos",
]
specific_include_rules = {
"tracing_controller_impl\.cc": [
"+v8"
],
"cast_tracing_agent\.": [
"+chromecast/tracing"
],
"perfetto_file_tracer\.cc": [
"+third_party/perfetto"
]
}
|