summaryrefslogtreecommitdiffstats
path: root/sync/DEPS
blob: 3e940440711c1ede60e561cdca2e564c61b57255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_rules = [
  # Repeat these from the top-level DEPS file so one can just run
  #
  #   checkdeps.py sync
  #
  # to test.
  "+base",
  "+build",
  "+testing",
  # TODO(kochi): Remove this hack after "Chromebox" hack in get_session_name.cc
  # is gone.
  "+chrome/browser/chromeos/system",

  # Force subdirectories to explicitly define DEPS.
  "-sync",
]