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

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

  # this file is weird.
  "+chrome/browser/sync/engine/syncproto.h",

  # maybe this file should live in syncable?
  "+chrome/browser/sync/engine/model_safe_worker.h",

  # For the unrecoverable error handler stuff.
  "+chrome/common/random.h",

  "-chrome/browser/sync/internal_api",
  "+chrome/browser/sync/internal_api/includes",

  "+chrome/common/chrome_constants.h",
]

