summaryrefslogtreecommitdiffstats
path: root/components/tracing/DEPS
blob: bd05a3eaf55cebb3218fbbd4bdb52179e52bf921 (plain)
1
2
3
4
5
6
7
8
include_rules = [
  "+base",
  "+ipc",

  # This component will be compiled into NaCl, so it shouldn't depend on
  # anything in content.
  "-content",
]