summaryrefslogtreecommitdiff
path: root/components/timers/DEPS
blob: 413f57b96cae54eaae8224d794ee782a7eca92c5 (plain)
1
2
3
4
5
6
7
8
9
10
include_rules = [
  # This directory is shared with Chrome OS, which only links against
  # base/.  We don't want any other dependencies to creep in.
  "-build",
  "-content",
  "-library_loaders",
  "-net",
  "-third_party",
  "-url",
]