include_rules = [
  # Repeat these from the top-level DEPS file so one can just run
  #
  #   checkdeps.py sync
  #
  # to test.
  "+base",
  "+build",
  "+google_apis",
  "+testing",

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