summaryrefslogtreecommitdiffstats
path: root/sync/util/DEPS
blob: 23fe0bddc25eecf595796185a2e28ebeace00744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_rules = [
  "+crypto",
  "+sync/internal_api/public/base",
  "+sync/internal_api/public/util",
  "+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",

  # TODO(zea): remove this once we don't need the cryptographer to get the set
  # of encrypted types.
  "+sync/syncable/nigori_handler.h"
]