blob: f2507af2dee847f8ec89038c0666cf7aeab27375 (
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"
],
"startup_tracing_controller\.cc": [
"+third_party/perfetto"
]
}
|