include_rules = [
  "-chrome",
  "+chrome/test/base",

  "+chrome/browser/sync/engine",
  "+chrome/browser/sync/js",
  "+chrome/browser/sync/notifier",
  "+chrome/browser/sync/protocol",
  "+chrome/browser/sync/sessions",
  "+chrome/browser/sync/syncable",
  "+chrome/browser/sync/test",
  "+chrome/browser/sync/util",

  # TODO(rlarocque) 19878: Move remaining syncapi-related headers to
  # internal_api/, then remove this DEPS rule.
  "+chrome/browser/sync/internal_api",

  # this should live in base
  "+chrome/browser/sync/weak_handle.h",

  "+chrome/common/net/http_return.h",

  # various command line flags
  "+chrome/common/chrome_switches.h",
]

