aboutsummaryrefslogtreecommitdiff
path: root/discovery/DEPS
blob: de7afcec06cca9d81b35ed2a8ea0dccebfcb091e (plain)
1
2
3
4
5
6
7
8
9
# -*- Mode: Python; -*-

include_rules = [
  # Intra-discovery dependencies must be explicit.
  '-discovery',

  # All discovery code can use discovery/common
  '+discovery/common',
]