summaryrefslogtreecommitdiff
path: root/chromium/content/browser/tracing/DEPS
blob: 1fc2c948de7d0bec6e8c41bb2f6c1a9ce875b45f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_rules = [
  # Generated by the local tracing_resources.gyp:tracing_resources
  "+grit/tracing_resources.h",
  "+third_party/zlib/zlib.h",
  "+tools/battor_agent",
]

specific_include_rules = {
  "tracing_controller_impl\.cc": [
    "+v8"
  ]
}