blob: c50f522daa231ae7aa9af82d279fe9e8ecfd0d26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
# Generated by the local tracing_resources.gyp:tracing_resources
"+grit/tracing_resources.h",
"+tools/battor_agent",
]
specific_include_rules = {
"tracing_controller_impl\.cc": [
"+v8"
]
}
|