summaryrefslogtreecommitdiff
path: root/chromium/content/browser/android/DEPS
blob: b7c51e57b19301fe92b9f6da542926112896264f (plain)
1
2
3
4
5
6
7
8
9
include_rules = [
  "+v8",  # To support unit tests.
]

specific_include_rules = {
  "tracing_controller_android.*": [
    "+third_party/perfetto",  # For tracing using Perfetto.
  ]
}