1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18

content / browser / tracing / DEPS [blame]

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