chromium/components/tracing/DEPS

include_rules = [
  "+ipc",
  "+components/metrics",
  "+components/prefs",
  "+third_party/metrics_proto",
  "+third_party/perfetto/include",
  "+third_party/perfetto/protos",
  "+content/public/browser/background_tracing_manager.h",
  "+content/public/browser/background_tracing_config.h",
  "+content/public/browser/browser_thread.h",
  "+third_party/snappy",
]

specific_include_rules = {
  '.*browsertest\.cc': [
    "+content/public/test",
  ],
  '.*unittest.cc': [
    "+content/public/test",
  ],
}