1
    2
    3
    4
    5
    6
    7
    8
    9

content / browser / android / DEPS [blame]

include_rules = [
  "+v8",  # To support unit tests.
]

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