summaryrefslogtreecommitdiffstats
path: root/sync/util/DEPS
blob: a951508f7d5b5addedd1fa5ef88c8bf519bbb45a (plain)
1
2
3
4
5
6
7
8
9
10
include_rules = [
  "+crypto",
  "+sync/internal_api/public/syncable",
  "+sync/protocol",
  "+sync/test/fake_encryptor.h",

  # TODO(kochi): Remove this hack after "Chromebox" hack in get_session_name.cc
  # is gone.
  "+chrome/browser/chromeos/system",
]