chromium/content/browser/tracing/DEPS

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"
  ]
}